2026-03-28 14:30:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-28 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-28 14:30:06 [ecarstrade.be] INFO: Starting spider ecarstrade.be
2026-03-28 14:30:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-28 14:30:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-28 14:30:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-28 14:30:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-28 14:30:06 [scrapy.extensions.telnet] INFO: Telnet Password: 9467b78fda64edc9
2026-03-28 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-28 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-28T14_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-28 14:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-28 14:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-28 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-28 14:30:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-28 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-28 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-28 14:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-28 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 2111
2026-03-28 14:30:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-28 14:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-28 14:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-28 14:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27en%27%20and%20RowKey%20eq%20%27en%27 HTTP/1.1" 200 None
2026-03-28 14:30:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-28 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-28 14:30:06 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 14:30:06 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-28 14:30:06 [scrapy.core.engine] INFO: Spider opened
2026-03-28 14:30:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-28 14:30:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-28 14:30:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-28 14:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-28 14:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-28 14:30:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-28 14:30:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-28 14:30:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-28 14:30:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-28 14:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-28 14:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-28 14:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-28 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-28 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-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-28 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-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-28 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-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21>
2026-03-28 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-28 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-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-28 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-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-28 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-28 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-28 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-28 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-28 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-28 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-28 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-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21>
2026-03-28 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-28 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-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21>
2026-03-28 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-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-28 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-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-28 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-28 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-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-28 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-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h1v871189256za200zd871189256&_p=1774708215026&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=538214521.1774708216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&gaf=2&_s=1&tag_exp=0~115938465~115938469~117266400~117384406~117484252&sid=1774708216&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=3074> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=538214521.1774708216>m=45je63p1h1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266400~117384406~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-28 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=538214521.1774708216>m=45je63p1h1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266400~117384406~117484252&z=2124865191> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=141202928&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IADAAEABAAAAACAAI~&jid=104114399&gjid=360371057&cid=538214521.1774708216&tid=UA-73443533-1&_gid=672869153.1774708216&_r=1&_slc=1&z=286541550> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h1v871189256za200zd871189256&_p=1774708215026&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=538214521.1774708216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&gaf=2&_s=2&tag_exp=0~115938465~115938469~117266400~117384406~117484252&sid=1774708216&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=1774707153&ep.url=%2Fsearch&ep.eventName=search&_et=58&tfd=3159> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/td?id=GTM-MTRH7V3&v=3&t=t&pid=1025152735>m=45He63p1v811692034za200zd811692034&seq=1&exp=0~115938465~115938469~117266401~117484252&dl=ecarstrade.com%2Fsearch&tdp=GTM-MTRH7V3;11692034;0;0;0&frm=0&rtg=11692034&slo=22&hlo=18&lst=1&bt=0&ct=3&z=0> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 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-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h1v871189256za200zd871189256&_p=1774708215026&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=538214521.1774708216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&gaf=2&_s=3&tag_exp=0~115938465~115938469~117266400~117384406~117484252&sid=1774708216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=10&tfd=3243> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-28 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-28 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-28 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-28 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=1639047465.1774708216&dt=Search%20%7C%20eCarsTrade&auid=864955711.1774708216&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266401~117484252&apve=1&apvf=f&apvc=1&tft=1774708216363&tfd=3271> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-28 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-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=141202928&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IADAAEABAAAAACAAI~&jid=104114399&gjid=360371057&cid=538214521.1774708216&tid=UA-73443533-1&_gid=672869153.1774708216&_r=1&_slc=1&z=286541550>
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-28 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-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://www.googletagmanager.com/td?id=GTM-MTRH7V3&v=3&t=t&pid=1025152735>m=45He63p1v811692034za200zd811692034&seq=1&exp=0~115938465~115938469~117266401~117484252&dl=ecarstrade.com%2Fsearch&tdp=GTM-MTRH7V3;11692034;0;0;0&frm=0&rtg=11692034&slo=22&hlo=18&lst=1&bt=0&ct=3&z=0>
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-28 14:30:16 [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-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h1v871189256za200zd871189256&_p=1774708215026&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=538214521.1774708216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&gaf=2&_s=1&tag_exp=0~115938465~115938469~117266400~117384406~117484252&sid=1774708216&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=3074>
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h1v871189256za200zd871189256&_p=1774708215026&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=538214521.1774708216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&gaf=2&_s=2&tag_exp=0~115938465~115938469~117266400~117384406~117484252&sid=1774708216&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=1774707153&ep.url=%2Fsearch&ep.eventName=search&_et=58&tfd=3159>
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774708216637&cv=11&fst=1774708216637&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1639047465.1774708216&dt=Search%20%7C%20eCarsTrade&auid=864955711.1774708216&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774708216660&tfd=3570> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774707900000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-28 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-28 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=538214521.1774708216>m=45je63p1h1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266400~117384406~117484252>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0239LS8MTR&cid=538214521.1774708216>m=45je63p1h1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266400~117384406~117484252&z=2124865191>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774708216637&cv=11&fst=1774708216637&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774708216637&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B99-JaN6Btc821mnhqd8YY-uDQ8U-oy4KE0cv5tN0SDErz1t7L_RtU89OqLp57DA9OQEqNTzbtItPrSusdbaMW5xk7tYBPzDct9TuC&random=2605744341&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774708216637&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B99-JaN6Btc821mnhqd8YY-uDQ8U-oy4KE0cv5tN0SDErz1t7L_RtU89OqLp57DA9OQEqNTzbtItPrSusdbaMW5xk7tYBPzDct9TuC&random=2605744341&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h1v871189256za200zd871189256&_p=1774708215026&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=538214521.1774708216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&gaf=2&_s=3&tag_exp=0~115938465~115938469~117266400~117384406~117484252&sid=1774708216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=10&tfd=3243>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774708216637&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B99-JaN6Btc821mnhqd8YY-uDQ8U-oy4KE0cv5tN0SDErz1t7L_RtU89OqLp57DA9OQEqNTzbtItPrSusdbaMW5xk7tYBPzDct9TuC&random=2605744341&rmt_tld=1&ipr=y>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774707900000/5441429.js>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-28 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=1639047465.1774708216&dt=Search%20%7C%20eCarsTrade&auid=864955711.1774708216&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266401~117484252&apve=1&apvf=f&apvc=1&tft=1774708216363&tfd=3271>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774708216637&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B99-JaN6Btc821mnhqd8YY-uDQ8U-oy4KE0cv5tN0SDErz1t7L_RtU89OqLp57DA9OQEqNTzbtItPrSusdbaMW5xk7tYBPzDct9TuC&random=2605744341&rmt_tld=0&ipr=y>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1639047465.1774708216&dt=Search%20%7C%20eCarsTrade&auid=864955711.1774708216&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774708216660&tfd=3570>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25939&mobile=false&messagesUtk=9a32cf206b514dfe99c5bbc6b23a4588&traceId=9a32cf206b514dfe99c5bbc6b23a4588> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/573.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false>
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010416/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/171/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/fr.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 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-28 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-28 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-28 14:30:18 [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-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010417/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010418/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010419/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010420/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010421/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010422/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010423/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010424/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010425/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010426/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010427/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010428/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010429/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010430/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010416/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010431/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010432/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010433/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010434/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010435/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/171/logo.png>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-28 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=9a32cf206b514dfe99c5bbc6b23a4588&traceId=9a32cf206b514dfe99c5bbc6b23a4588>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://v.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010417/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010418/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010419/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010420/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010421/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010422/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010423/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010424/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010425/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010426/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010427/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010428/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010429/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010430/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010431/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010432/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010433/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010434/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010435/photo_001/260x0__r.jpg>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774708218814&vi=91169b5fc045de8023fd54633d2c3fdf&nc=true&u=129379155.91169b5fc045de8023fd54633d2c3fdf.1774708218813.1774708218813.1774708218813.1&b=129379155.1.1774708218813&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=4107&_hs_mouse_x_coordinate=38&_hs_mouse_y_coordinate=672&_hs_offset_x=32&_hs_offset_y=8&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774708219196&vi=91169b5fc045de8023fd54633d2c3fdf&nc=true&u=129379155.91169b5fc045de8023fd54633d2c3fdf.1774708218813.1774708218813.1774708218813.1&b=129379155.1.1774708218813&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21>
2026-03-28 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-28 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-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21>
2026-03-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-28 14:30:19 [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=1774708218814&vi=91169b5fc045de8023fd54633d2c3fdf&nc=true&u=129379155.91169b5fc045de8023fd54633d2c3fdf.1774708218813.1774708218813.1774708218813.1&b=129379155.1.1774708218813&cc=15>
2026-03-28 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-28 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-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=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=4107&_hs_mouse_x_coordinate=38&_hs_mouse_y_coordinate=672&_hs_offset_x=32&_hs_offset_y=8&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774708219196&vi=91169b5fc045de8023fd54633d2c3fdf&nc=true&u=129379155.91169b5fc045de8023fd54633d2c3fdf.1774708218813.1774708218813.1774708218813.1&b=129379155.1.1774708218813&cc=15>
2026-03-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://v.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774708219634&vi=91169b5fc045de8023fd54633d2c3fdf&nc=true&u=129379155.91169b5fc045de8023fd54633d2c3fdf.1774708218813.1774708218813.1774708218813.1&b=129379155.1.1774708218813&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h1v871189256z8811692034za200zd871189256&_p=1774708215026&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=538214521.1774708216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&gaf=2&_s=4&tag_exp=0~115938465~115938469~117266400~117384406~117484252&sid=1774708216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=77&tfd=6608> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774708219703&cv=11&fst=1774708219703&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1639047465.1774708216&dt=Search%20%7C%20eCarsTrade&auid=864955711.1774708216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774707153&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774708219717&tfd=6626> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=dropdown-item+order-item+&_hs_element_text=Online+(New-Old)&_hs_element_visible=&_hs_link_href=javascript%3Avoid(0)&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1154&_hs_mouse_y_coordinate=587&_hs_offset_x=115&_hs_offset_y=14&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+div.dropdown-menu.dropdown-menu-right.rounded-6.border-0.overflow-auto.ordering-container+%3E+a%3Anth-of-type(14)&_hs_is_navigation=true&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774708219861&vi=91169b5fc045de8023fd54633d2c3fdf&nc=true&u=129379155.91169b5fc045de8023fd54633d2c3fdf.1774708218813.1774708218813.1774708218813.1&b=129379155.1.1774708218813&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h1v871189256z8811692034za200zd871189256&_p=1774708215026&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=538214521.1774708216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&gaf=2&_s=4&tag_exp=0~115938465~115938469~117266400~117384406~117484252&sid=1774708216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=77&tfd=6608>
2026-03-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774708219634&vi=91169b5fc045de8023fd54633d2c3fdf&nc=true&u=129379155.91169b5fc045de8023fd54633d2c3fdf.1774708218813.1774708218813.1774708218813.1&b=129379155.1.1774708218813&cc=15>
2026-03-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774708219937&cv=11&fst=1774708219937&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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-28 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1639047465.1774708216&dt=Search%20%7C%20eCarsTrade&auid=864955711.1774708216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774707153&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774708219948&tfd=6858> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-28 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=1639047465.1774708216&dt=Search%20%7C%20eCarsTrade&auid=864955711.1774708216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774707153&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774708219717&tfd=6626>
2026-03-28 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://v.clarity.ms/collect>
2026-03-28 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774708219703&cv=11&fst=1774708219703&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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-28 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774708219937&cv=11&fst=1774708219937&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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-28 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=1774708219861&vi=91169b5fc045de8023fd54633d2c3fdf&nc=true&u=129379155.91169b5fc045de8023fd54633d2c3fdf.1774708218813.1774708218813.1774708218813.1&b=129379155.1.1774708218813&cc=15>
2026-03-28 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774708219703&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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=CAQSXgAFq6B95liE6vUBXjW-FcGG98hUTlA5b9VHM8whNWqqARGWQudh5X48YuE5t9oqnaovzchVVuPOLlTkMRwS_-R0p2X_byeXZzMq5Hx4ymsf1_1tU62fomqtlF7FKgU&random=1040427317&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774708219703&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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=CAQSXgAFq6B95liE6vUBXjW-FcGG98hUTlA5b9VHM8whNWqqARGWQudh5X48YuE5t9oqnaovzchVVuPOLlTkMRwS_-R0p2X_byeXZzMq5Hx4ymsf1_1tU62fomqtlF7FKgU&random=1040427317&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774708219937&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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=CAQSXgAFq6B94uXDylw5WiOifcPbxQ5nMFz4WeW4-TzAeile-zqBDM4eUeLPGKBMsiJjHLIOwytYyBQ9X9sfjpjOoWNkKzSNPnAUzO_O8c-OnFq4vb05cdnWyVo1EIa7dFQ&random=2374348709&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774708219937&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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=CAQSXgAFq6B94uXDylw5WiOifcPbxQ5nMFz4WeW4-TzAeile-zqBDM4eUeLPGKBMsiJjHLIOwytYyBQ9X9sfjpjOoWNkKzSNPnAUzO_O8c-OnFq4vb05cdnWyVo1EIa7dFQ&random=2374348709&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 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=1639047465.1774708216&dt=Search%20%7C%20eCarsTrade&auid=864955711.1774708216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774707153&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774708219948&tfd=6858>
2026-03-28 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774708219703&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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=CAQSXgAFq6B95liE6vUBXjW-FcGG98hUTlA5b9VHM8whNWqqARGWQudh5X48YuE5t9oqnaovzchVVuPOLlTkMRwS_-R0p2X_byeXZzMq5Hx4ymsf1_1tU62fomqtlF7FKgU&random=1040427317&rmt_tld=1&ipr=y>
2026-03-28 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774708219703&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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=CAQSXgAFq6B95liE6vUBXjW-FcGG98hUTlA5b9VHM8whNWqqARGWQudh5X48YuE5t9oqnaovzchVVuPOLlTkMRwS_-R0p2X_byeXZzMq5Hx4ymsf1_1tU62fomqtlF7FKgU&random=1040427317&rmt_tld=0&ipr=y>
2026-03-28 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774708219937&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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=CAQSXgAFq6B94uXDylw5WiOifcPbxQ5nMFz4WeW4-TzAeile-zqBDM4eUeLPGKBMsiJjHLIOwytYyBQ9X9sfjpjOoWNkKzSNPnAUzO_O8c-OnFq4vb05cdnWyVo1EIa7dFQ&random=2374348709&rmt_tld=1&ipr=y>
2026-03-28 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774708219937&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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=CAQSXgAFq6B94uXDylw5WiOifcPbxQ5nMFz4WeW4-TzAeile-zqBDM4eUeLPGKBMsiJjHLIOwytYyBQ9X9sfjpjOoWNkKzSNPnAUzO_O8c-OnFq4vb05cdnWyVo1EIa7dFQ&random=2374348709&rmt_tld=0&ipr=y>
2026-03-28 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://v.clarity.ms/collect>
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-28 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-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013864/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013863/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013860/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/es.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013861/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013862/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013858/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013859/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013856/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013857/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013855/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013853/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013854/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013850/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013851/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013852/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013864/photo_001/260x0__r.jpg>
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013848/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013849/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013845/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013846/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013847/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013863/photo_001/260x0__r.jpg>
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/es.png>
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013860/photo_001/260x0__r.jpg>
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013861/photo_001/260x0__r.jpg>
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013862/photo_001/260x0__r.jpg>
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013858/photo_001/260x0__r.jpg>
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013856/photo_001/260x0__r.jpg>
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013859/photo_001/260x0__r.jpg>
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013857/photo_001/260x0__r.jpg>
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013853/photo_001/260x0__r.jpg>
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013855/photo_001/260x0__r.jpg>
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013854/photo_001/260x0__r.jpg>
2026-03-28 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013851/photo_001/260x0__r.jpg>
2026-03-28 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013850/photo_001/260x0__r.jpg>
2026-03-28 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://v.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-28 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013852/photo_001/260x0__r.jpg>
2026-03-28 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013849/photo_001/260x0__r.jpg>
2026-03-28 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013848/photo_001/260x0__r.jpg>
2026-03-28 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013846/photo_001/260x0__r.jpg>
2026-03-28 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013845/photo_001/260x0__r.jpg>
2026-03-28 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013847/photo_001/260x0__r.jpg>
2026-03-28 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://v.clarity.ms/collect>
2026-03-28 14:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h1v871189256za200zd871189256&_p=1774708215026&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=538214521.1774708216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&gaf=2&tag_exp=0~115938465~115938469~117266400~117384406~117484252&sid=1774708216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=11610> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-28 14:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h1v871189256za200zd871189256&_p=1774708215026&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=538214521.1774708216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&gaf=2&tag_exp=0~115938465~115938469~117266400~117384406~117484252&sid=1774708216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=11610>
2026-03-28 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=1774708225132&vi=91169b5fc045de8023fd54633d2c3fdf&nc=true&u=129379155.91169b5fc045de8023fd54633d2c3fdf.1774708218813.1774708218813.1774708218813.1&b=129379155.1.1774708218813&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774708225177&cv=11&fst=1774708225177&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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-28 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=1639047465.1774708216&dt=Search%20%7C%20eCarsTrade&auid=864955711.1774708216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774707153&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774708225189&tfd=12100> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-28 14:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774708225177&cv=11&fst=1774708225177&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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-28 14:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://v.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-28 14:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1639047465.1774708216&dt=Search%20%7C%20eCarsTrade&auid=864955711.1774708216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774707153&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774708225189&tfd=12100>
2026-03-28 14:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774708225177&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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=CAQSXgAFq6B9BLkU_ZhwFP9WDcE-a7jUTX8D3Cxop47CMB7lzYJANpuK1iivYwj9fOhUs2cv6ppPzDzroOMH6ZkTtmQ-jFfNpXJKWnR7CPu2FdpTsgtaA3fswoRm322Mgf8&random=1859898518&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774708225177&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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=CAQSXgAFq6B9BLkU_ZhwFP9WDcE-a7jUTX8D3Cxop47CMB7lzYJANpuK1iivYwj9fOhUs2cv6ppPzDzroOMH6ZkTtmQ-jFfNpXJKWnR7CPu2FdpTsgtaA3fswoRm322Mgf8&random=1859898518&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:25 [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=1774708225132&vi=91169b5fc045de8023fd54633d2c3fdf&nc=true&u=129379155.91169b5fc045de8023fd54633d2c3fdf.1774708218813.1774708218813.1774708218813.1&b=129379155.1.1774708218813&cc=15>
2026-03-28 14:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774708225177&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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=CAQSXgAFq6B9BLkU_ZhwFP9WDcE-a7jUTX8D3Cxop47CMB7lzYJANpuK1iivYwj9fOhUs2cv6ppPzDzroOMH6ZkTtmQ-jFfNpXJKWnR7CPu2FdpTsgtaA3fswoRm322Mgf8&random=1859898518&rmt_tld=0&ipr=y>
2026-03-28 14:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774708225177&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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=CAQSXgAFq6B9BLkU_ZhwFP9WDcE-a7jUTX8D3Cxop47CMB7lzYJANpuK1iivYwj9fOhUs2cv6ppPzDzroOMH6ZkTtmQ-jFfNpXJKWnR7CPu2FdpTsgtaA3fswoRm322Mgf8&random=1859898518&rmt_tld=1&ipr=y>
2026-03-28 14:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://v.clarity.ms/collect>
2026-03-28 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774708227570&cv=11&fst=1774708227570&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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-28 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774708227597&cv=11&fst=1774708227597&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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-28 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1639047465.1774708216&dt=Search%20%7C%20eCarsTrade&auid=864955711.1774708216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774707153&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774708227608&tfd=14517> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-28 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1639047465.1774708216&dt=Search%20%7C%20eCarsTrade&auid=864955711.1774708216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774707153&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774708227608&tfd=14517> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-28 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774708227570&cv=11&fst=1774708227570&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-28 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774708227597&cv=11&fst=1774708227597&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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-28 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1639047465.1774708216&dt=Search%20%7C%20eCarsTrade&auid=864955711.1774708216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774707153&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774708227608&tfd=14517>
2026-03-28 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774708227570&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9hVRzBhVOIC_30DGf-St9TnXsGK6jfqbSlZ_v4HCBFlSo00UqyFJQG-jQ5-W2nXNuoyFFwY3EgLms0d0ZgtseP-8ZkPwxMvo-338ihnHkhG3PAQUUYHHMlCo&random=279316936&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774708227570&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9hVRzBhVOIC_30DGf-St9TnXsGK6jfqbSlZ_v4HCBFlSo00UqyFJQG-jQ5-W2nXNuoyFFwY3EgLms0d0ZgtseP-8ZkPwxMvo-338ihnHkhG3PAQUUYHHMlCo&random=279316936&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774708227597&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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=CAQSXgAFq6B9n_Ctz6NTA97_-YXxX8e1QTrVgV8Huwwdd2g3gjJnrnjL5RNr8PjrnBMR1BintGH7Sb9DOuaZUY-hGZLrLaEUjWzv4C-QugIIYx8M99WwpDazxWcRjfzEy6s&random=2749402574&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774708227597&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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=CAQSXgAFq6B9n_Ctz6NTA97_-YXxX8e1QTrVgV8Huwwdd2g3gjJnrnjL5RNr8PjrnBMR1BintGH7Sb9DOuaZUY-hGZLrLaEUjWzv4C-QugIIYx8M99WwpDazxWcRjfzEy6s&random=2749402574&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-28 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1639047465.1774708216&dt=Search%20%7C%20eCarsTrade&auid=864955711.1774708216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774707153&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774708227608&tfd=14517>
2026-03-28 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774708227570&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9hVRzBhVOIC_30DGf-St9TnXsGK6jfqbSlZ_v4HCBFlSo00UqyFJQG-jQ5-W2nXNuoyFFwY3EgLms0d0ZgtseP-8ZkPwxMvo-338ihnHkhG3PAQUUYHHMlCo&random=279316936&rmt_tld=0&ipr=y>
2026-03-28 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774708227570&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9hVRzBhVOIC_30DGf-St9TnXsGK6jfqbSlZ_v4HCBFlSo00UqyFJQG-jQ5-W2nXNuoyFFwY3EgLms0d0ZgtseP-8ZkPwxMvo-338ihnHkhG3PAQUUYHHMlCo&random=279316936&rmt_tld=1&ipr=y>
2026-03-28 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774708227597&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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=CAQSXgAFq6B9n_Ctz6NTA97_-YXxX8e1QTrVgV8Huwwdd2g3gjJnrnjL5RNr8PjrnBMR1BintGH7Sb9DOuaZUY-hGZLrLaEUjWzv4C-QugIIYx8M99WwpDazxWcRjfzEy6s&random=2749402574&rmt_tld=0&ipr=y>
2026-03-28 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774708227597&cv=11&fst=1774706400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~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=864955711.1774708216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774707153%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=CAQSXgAFq6B9n_Ctz6NTA97_-YXxX8e1QTrVgV8Huwwdd2g3gjJnrnjL5RNr8PjrnBMR1BintGH7Sb9DOuaZUY-hGZLrLaEUjWzv4C-QugIIYx8M99WwpDazxWcRjfzEy6s&random=2749402574&rmt_tld=1&ipr=y>
2026-03-28 14:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://v.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-28 14:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://v.clarity.ms/collect>
2026-03-28 14:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-28 14:30:30 [ecarstrade.be] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUkBUYFsEgPbkhEn5T_Pu-H6Fxsl5IaW0yKblgrUIY_dGX41JRQwt8_zFMrV', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808404220, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777300214, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': '4iivbr3mh1v1i1g88q0rptndps', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774737014, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836225014, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777300214, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': '9a5e44fd-ca31-4f12-bd48-38efcb82d8cc', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809268215, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.2.538214521.1774708216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837780216, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.672869153.1774708216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774794616, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774708276, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.864955711.1774708216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782484216, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Afdc9d8aa-74b9-4ebf-a16a-ad3103d380e6%22%2C%22%24device_id%22%3A%22fdc9d8aa-74b9-4ebf-a16a-ad3103d380e6%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': 1806244217, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': 'a5437b16-e52c-43a6-8fa8-f246a595a3ae', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806244217, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hstc', 'value': '129379155.91169b5fc045de8023fd54633d2c3fdf.1774708218813.1774708218813.1774708218813.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790260218, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': '91169b5fc045de8023fd54633d2c3fdf', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790260218, '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.1774708218813', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774710018, '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-28T14%3A30%3A19.295Z%22%2C%22consentId%22%3A%2202974e84-0e85-48e7-a2ab-59c74af1e6c3%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-28T14%3A30%3A19.295Z%22%2C%22expirationTime%22%3A1790433019296%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790433019, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"02974e84-0e85-48e7-a2ab-59c74af1e6c3","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': 1774708521, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774708216$o1$g1$t1774708227$j49$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837780227, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'kCupaKa9lg1PxNpZQXmjX16zkBKcXsdKsiPx9gpV6OE-1774708219-1.0.1.1-Kqe01xujoqQZj_1SJVI_Bv412rpluD64WzxZFKqXoio_f4lZJSvpsvFpTUm.3gpFLGRkHSsa8SOQIJM1w7Odq_1..hrnRWycLTu0DjfkRK8', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774710019, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'd5xhiHEPlk6qlsUdQEIi.gdBBwmSLQkLoLo0j5S7Czk-1774708219404-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-28 14:30:30 [ecarstrade.be] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUkBUYFsEgPbkhEn5T_Pu-H6Fxsl5IaW0yKblgrUIY_dGX41JRQwt8_zFMrV', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': '4iivbr3mh1v1i1g88q0rptndps', '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': '9a5e44fd-ca31-4f12-bd48-38efcb82d8cc', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.2.538214521.1774708216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.672869153.1774708216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.864955711.1774708216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Afdc9d8aa-74b9-4ebf-a16a-ad3103d380e6%22%2C%22%24device_id%22%3A%22fdc9d8aa-74b9-4ebf-a16a-ad3103d380e6%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': 'a5437b16-e52c-43a6-8fa8-f246a595a3ae', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.91169b5fc045de8023fd54633d2c3fdf.1774708218813.1774708218813.1774708218813.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': '91169b5fc045de8023fd54633d2c3fdf', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774708218813', '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-28T14%3A30%3A19.295Z%22%2C%22consentId%22%3A%2202974e84-0e85-48e7-a2ab-59c74af1e6c3%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-28T14%3A30%3A19.295Z%22%2C%22expirationTime%22%3A1790433019296%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"02974e84-0e85-48e7-a2ab-59c74af1e6c3","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.s1774708216$o1$g1$t1774708227$j49$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'kCupaKa9lg1PxNpZQXmjX16zkBKcXsdKsiPx9gpV6OE-1774708219-1.0.1.1-Kqe01xujoqQZj_1SJVI_Bv412rpluD64WzxZFKqXoio_f4lZJSvpsvFpTUm.3gpFLGRkHSsa8SOQIJM1w7Odq_1..hrnRWycLTu0DjfkRK8', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'd5xhiHEPlk6qlsUdQEIi.gdBBwmSLQkLoLo0j5S7Czk-1774708219404-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-28 14:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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-28 14:30:30 [ecarstrade.be] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-28 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-28 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-28 14:30:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010416auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010416auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010416auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010417auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010417auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010417auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010418auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010418auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010418auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010419auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010419auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010419auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010420auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010420auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010420auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010421auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010421auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010421auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010422auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010422auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010422auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010423auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010423auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010423auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010424auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010424auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010424auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010425auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010425auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010425auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010426auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010426auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010426auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010427auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010427auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010427auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010428auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010428auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010428auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010429auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010429auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010429auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010430auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010430auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010430auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010431auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010431auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010431auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010432auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010432auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010432auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010433auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010433auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010433auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010434auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010434auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010434auction111144: 0
2026-03-28 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 7010435auction111144
2026-03-28 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010435auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:37 [ecarstrade.be] INFO: Scrape type for 7010435auction111144: 0
2026-03-28 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-28 14:30:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010436auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010436auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010436auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010437auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010437auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010437auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010438auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010438auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010438auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010439auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010439auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010439auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010440auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010440auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010440auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010441auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010441auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010441auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010442auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010442auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010442auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010443auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010443auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010443auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010444auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010444auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010444auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010445auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010445auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010445auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010446auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010446auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010446auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010447auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010447auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010447auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010448auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010448auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010448auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010449auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010449auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010449auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010450auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010450auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010450auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010451auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010451auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010451auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010452auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010452auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010452auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010453auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010453auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010453auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010454auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010454auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010454auction111144: 0
2026-03-28 14:30:44 [ecarstrade.be] INFO: Found listing with ID: 7010455auction111144
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010455auction111144%27 HTTP/1.1" 200 None
2026-03-28 14:30:44 [ecarstrade.be] INFO: Scrape type for 7010455auction111144: 0
2026-03-28 14:30:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:30:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6906917stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906917stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6906917stock: 0
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 5661807stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%275661807stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 5661807stock: 0
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6641568stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276641568stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6641568stock: 2
2026-03-28 14:30:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6642494stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276642494stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6642494stock: 2
2026-03-28 14:30:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6664136stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276664136stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6664136stock: 2
2026-03-28 14:30:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6666900stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276666900stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6666900stock: 2
2026-03-28 14:30:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6685729stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276685729stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6685729stock: 0
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6686133stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276686133stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6686133stock: 2
2026-03-28 14:30:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6690601stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276690601stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6690601stock: 2
2026-03-28 14:30:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6708816stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276708816stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6708816stock: 2
2026-03-28 14:30:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6709582stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276709582stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6709582stock: 2
2026-03-28 14:30:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6719179stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719179stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6719179stock: 2
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6722712stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276722712stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6722712stock: 2
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6723860stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276723860stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6723860stock: 2
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6764581stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764581stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6764581stock: 0
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6764985stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764985stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6764985stock: 2
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6764996stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764996stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6764996stock: 2
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6769298stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769298stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6769298stock: 2
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6769393stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769393stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6769393stock: 2
2026-03-28 14:30:51 [ecarstrade.be] INFO: Found listing with ID: 6784515stock
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784515stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:51 [ecarstrade.be] INFO: Scrape type for 6784515stock: 2
2026-03-28 14:30:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6666900> (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-28 14:30:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:30:58 [ecarstrade.be] INFO: Extracting details for car 6666900stock
2026-03-28 14:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6642494> (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-28 14:30:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9801514-e511-5c68-b412-d741366988d3 with identifier: 6666900stock
2026-03-28 14:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9801514-e511-5c68-b412-d741366988d3 with scrape type 2
2026-03-28 14:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9801514-e511-5c68-b412-d741366988d3 with scrape type 2
2026-03-28 14:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b9801514-e511-5c68-b412-d741366988d3, identifier: 6666900stock
2026-03-28 14:30:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b9801514-e511-5c68-b412-d741366988d3 with identifier: 6666900stock
2026-03-28 14:30:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 14:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-28 14:30:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 14:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-28 14:30:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b9801514-e511-5c68-b412-d741366988d3 with identifier: 6666900stock
2026-03-28 14:30:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b9801514-e511-5c68-b412-d741366988d3 with identifier: 6666900stock to the API
2026-03-28 14:30:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:30:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:30:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6666900>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b9801514-e511-5c68-b412-d741366988d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6666900',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'XC90',
'odometer': 104541,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-10-30',
'seats_number': 7,
'seller_name': None,
'title': 'Volvo XC90 2.0 D5 Inscription AWD 7PL Aut. LED-Xenon Virtual ACC '
'Navi Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 D5 Inscription AWD 7PL Aut. LED-Xenon Virtual ACC Navi Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-28 14:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276666900stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:58 [ecarstrade.be] INFO: Saving data for 6666900stock: {'created_time': 1772611418.866867, 'last_price_update_time': 1774708258.717731}
2026-03-28 14:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6666900stock') HTTP/1.1" 204 0
2026-03-28 14:30:58 [ecarstrade.be] INFO: Extracting details for car 6642494stock
2026-03-28 14:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6690601> (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-28 14:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6708816> (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-28 14:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6664136> (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-28 14:30:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:30:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:30:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6686133> (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-28 14:30:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dad4bc24-536a-5655-9100-432977e3331c with identifier: 6642494stock
2026-03-28 14:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dad4bc24-536a-5655-9100-432977e3331c with scrape type 2
2026-03-28 14:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dad4bc24-536a-5655-9100-432977e3331c with scrape type 2
2026-03-28 14:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dad4bc24-536a-5655-9100-432977e3331c, identifier: 6642494stock
2026-03-28 14:30:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dad4bc24-536a-5655-9100-432977e3331c with identifier: 6642494stock
2026-03-28 14:30:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dad4bc24-536a-5655-9100-432977e3331c with identifier: 6642494stock
2026-03-28 14:30:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dad4bc24-536a-5655-9100-432977e3331c with identifier: 6642494stock to the API
2026-03-28 14:30:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:30: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-28 14:30:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6642494>
{'auction_title': '',
'c_o_2_emission_value': 210,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.2L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'dad4bc24-536a-5655-9100-432977e3331c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6642494',
'listing': 'auction',
'location': 'Belgium',
'make': 'Hyundai',
'model': 'Santa Fe',
'odometer': 304639,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-10-27',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Santa Fe 2.2 CRDI Black Mountain Aut. 1/2 Leather Klima ...',
'transmission': 'automatic',
'trim': '2.2 CRDI Black Mountain Aut. 1/2 Leather Klima ...',
'vin': None,
'year': 2009}
2026-03-28 14:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276642494stock%27 HTTP/1.1" 200 None
2026-03-28 14:30:59 [ecarstrade.be] INFO: Saving data for 6642494stock: {'created_time': 1772611638.565741, 'last_price_update_time': 1774708259.312828}
2026-03-28 14:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6642494stock') HTTP/1.1" 204 0
2026-03-28 14:30:59 [ecarstrade.be] INFO: Extracting details for car 6690601stock
2026-03-28 14:30:59 [ecarstrade.be] INFO: Extracting details for car 6708816stock
2026-03-28 14:30:59 [ecarstrade.be] INFO: Extracting details for car 6664136stock
2026-03-28 14:30:59 [ecarstrade.be] INFO: Extracting details for car 6686133stock
2026-03-28 14:30:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91997f8a-1092-5857-b516-3ee0efa06e8b with identifier: 6690601stock
2026-03-28 14:30:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91997f8a-1092-5857-b516-3ee0efa06e8b with scrape type 2
2026-03-28 14:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91997f8a-1092-5857-b516-3ee0efa06e8b with scrape type 2
2026-03-28 14:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 91997f8a-1092-5857-b516-3ee0efa06e8b, identifier: 6690601stock
2026-03-28 14:30:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b394c909-ebe4-5a82-b935-4b8e27f5a480 with identifier: 6708816stock
2026-03-28 14:30:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b394c909-ebe4-5a82-b935-4b8e27f5a480 with scrape type 2
2026-03-28 14:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b394c909-ebe4-5a82-b935-4b8e27f5a480 with scrape type 2
2026-03-28 14:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b394c909-ebe4-5a82-b935-4b8e27f5a480, identifier: 6708816stock
2026-03-28 14:30:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cb43e29-2541-5dd5-92dc-b973e5448e48 with identifier: 6664136stock
2026-03-28 14:30:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cb43e29-2541-5dd5-92dc-b973e5448e48 with scrape type 2
2026-03-28 14:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cb43e29-2541-5dd5-92dc-b973e5448e48 with scrape type 2
2026-03-28 14:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9cb43e29-2541-5dd5-92dc-b973e5448e48, identifier: 6664136stock
2026-03-28 14:30:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab33887f-bf5b-564d-96a1-a252a20a8c75 with identifier: 6686133stock
2026-03-28 14:30:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab33887f-bf5b-564d-96a1-a252a20a8c75 with scrape type 2
2026-03-28 14:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab33887f-bf5b-564d-96a1-a252a20a8c75 with scrape type 2
2026-03-28 14:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab33887f-bf5b-564d-96a1-a252a20a8c75, identifier: 6686133stock
2026-03-28 14:30:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 91997f8a-1092-5857-b516-3ee0efa06e8b with identifier: 6690601stock
2026-03-28 14:30:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 91997f8a-1092-5857-b516-3ee0efa06e8b with identifier: 6690601stock
2026-03-28 14:30:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 91997f8a-1092-5857-b516-3ee0efa06e8b with identifier: 6690601stock to the API
2026-03-28 14:30:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6690601>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '91997f8a-1092-5857-b516-3ee0efa06e8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6690601',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'XC90',
'odometer': 103312,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-25',
'seats_number': 7,
'seller_name': None,
'title': 'Volvo XC90 2.0 D4 Inscription 7PL Aut. Pano LED-Xenon Head-Up '
'Virtual ACC Navi Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 D4 Inscription 7PL Aut. Pano LED-Xenon Head-Up Virtual ACC Navi '
'Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-28 14:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:00 [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-28 14:31:00 [ecarstrade.be] INFO: Saving data for 6690601stock: {'created_time': 1772611419.368825, 'last_price_update_time': 1774708260.136348}
2026-03-28 14:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6690601stock') HTTP/1.1" 204 0
2026-03-28 14:31:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b394c909-ebe4-5a82-b935-4b8e27f5a480 with identifier: 6708816stock
2026-03-28 14:31:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 14:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-28 14:31:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b394c909-ebe4-5a82-b935-4b8e27f5a480 with identifier: 6708816stock
2026-03-28 14:31:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b394c909-ebe4-5a82-b935-4b8e27f5a480 with identifier: 6708816stock to the API
2026-03-28 14:31:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6708816>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b394c909-ebe4-5a82-b935-4b8e27f5a480',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6708816',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 206069,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-02',
'seats_number': 7,
'seller_name': None,
'title': 'Renault Espace 1.6 dCi 7PL Pano LED-Xenon Navi KeylessGo Klima PDC '
'...',
'transmission': 'manual',
'trim': '1.6 dCi 7PL Pano LED-Xenon Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-28 14:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:01 [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-28 14:31:01 [ecarstrade.be] INFO: Saving data for 6708816stock: {'created_time': 1774276647.208995, 'last_price_update_time': 1774708261.662615}
2026-03-28 14:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6708816stock') HTTP/1.1" 204 0
2026-03-28 14:31:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9cb43e29-2541-5dd5-92dc-b973e5448e48 with identifier: 6664136stock
2026-03-28 14:31:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 14:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-28 14:31:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9cb43e29-2541-5dd5-92dc-b973e5448e48 with identifier: 6664136stock
2026-03-28 14:31:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9cb43e29-2541-5dd5-92dc-b973e5448e48 with identifier: 6664136stock to the API
2026-03-28 14:31:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6664136>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '9cb43e29-2541-5dd5-92dc-b973e5448e48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6664136',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 102346,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-06',
'seats_number': 5,
'seller_name': None,
'title': 'Audi E-tron Sportback 50 Quattro Aut. LED-Matrix Head-Up Virtual '
'Navi-Pro Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'E-tron Sportback 50 Quattro Aut. LED-Matrix Head-Up Virtual Navi-Pro '
'Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-28 14:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:01 [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-28 14:31:01 [ecarstrade.be] INFO: Saving data for 6664136stock: {'created_time': 1772611680.223994, 'last_price_update_time': 1774708261.99102}
2026-03-28 14:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6664136stock') HTTP/1.1" 204 0
2026-03-28 14:31:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab33887f-bf5b-564d-96a1-a252a20a8c75 with identifier: 6686133stock
2026-03-28 14:31:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab33887f-bf5b-564d-96a1-a252a20a8c75 with identifier: 6686133stock
2026-03-28 14:31:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab33887f-bf5b-564d-96a1-a252a20a8c75 with identifier: 6686133stock to the API
2026-03-28 14:31:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6686133>
{'auction_title': '',
'c_o_2_emission_value': 172,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ab33887f-bf5b-564d-96a1-a252a20a8c75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6686133',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q7',
'odometer': 137469,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-12',
'seats_number': 7,
'seller_name': None,
'title': 'Audi Q7 3.0 45 TDI Quattro S-Line Ext. 7PL Aut. LED-Xenon Virtual '
'Navi Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '3.0 45 TDI Quattro S-Line Ext. 7PL Aut. LED-Xenon Virtual Navi '
'Leather KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-28 14:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:02 [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-28 14:31:02 [ecarstrade.be] INFO: Saving data for 6686133stock: {'created_time': 1772611637.941791, 'last_price_update_time': 1774708262.312929}
2026-03-28 14:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6686133stock') HTTP/1.1" 204 0
2026-03-28 14:31:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6709582> (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-28 14:31:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:05 [ecarstrade.be] INFO: Extracting details for car 6709582stock
2026-03-28 14:31:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with identifier: 6709582stock
2026-03-28 14:31:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with scrape type 2
2026-03-28 14:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with scrape type 2
2026-03-28 14:31:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4efaaf0-fbf5-526a-8279-eae9cb00bc8c, identifier: 6709582stock
2026-03-28 14:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with identifier: 6709582stock
2026-03-28 14:31:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 14:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-28 14:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with identifier: 6709582stock
2026-03-28 14:31:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with identifier: 6709582stock to the API
2026-03-28 14:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6709582>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'c4efaaf0-fbf5-526a-8279-eae9cb00bc8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6709582',
'listing': 'auction',
'location': 'Belgium',
'make': 'Fiat',
'model': '500S',
'odometer': 38711,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-21',
'seats_number': 4,
'seller_name': None,
'title': 'Fiat 500S 1.2i Lounge Display 1/2 Sport-Leather Klima PDC ...',
'transmission': 'manual',
'trim': '1.2i Lounge Display 1/2 Sport-Leather Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-28 14:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:05 [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-28 14:31:05 [ecarstrade.be] INFO: Saving data for 6709582stock: {'created_time': 1772611484.877613, 'last_price_update_time': 1774708265.500801}
2026-03-28 14:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6709582stock') HTTP/1.1" 204 0
2026-03-28 14:31:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6719179> (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-28 14:31:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:05 [ecarstrade.be] INFO: Extracting details for car 6719179stock
2026-03-28 14:31:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a44ecb8f-23d2-55ef-b640-e7ed1884837e with identifier: 6719179stock
2026-03-28 14:31:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a44ecb8f-23d2-55ef-b640-e7ed1884837e with scrape type 2
2026-03-28 14:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a44ecb8f-23d2-55ef-b640-e7ed1884837e with scrape type 2
2026-03-28 14:31:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a44ecb8f-23d2-55ef-b640-e7ed1884837e, identifier: 6719179stock
2026-03-28 14:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a44ecb8f-23d2-55ef-b640-e7ed1884837e with identifier: 6719179stock
2026-03-28 14:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a44ecb8f-23d2-55ef-b640-e7ed1884837e with identifier: 6719179stock
2026-03-28 14:31:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a44ecb8f-23d2-55ef-b640-e7ed1884837e with identifier: 6719179stock to the API
2026-03-28 14:31:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6719179>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a44ecb8f-23d2-55ef-b640-e7ed1884837e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6719179',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Laguna',
'odometer': 201436,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Laguna 1.5 DCI Pano Navi 1/2 Leather Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 DCI Pano Navi 1/2 Leather Klima PDC ...',
'vin': None,
'year': 2013}
2026-03-28 14:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719179stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:06 [ecarstrade.be] INFO: Saving data for 6719179stock: {'created_time': 1774276646.260333, 'last_price_update_time': 1774708266.225138}
2026-03-28 14:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6719179stock') HTTP/1.1" 204 0
2026-03-28 14:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6641568> (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-28 14:31:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:06 [ecarstrade.be] INFO: Extracting details for car 6641568stock
2026-03-28 14:31:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7210b309-0e9c-5d00-a65e-0f22c640077c with identifier: 6641568stock
2026-03-28 14:31:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7210b309-0e9c-5d00-a65e-0f22c640077c with scrape type 2
2026-03-28 14:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7210b309-0e9c-5d00-a65e-0f22c640077c with scrape type 2
2026-03-28 14:31:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7210b309-0e9c-5d00-a65e-0f22c640077c, identifier: 6641568stock
2026-03-28 14:31:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7210b309-0e9c-5d00-a65e-0f22c640077c with identifier: 6641568stock
2026-03-28 14:31:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7210b309-0e9c-5d00-a65e-0f22c640077c with identifier: 6641568stock
2026-03-28 14:31:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7210b309-0e9c-5d00-a65e-0f22c640077c with identifier: 6641568stock to the API
2026-03-28 14:31:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6641568>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '7210b309-0e9c-5d00-a65e-0f22c640077c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6641568',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 187684,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-06',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Espace 1.6 DCI 160Hp Initiale Paris Aut. Pano LED-Xenon '
'Bose Navi Sport-Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '1.6 DCI 160Hp Initiale Paris Aut. Pano LED-Xenon Bose Navi '
'Sport-Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-28 14:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276641568stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:06 [ecarstrade.be] INFO: Saving data for 6641568stock: {'created_time': 1772611421.161023, 'last_price_update_time': 1774708266.748088}
2026-03-28 14:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6641568stock') HTTP/1.1" 204 0
2026-03-28 14:31:06 [scrapy.extensions.logstats] INFO: Crawled 13 pages (at 13 pages/min), scraped 9 items (at 9 items/min)
2026-03-28 14:31:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 222MiB
2026-03-28 14:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6722712> (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-28 14:31:08 [ecarstrade.be] INFO: Extracting details for car 6722712stock
2026-03-28 14:31:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cc7bc5c-a03d-5925-a854-cc0df770c169 with identifier: 6722712stock
2026-03-28 14:31:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cc7bc5c-a03d-5925-a854-cc0df770c169 with scrape type 2
2026-03-28 14:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cc7bc5c-a03d-5925-a854-cc0df770c169 with scrape type 2
2026-03-28 14:31:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5cc7bc5c-a03d-5925-a854-cc0df770c169, identifier: 6722712stock
2026-03-28 14:31:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5cc7bc5c-a03d-5925-a854-cc0df770c169 with identifier: 6722712stock
2026-03-28 14:31:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5cc7bc5c-a03d-5925-a854-cc0df770c169 with identifier: 6722712stock
2026-03-28 14:31:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5cc7bc5c-a03d-5925-a854-cc0df770c169 with identifier: 6722712stock to the API
2026-03-28 14:31:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6722712>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '5cc7bc5c-a03d-5925-a854-cc0df770c169',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6722712',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 87553,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-12',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC40 1.5 T2 Momentum LED-Xenon Virtual ACC Navi KeylessGo '
'Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 T2 Momentum LED-Xenon Virtual ACC Navi KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2022}
2026-03-28 14:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:09 [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-28 14:31:09 [ecarstrade.be] INFO: Saving data for 6722712stock: {'created_time': 1772611398.658706, 'last_price_update_time': 1774708269.415824}
2026-03-28 14:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6722712stock') HTTP/1.1" 204 0
2026-03-28 14:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6764985> (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-28 14:31:09 [ecarstrade.be] INFO: Extracting details for car 6764985stock
2026-03-28 14:31:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b53d6814-8c79-5d40-addf-f17c69f2ed5f with identifier: 6764985stock
2026-03-28 14:31:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b53d6814-8c79-5d40-addf-f17c69f2ed5f with scrape type 2
2026-03-28 14:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b53d6814-8c79-5d40-addf-f17c69f2ed5f with scrape type 2
2026-03-28 14:31:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b53d6814-8c79-5d40-addf-f17c69f2ed5f, identifier: 6764985stock
2026-03-28 14:31:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b53d6814-8c79-5d40-addf-f17c69f2ed5f with identifier: 6764985stock
2026-03-28 14:31:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b53d6814-8c79-5d40-addf-f17c69f2ed5f with identifier: 6764985stock
2026-03-28 14:31:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b53d6814-8c79-5d40-addf-f17c69f2ed5f with identifier: 6764985stock to the API
2026-03-28 14:31:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6764985>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b53d6814-8c79-5d40-addf-f17c69f2ed5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6764985',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 60985,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-13',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLA 180d AMG Night Pano LED-Multibeam Widescreen Ambient '
'Burmester Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'd AMG Night Pano LED-Multibeam Widescreen Ambient Burmester Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-28 14:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:09 [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-28 14:31:09 [ecarstrade.be] INFO: Saving data for 6764985stock: {'created_time': 1772611457.431575, 'last_price_update_time': 1774708269.967589}
2026-03-28 14:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6764985stock') HTTP/1.1" 204 0
2026-03-28 14:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6723860> (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-28 14:31:10 [ecarstrade.be] INFO: Extracting details for car 6723860stock
2026-03-28 14:31:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d03ee8ba-adcc-581a-ab40-0ced3b234292 with identifier: 6723860stock
2026-03-28 14:31:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d03ee8ba-adcc-581a-ab40-0ced3b234292 with scrape type 2
2026-03-28 14:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d03ee8ba-adcc-581a-ab40-0ced3b234292 with scrape type 2
2026-03-28 14:31:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d03ee8ba-adcc-581a-ab40-0ced3b234292, identifier: 6723860stock
2026-03-28 14:31:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d03ee8ba-adcc-581a-ab40-0ced3b234292 with identifier: 6723860stock
2026-03-28 14:31:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 14:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-28 14:31:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d03ee8ba-adcc-581a-ab40-0ced3b234292 with identifier: 6723860stock
2026-03-28 14:31:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d03ee8ba-adcc-581a-ab40-0ced3b234292 with identifier: 6723860stock to the API
2026-03-28 14:31:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6723860>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'd03ee8ba-adcc-581a-ab40-0ced3b234292',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6723860',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': 'Picanto',
'odometer': 61588,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-05',
'seats_number': 5,
'seller_name': None,
'title': 'Kia Picanto 1.0 ISG GT-Line Navi Leather Camera Klima ...',
'transmission': 'manual',
'trim': '1.0 ISG GT-Line Navi Leather Camera Klima ...',
'vin': None,
'year': 2019}
2026-03-28 14:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:10 [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-28 14:31:10 [ecarstrade.be] INFO: Saving data for 6723860stock: {'created_time': 1772611721.734003, 'last_price_update_time': 1774708270.510999}
2026-03-28 14:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6723860stock') HTTP/1.1" 204 0
2026-03-28 14:31:13 [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-28 14:31:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6795176stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276795176stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6795176stock: 2
2026-03-28 14:31:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6816168stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276816168stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6816168stock: 0
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6819880stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819880stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6819880stock: 0
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6821040stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821040stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6821040stock: 0
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6843749stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843749stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6843749stock: 0
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6846412stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846412stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6846412stock: 0
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6847119stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276847119stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6847119stock: 0
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6854164stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276854164stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6854164stock: 0
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6855416stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855416stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6855416stock: 0
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6878513stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878513stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6878513stock: 2
2026-03-28 14:31:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6883181stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276883181stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6883181stock: 2
2026-03-28 14:31:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6886947stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886947stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6886947stock: 2
2026-03-28 14:31:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6890019stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890019stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6890019stock: 2
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6890677stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890677stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6890677stock: 2
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6890920stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890920stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6890920stock: 2
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6891450stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276891450stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6891450stock: 0
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6897903stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276897903stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6897903stock: 0
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6906305stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906305stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6906305stock: 0
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6910287stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910287stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6910287stock: 0
2026-03-28 14:31:13 [ecarstrade.be] INFO: Found listing with ID: 6910288stock
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910288stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:13 [ecarstrade.be] INFO: Scrape type for 6910288stock: 0
2026-03-28 14:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6769298> (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-28 14:31:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:13 [ecarstrade.be] INFO: Extracting details for car 6769298stock
2026-03-28 14:31:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with identifier: 6769298stock
2026-03-28 14:31:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with scrape type 2
2026-03-28 14:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with scrape type 2
2026-03-28 14:31:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 40d351d7-88ff-5f40-8c8a-1f404394f3d1, identifier: 6769298stock
2026-03-28 14:31:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with identifier: 6769298stock
2026-03-28 14:31:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with identifier: 6769298stock
2026-03-28 14:31:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with identifier: 6769298stock to the API
2026-03-28 14:31:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6769298>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '40d351d7-88ff-5f40-8c8a-1f404394f3d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6769298',
'listing': 'auction',
'location': 'France - "CERTINES"',
'make': 'Mercedes',
'model': 'CLA 200 Shooting Brake',
'odometer': 118526,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLA 200 SB AMG Aut. Pano LED-Xenon Widescreen Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'CLA 200 SB AMG Aut. Pano LED-Xenon Widescreen Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-28 14:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769298stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:14 [ecarstrade.be] INFO: Saving data for 6769298stock: {'created_time': 1772611619.306317, 'last_price_update_time': 1774708274.158959}
2026-03-28 14:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6769298stock') HTTP/1.1" 204 0
2026-03-28 14:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6769393> (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-28 14:31:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:14 [ecarstrade.be] INFO: Extracting details for car 6769393stock
2026-03-28 14:31:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with identifier: 6769393stock
2026-03-28 14:31:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with scrape type 2
2026-03-28 14:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with scrape type 2
2026-03-28 14:31:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6826b4d5-2634-5aab-927d-e2df2d8d6e6f, identifier: 6769393stock
2026-03-28 14:31:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with identifier: 6769393stock
2026-03-28 14:31:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 14:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-28 14:31:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 14:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-28 14:31:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with identifier: 6769393stock
2026-03-28 14:31:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with identifier: 6769393stock to the API
2026-03-28 14:31:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6769393>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6826b4d5-2634-5aab-927d-e2df2d8d6e6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6769393',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'C 300',
'odometer': 134448,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-22',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes C 300e Plug-In Hybrid Aut. LED-MultiBeam Navi-Pro 1/2 '
'Sport-Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid Aut. LED-MultiBeam Navi-Pro 1/2 Sport-Leather '
'KeylessGo Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-28 14:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769393stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:14 [ecarstrade.be] INFO: Saving data for 6769393stock: {'created_time': 1772611615.576457, 'last_price_update_time': 1774708274.836173}
2026-03-28 14:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6769393stock') HTTP/1.1" 204 0
2026-03-28 14:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6784515> (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-28 14:31:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:14 [ecarstrade.be] INFO: Extracting details for car 6784515stock
2026-03-28 14:31:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with identifier: 6784515stock
2026-03-28 14:31:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with scrape type 2
2026-03-28 14:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with scrape type 2
2026-03-28 14:31:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0bbdb3e1-9794-5fea-b298-96aaaaeace05, identifier: 6784515stock
2026-03-28 14:31:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with identifier: 6784515stock
2026-03-28 14:31:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with identifier: 6784515stock
2026-03-28 14:31:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with identifier: 6784515stock to the API
2026-03-28 14:31:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6784515>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '0bbdb3e1-9794-5fea-b298-96aaaaeace05',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6784515',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'A 160',
'odometer': 149029,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-07',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 160 AMG Pano LED-Xenon Navi 1/2 Sport-Leather-Alcantara '
'Klima PDC ...',
'transmission': 'manual',
'trim': 'AMG Pano LED-Xenon Navi 1/2 Sport-Leather-Alcantara Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-28 14:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:15 [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-28 14:31:15 [ecarstrade.be] INFO: Saving data for 6784515stock: {'created_time': 1772611704.455807, 'last_price_update_time': 1774708275.4227}
2026-03-28 14:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6784515stock') HTTP/1.1" 204 0
2026-03-28 14:31:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6764996> (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-28 14:31:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:16 [ecarstrade.be] INFO: Extracting details for car 6764996stock
2026-03-28 14:31:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with identifier: 6764996stock
2026-03-28 14:31:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with scrape type 2
2026-03-28 14:31:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with scrape type 2
2026-03-28 14:31:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc, identifier: 6764996stock
2026-03-28 14:31:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with identifier: 6764996stock
2026-03-28 14:31:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with identifier: 6764996stock
2026-03-28 14:31:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with identifier: 6764996stock to the API
2026-03-28 14:31:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6764996>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1ce3b04a-e725-5bc8-93e1-4b1ad11651dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6764996',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'CLA 200 Shooting Brake',
'odometer': 128547,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-15',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLA 200d SB Aut. LED-Xenon ACC Widescreen Navi 1/2 Leather '
'KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'CLA 200d SB Aut. LED-Xenon ACC Widescreen Navi 1/2 Leather KeylessGo '
'Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-28 14:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:17 [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-28 14:31:17 [ecarstrade.be] INFO: Saving data for 6764996stock: {'created_time': 1772611708.100086, 'last_price_update_time': 1774708277.275594}
2026-03-28 14:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6764996stock') HTTP/1.1" 204 0
2026-03-28 14:31:20 [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-28 14:31:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6915596stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276915596stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6915596stock: 0
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6915770stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276915770stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6915770stock: 2
2026-03-28 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-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6917674stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276917674stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6917674stock: 2
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6922141stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276922141stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6922141stock: 2
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6928196stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276928196stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6928196stock: 0
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6928287stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276928287stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6928287stock: 2
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6933343stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276933343stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6933343stock: 0
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6939443stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276939443stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6939443stock: 2
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6939689stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276939689stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6939689stock: 2
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6945582stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276945582stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6945582stock: 0
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6945629stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276945629stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6945629stock: 0
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6953550stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276953550stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6953550stock: 0
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6953591stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276953591stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6953591stock: 0
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6953602stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276953602stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6953602stock: 0
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6957434stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276957434stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6957434stock: 0
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6957436stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276957436stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6957436stock: 0
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6957438stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276957438stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6957438stock: 0
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6960259stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276960259stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6960259stock: 0
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6962711stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276962711stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6962711stock: 2
2026-03-28 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6962713stock
2026-03-28 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276962713stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:20 [ecarstrade.be] INFO: Scrape type for 6962713stock: 2
2026-03-28 14:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6886947> (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-28 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-28 14:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6883181> (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-28 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-28 14:31:20 [ecarstrade.be] INFO: Extracting details for car 6886947stock
2026-03-28 14:31:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with identifier: 6886947stock
2026-03-28 14:31:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with scrape type 2
2026-03-28 14:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with scrape type 2
2026-03-28 14:31:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4a8bc75-8f4c-513b-b6f4-96442e95e4f8, identifier: 6886947stock
2026-03-28 14:31:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with identifier: 6886947stock
2026-03-28 14:31:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with identifier: 6886947stock
2026-03-28 14:31:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with identifier: 6886947stock to the API
2026-03-28 14:31:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6886947>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'd4a8bc75-8f4c-513b-b6f4-96442e95e4f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6886947',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'C 180',
'odometer': 157287,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-29',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes C 180d Avantgrade Aut. LED-Xenon Navi-Pro 1/2 '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Avantgrade Aut. LED-Xenon Navi-Pro 1/2 Sport-Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-28 14:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886947stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:21 [ecarstrade.be] INFO: Saving data for 6886947stock: {'created_time': 1772611808.401466, 'last_price_update_time': 1774708281.326979}
2026-03-28 14:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6886947stock') HTTP/1.1" 204 0
2026-03-28 14:31:21 [ecarstrade.be] INFO: Extracting details for car 6883181stock
2026-03-28 14:31:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878513> (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-28 14:31:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3939e18d-286e-5b74-bb78-591bf5be9bab with identifier: 6883181stock
2026-03-28 14:31:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3939e18d-286e-5b74-bb78-591bf5be9bab with scrape type 2
2026-03-28 14:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3939e18d-286e-5b74-bb78-591bf5be9bab with scrape type 2
2026-03-28 14:31:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3939e18d-286e-5b74-bb78-591bf5be9bab, identifier: 6883181stock
2026-03-28 14:31:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3939e18d-286e-5b74-bb78-591bf5be9bab with identifier: 6883181stock
2026-03-28 14:31:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 14:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-28 14:31:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3939e18d-286e-5b74-bb78-591bf5be9bab with identifier: 6883181stock
2026-03-28 14:31:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3939e18d-286e-5b74-bb78-591bf5be9bab with identifier: 6883181stock to the API
2026-03-28 14:31:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6883181>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3939e18d-286e-5b74-bb78-591bf5be9bab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6883181',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 94223,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-15',
'seats_number': 5,
'seller_name': None,
'title': 'Toyota Corolla 1.8 e-CVT Hybrid GR-Sport Aut. LED-Xenon ACC Navi '
'1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.8 e-CVT Hybrid GR-Sport Aut. LED-Xenon ACC Navi 1/2 Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-28 14:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276883181stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:21 [ecarstrade.be] INFO: Saving data for 6883181stock: {'created_time': 1772611314.536781, 'last_price_update_time': 1774708281.876642}
2026-03-28 14:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6883181stock') HTTP/1.1" 204 0
2026-03-28 14:31:21 [ecarstrade.be] INFO: Extracting details for car 6878513stock
2026-03-28 14:31:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6890677> (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-28 14:31:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6795176> (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-28 14:31:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1e092cc-1353-5d9b-8f88-9f3486a276fc with identifier: 6878513stock
2026-03-28 14:31:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1e092cc-1353-5d9b-8f88-9f3486a276fc with scrape type 2
2026-03-28 14:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1e092cc-1353-5d9b-8f88-9f3486a276fc with scrape type 2
2026-03-28 14:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b1e092cc-1353-5d9b-8f88-9f3486a276fc, identifier: 6878513stock
2026-03-28 14:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b1e092cc-1353-5d9b-8f88-9f3486a276fc with identifier: 6878513stock
2026-03-28 14:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b1e092cc-1353-5d9b-8f88-9f3486a276fc with identifier: 6878513stock
2026-03-28 14:31:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b1e092cc-1353-5d9b-8f88-9f3486a276fc with identifier: 6878513stock to the API
2026-03-28 14:31:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6878513>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b1e092cc-1353-5d9b-8f88-9f3486a276fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6878513',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 152935,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-02',
'seats_number': 7,
'seller_name': None,
'title': 'Citroen Grand C4 SpaceTourer 1.5 BlueHDI 7PL Aut. Virtual Navi '
'Camera Klima PDC …',
'transmission': 'automatic',
'trim': 'Citroen Grand C4 SpaceTourer 1.5 BlueHDI 7PL Aut. Virtual Navi '
'Camera Klima PDC …',
'vin': None,
'year': 2019}
2026-03-28 14:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878513stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:22 [ecarstrade.be] INFO: Saving data for 6878513stock: {'created_time': 1772611771.510323, 'last_price_update_time': 1774708282.325374}
2026-03-28 14:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878513stock') HTTP/1.1" 204 0
2026-03-28 14:31:22 [ecarstrade.be] INFO: Extracting details for car 6890677stock
2026-03-28 14:31:22 [ecarstrade.be] INFO: Extracting details for car 6795176stock
2026-03-28 14:31:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf7d4511-d2d6-5948-b239-934033b96937 with identifier: 6890677stock
2026-03-28 14:31:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf7d4511-d2d6-5948-b239-934033b96937 with scrape type 2
2026-03-28 14:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf7d4511-d2d6-5948-b239-934033b96937 with scrape type 2
2026-03-28 14:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf7d4511-d2d6-5948-b239-934033b96937, identifier: 6890677stock
2026-03-28 14:31:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with identifier: 6795176stock
2026-03-28 14:31:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with scrape type 2
2026-03-28 14:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with scrape type 2
2026-03-28 14:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc, identifier: 6795176stock
2026-03-28 14:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf7d4511-d2d6-5948-b239-934033b96937 with identifier: 6890677stock
2026-03-28 14:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf7d4511-d2d6-5948-b239-934033b96937 with identifier: 6890677stock
2026-03-28 14:31:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf7d4511-d2d6-5948-b239-934033b96937 with identifier: 6890677stock to the API
2026-03-28 14:31:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6890677>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cf7d4511-d2d6-5948-b239-934033b96937',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6890677',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'A3',
'odometer': 177837,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-06',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 SB 1.4 40 TFSIe Plug-In Hybrid S-Line Aut. LED-Matrix '
'Virtual Navi-Pro 1/2 Sport-Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'SB 1.4 40 TFSIe Plug-In Hybrid S-Line Aut. LED-Matrix Virtual '
'Navi-Pro 1/2 Sport-Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-28 14:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890677stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:22 [ecarstrade.be] INFO: Saving data for 6890677stock: {'created_time': 1772611810.252201, 'last_price_update_time': 1774708282.875827}
2026-03-28 14:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6890677stock') HTTP/1.1" 204 0
2026-03-28 14:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with identifier: 6795176stock
2026-03-28 14:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with identifier: 6795176stock
2026-03-28 14:31:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with identifier: 6795176stock to the API
2026-03-28 14:31:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6795176>
{'auction_title': '',
'c_o_2_emission_value': 50,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6795176',
'listing': 'auction',
'location': 'France - "INGRANDES"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 73373,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-03',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes GLC 300e Plug-In Hybrid AMG 4Matic Aut. Pano LED-Multibeam '
'Widescreen Distronic Burmester Navi 1/2 Sport-Leather-Alcantra '
'KeylessGo Camera 360° Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid AMG 4Matic Aut. Pano LED-Multibeam Widescreen '
'Distronic Burmester Navi 1/2 Sport-Leather-Alcantra KeylessGo Camera '
'360° Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-28 14:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276795176stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:23 [ecarstrade.be] INFO: Saving data for 6795176stock: {'created_time': 1772611588.027008, 'last_price_update_time': 1774708283.21965}
2026-03-28 14:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6795176stock') HTTP/1.1" 204 0
2026-03-28 14:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6890019> (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-28 14:31:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:23 [ecarstrade.be] INFO: Extracting details for car 6890019stock
2026-03-28 14:31:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b184380f-441f-505c-950b-181980720dcf with identifier: 6890019stock
2026-03-28 14:31:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b184380f-441f-505c-950b-181980720dcf with scrape type 2
2026-03-28 14:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b184380f-441f-505c-950b-181980720dcf with scrape type 2
2026-03-28 14:31:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b184380f-441f-505c-950b-181980720dcf, identifier: 6890019stock
2026-03-28 14:31:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b184380f-441f-505c-950b-181980720dcf with identifier: 6890019stock
2026-03-28 14:31:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b184380f-441f-505c-950b-181980720dcf with identifier: 6890019stock
2026-03-28 14:31:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b184380f-441f-505c-950b-181980720dcf with identifier: 6890019stock to the API
2026-03-28 14:31:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6890019>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b184380f-441f-505c-950b-181980720dcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6890019',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 128505,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-09',
'seats_number': 7,
'seller_name': None,
'title': 'Citroen Grand C4 SpaceTourer 1.5 BlueHDI 7PL Aut. Virtual Navi '
'Camera Klima PDC …',
'transmission': 'automatic',
'trim': 'Citroen Grand C4 SpaceTourer 1.5 BlueHDI 7PL Aut. Virtual Navi '
'Camera Klima PDC …',
'vin': None,
'year': 2020}
2026-03-28 14:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890019stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:23 [ecarstrade.be] INFO: Saving data for 6890019stock: {'created_time': 1772611822.145462, 'last_price_update_time': 1774708283.78576}
2026-03-28 14:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6890019stock') HTTP/1.1" 204 0
2026-03-28 14:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6915770> (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-28 14:31:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:27 [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-28 14:31:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:27 [ecarstrade.be] INFO: Extracting details for car 6915770stock
2026-03-28 14:31:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaa70f8f-47ab-54d1-9160-825a1b3aa646 with identifier: 6915770stock
2026-03-28 14:31:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaa70f8f-47ab-54d1-9160-825a1b3aa646 with scrape type 2
2026-03-28 14:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaa70f8f-47ab-54d1-9160-825a1b3aa646 with scrape type 2
2026-03-28 14:31:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eaa70f8f-47ab-54d1-9160-825a1b3aa646, identifier: 6915770stock
2026-03-28 14:31:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eaa70f8f-47ab-54d1-9160-825a1b3aa646 with identifier: 6915770stock
2026-03-28 14:31:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eaa70f8f-47ab-54d1-9160-825a1b3aa646 with identifier: 6915770stock
2026-03-28 14:31:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eaa70f8f-47ab-54d1-9160-825a1b3aa646 with identifier: 6915770stock to the API
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6915770>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'eaa70f8f-47ab-54d1-9160-825a1b3aa646',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6915770',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'E 200',
'odometer': 123701,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes E 200d Avantgarde Aut. LED-Xenon Widescreen Navi 1/2 '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Avantgarde Aut. LED-Xenon Widescreen Navi 1/2 Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915770stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:27 [ecarstrade.be] INFO: Saving data for 6915770stock: {'created_time': 1772839900.302788, 'last_price_update_time': 1774708287.717515}
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6915770stock') HTTP/1.1" 204 0
2026-03-28 14:31:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6917674> (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-28 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 6962714stock
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962714stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:27 [ecarstrade.be] INFO: Scrape type for 6962714stock: 2
2026-03-28 14:31:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 6962716stock
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962716stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:27 [ecarstrade.be] INFO: Scrape type for 6962716stock: 2
2026-03-28 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 6963226stock
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963226stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:27 [ecarstrade.be] INFO: Scrape type for 6963226stock: 0
2026-03-28 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 6908964stock
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908964stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:27 [ecarstrade.be] INFO: Scrape type for 6908964stock: 0
2026-03-28 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 6937847stock
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937847stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:27 [ecarstrade.be] INFO: Scrape type for 6937847stock: 0
2026-03-28 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 6939652stock
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939652stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:27 [ecarstrade.be] INFO: Scrape type for 6939652stock: 0
2026-03-28 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 6940210stock
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940210stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:27 [ecarstrade.be] INFO: Scrape type for 6940210stock: 0
2026-03-28 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 6941363stock
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941363stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:27 [ecarstrade.be] INFO: Scrape type for 6941363stock: 0
2026-03-28 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 6941452stock
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941452stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:27 [ecarstrade.be] INFO: Scrape type for 6941452stock: 0
2026-03-28 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 6941565stock
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941565stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:27 [ecarstrade.be] INFO: Scrape type for 6941565stock: 0
2026-03-28 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 6941593stock
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941593stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:27 [ecarstrade.be] INFO: Scrape type for 6941593stock: 0
2026-03-28 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 6941759stock
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941759stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:27 [ecarstrade.be] INFO: Scrape type for 6941759stock: 0
2026-03-28 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 6941847stock
2026-03-28 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276941847stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:28 [ecarstrade.be] INFO: Scrape type for 6941847stock: 0
2026-03-28 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6948713stock
2026-03-28 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276948713stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:28 [ecarstrade.be] INFO: Scrape type for 6948713stock: 0
2026-03-28 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6948720stock
2026-03-28 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276948720stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:28 [ecarstrade.be] INFO: Scrape type for 6948720stock: 0
2026-03-28 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6950867stock
2026-03-28 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950867stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:28 [ecarstrade.be] INFO: Scrape type for 6950867stock: 0
2026-03-28 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6956822stock
2026-03-28 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276956822stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:28 [ecarstrade.be] INFO: Scrape type for 6956822stock: 0
2026-03-28 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6961504stock
2026-03-28 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276961504stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:28 [ecarstrade.be] INFO: Scrape type for 6961504stock: 0
2026-03-28 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6963854stock
2026-03-28 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276963854stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:28 [ecarstrade.be] INFO: Scrape type for 6963854stock: 0
2026-03-28 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6779771stock
2026-03-28 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276779771stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:28 [ecarstrade.be] INFO: Scrape type for 6779771stock: 0
2026-03-28 14:31:28 [ecarstrade.be] INFO: Extracting details for car 6917674stock
2026-03-28 14:31:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with identifier: 6917674stock
2026-03-28 14:31:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with scrape type 2
2026-03-28 14:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with scrape type 2
2026-03-28 14:31:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97fb5223-ae4d-5761-91ff-ba02ee320ef4, identifier: 6917674stock
2026-03-28 14:31:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with identifier: 6917674stock
2026-03-28 14:31:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with identifier: 6917674stock
2026-03-28 14:31:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with identifier: 6917674stock to the API
2026-03-28 14:31:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6917674>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '97fb5223-ae4d-5761-91ff-ba02ee320ef4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6917674',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q3',
'odometer': 125378,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 1.5 35 TFSI Aut. Pano LED-Matrix Virtual Navi Klima PDC ...',
'transmission': 'automatic',
'trim': 'AUDI 1.5 35 TFSI Aut. Pano LED-Matrix Virtual Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-28 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276917674stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:28 [ecarstrade.be] INFO: Saving data for 6917674stock: {'created_time': 1772839876.337871, 'last_price_update_time': 1774708288.566227}
2026-03-28 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6917674stock') HTTP/1.1" 204 0
2026-03-28 14:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922141> (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-28 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-28 14:31:28 [ecarstrade.be] INFO: Extracting details for car 6922141stock
2026-03-28 14:31:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 425c0333-d561-5bd7-8f3c-481a63e3ce56 with identifier: 6922141stock
2026-03-28 14:31:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 425c0333-d561-5bd7-8f3c-481a63e3ce56 with scrape type 2
2026-03-28 14:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 425c0333-d561-5bd7-8f3c-481a63e3ce56 with scrape type 2
2026-03-28 14:31:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 425c0333-d561-5bd7-8f3c-481a63e3ce56, identifier: 6922141stock
2026-03-28 14:31:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 425c0333-d561-5bd7-8f3c-481a63e3ce56 with identifier: 6922141stock
2026-03-28 14:31:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 425c0333-d561-5bd7-8f3c-481a63e3ce56 with identifier: 6922141stock
2026-03-28 14:31:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 425c0333-d561-5bd7-8f3c-481a63e3ce56 with identifier: 6922141stock to the API
2026-03-28 14:31:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922141>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '425c0333-d561-5bd7-8f3c-481a63e3ce56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922141',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'A3',
'odometer': 93620,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-28',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 SB 1.0 30 TFSI LED Virtual Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'SB 1.0 30 TFSI LED Virtual Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-28 14:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922141stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:29 [ecarstrade.be] INFO: Saving data for 6922141stock: {'created_time': 1774276621.777343, 'last_price_update_time': 1774708289.261324}
2026-03-28 14:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922141stock') HTTP/1.1" 204 0
2026-03-28 14:31:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6890920> (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-28 14:31:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:29 [ecarstrade.be] INFO: Extracting details for car 6890920stock
2026-03-28 14:31:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with identifier: 6890920stock
2026-03-28 14:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with scrape type 2
2026-03-28 14:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with scrape type 2
2026-03-28 14:31:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e, identifier: 6890920stock
2026-03-28 14:31:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with identifier: 6890920stock
2026-03-28 14:31:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with identifier: 6890920stock
2026-03-28 14:31:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with identifier: 6890920stock to the API
2026-03-28 14:31:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6890920>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6890920',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'GLC 220',
'odometer': 225710,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-26',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes GLC 220d AMG 4Matic Aut. Pano LED-Xenon Navi 1/2 '
'Sport-Leather-Alcantara Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd AMG 4Matic Aut. Pano LED-Xenon Navi 1/2 Sport-Leather-Alcantara '
'Camera Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-28 14:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890920stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:29 [ecarstrade.be] INFO: Saving data for 6890920stock: {'created_time': 1774283659.688867, 'last_price_update_time': 1774708289.802073}
2026-03-28 14:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6890920stock') HTTP/1.1" 204 0
2026-03-28 14:31:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939443> (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-28 14:31:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928287> (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-28 14:31:29 [ecarstrade.be] INFO: Extracting details for car 6939443stock
2026-03-28 14:31:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96b3de09-20a0-502d-b771-0e90fd83e361 with identifier: 6939443stock
2026-03-28 14:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b3de09-20a0-502d-b771-0e90fd83e361 with scrape type 2
2026-03-28 14:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96b3de09-20a0-502d-b771-0e90fd83e361 with scrape type 2
2026-03-28 14:31:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96b3de09-20a0-502d-b771-0e90fd83e361, identifier: 6939443stock
2026-03-28 14:31:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96b3de09-20a0-502d-b771-0e90fd83e361 with identifier: 6939443stock
2026-03-28 14:31:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96b3de09-20a0-502d-b771-0e90fd83e361 with identifier: 6939443stock
2026-03-28 14:31:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96b3de09-20a0-502d-b771-0e90fd83e361 with identifier: 6939443stock to the API
2026-03-28 14:31:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6939443>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '96b3de09-20a0-502d-b771-0e90fd83e361',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6939443',
'listing': 'auction',
'location': 'France',
'make': 'Mercedes',
'model': 'GLA 250',
'odometer': 165056,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes GLA 250e Plug-In Hybrid AMG Night Aut. LED-Xenon '
'Widescreen Burmester Ambient Navi 1/2 Sport-Leather-Alcantara '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid AMG Night Aut. LED-Xenon Widescreen Burmester '
'Ambient Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2020}
2026-03-28 14:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939443stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:30 [ecarstrade.be] INFO: Saving data for 6939443stock: {'created_time': 1773758235.661321, 'last_price_update_time': 1774708290.364602}
2026-03-28 14:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939443stock') HTTP/1.1" 204 0
2026-03-28 14:31:30 [ecarstrade.be] INFO: Extracting details for car 6928287stock
2026-03-28 14:31:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with identifier: 6928287stock
2026-03-28 14:31:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with scrape type 2
2026-03-28 14:31:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with scrape type 2
2026-03-28 14:31:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3639ea8d-d2b9-5803-bd51-ec1875b27cf2, identifier: 6928287stock
2026-03-28 14:31:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with identifier: 6928287stock
2026-03-28 14:31:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with identifier: 6928287stock
2026-03-28 14:31:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with identifier: 6928287stock to the API
2026-03-28 14:31:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928287>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '3639ea8d-d2b9-5803-bd51-ec1875b27cf2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928287',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'V40',
'odometer': 220833,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-20',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo V40 2.0 D2 LED-Xenon Navi Klima PDC ...',
'transmission': 'manual',
'trim': '2.0 D2 LED-Xenon Navi Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-28 14:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928287stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:30 [ecarstrade.be] INFO: Saving data for 6928287stock: {'created_time': 1773180982.108215, 'last_price_update_time': 1774708290.798119}
2026-03-28 14:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928287stock') HTTP/1.1" 204 0
2026-03-28 14:31:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939689> (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-28 14:31:31 [ecarstrade.be] INFO: Extracting details for car 6939689stock
2026-03-28 14:31:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f569c3fd-a4a1-53cd-8002-7f7a6364844c with identifier: 6939689stock
2026-03-28 14:31:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f569c3fd-a4a1-53cd-8002-7f7a6364844c with scrape type 2
2026-03-28 14:31:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f569c3fd-a4a1-53cd-8002-7f7a6364844c with scrape type 2
2026-03-28 14:31:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f569c3fd-a4a1-53cd-8002-7f7a6364844c, identifier: 6939689stock
2026-03-28 14:31:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f569c3fd-a4a1-53cd-8002-7f7a6364844c with identifier: 6939689stock
2026-03-28 14:31:31 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 14:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-28 14:31:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f569c3fd-a4a1-53cd-8002-7f7a6364844c with identifier: 6939689stock
2026-03-28 14:31:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f569c3fd-a4a1-53cd-8002-7f7a6364844c with identifier: 6939689stock to the API
2026-03-28 14:31:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6939689>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'f569c3fd-a4a1-53cd-8002-7f7a6364844c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6939689',
'listing': 'auction',
'location': 'France',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 110129,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-10',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Kona 1.0 T-GDI Creative Head-Up Navi 1/2 Sport-Leather '
'KeylessGo Camera Klima ...',
'transmission': 'manual',
'trim': '1.0 T-GDI Creative Head-Up Navi 1/2 Sport-Leather KeylessGo Camera '
'Klima ...',
'vin': None,
'year': 2020}
2026-03-28 14:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:31 [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-28 14:31:31 [ecarstrade.be] INFO: Saving data for 6939689stock: {'created_time': 1773672105.257895, 'last_price_update_time': 1774708291.997796}
2026-03-28 14:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939689stock') HTTP/1.1" 204 0
2026-03-28 14:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962711> (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-28 14:31:33 [ecarstrade.be] INFO: Extracting details for car 6962711stock
2026-03-28 14:31:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec908ba1-5bef-5610-91df-078fcbd6fe62 with identifier: 6962711stock
2026-03-28 14:31:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec908ba1-5bef-5610-91df-078fcbd6fe62 with scrape type 2
2026-03-28 14:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec908ba1-5bef-5610-91df-078fcbd6fe62 with scrape type 2
2026-03-28 14:31:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec908ba1-5bef-5610-91df-078fcbd6fe62, identifier: 6962711stock
2026-03-28 14:31:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec908ba1-5bef-5610-91df-078fcbd6fe62 with identifier: 6962711stock
2026-03-28 14:31:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec908ba1-5bef-5610-91df-078fcbd6fe62 with identifier: 6962711stock
2026-03-28 14:31:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec908ba1-5bef-5610-91df-078fcbd6fe62 with identifier: 6962711stock to the API
2026-03-28 14:31:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6962711>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'ec908ba1-5bef-5610-91df-078fcbd6fe62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6962711',
'listing': 'auction',
'location': 'France - "WAVRIN"',
'make': 'Citroen',
'model': 'C3',
'odometer': 109859,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-06',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C3 1.2 PureTech Feel LED Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Feel LED Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-28 14:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:34 [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-28 14:31:34 [ecarstrade.be] INFO: Saving data for 6962711stock: {'created_time': 1774276714.175724, 'last_price_update_time': 1774708294.38207}
2026-03-28 14:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962711stock') HTTP/1.1" 204 0
2026-03-28 14:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962713> (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-28 14:31:34 [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-28 14:31:34 [ecarstrade.be] INFO: Extracting details for car 6962713stock
2026-03-28 14:31:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a55c3a1b-c8f6-5935-b851-f827ebc04776 with identifier: 6962713stock
2026-03-28 14:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a55c3a1b-c8f6-5935-b851-f827ebc04776 with scrape type 2
2026-03-28 14:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a55c3a1b-c8f6-5935-b851-f827ebc04776 with scrape type 2
2026-03-28 14:31:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a55c3a1b-c8f6-5935-b851-f827ebc04776, identifier: 6962713stock
2026-03-28 14:31:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a55c3a1b-c8f6-5935-b851-f827ebc04776 with identifier: 6962713stock
2026-03-28 14:31:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a55c3a1b-c8f6-5935-b851-f827ebc04776 with identifier: 6962713stock
2026-03-28 14:31:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a55c3a1b-c8f6-5935-b851-f827ebc04776 with identifier: 6962713stock to the API
2026-03-28 14:31:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6962713>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'a55c3a1b-c8f6-5935-b851-f827ebc04776',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6962713',
'listing': 'auction',
'location': 'France - "MARSEILLE 16"',
'make': 'Citroen',
'model': 'C3',
'odometer': 114033,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C3 1.2 PureTech Feel LED Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Feel LED Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276962713stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Saving data for 6962713stock: {'created_time': 1774276708.491755, 'last_price_update_time': 1774708295.145689}
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962713stock') HTTP/1.1" 204 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6798434stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276798434stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6798434stock: 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6807786stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276807786stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6807786stock: 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6812448stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276812448stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6812448stock: 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6812473stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276812473stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6812473stock: 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6812486stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276812486stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6812486stock: 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6821529stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276821529stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6821529stock: 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6821711stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276821711stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6821711stock: 2
2026-03-28 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-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6826882stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276826882stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6826882stock: 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6841360stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276841360stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6841360stock: 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6841368stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276841368stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6841368stock: 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6846596stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276846596stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6846596stock: 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6846634stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276846634stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6846634stock: 2
2026-03-28 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-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6852962stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276852962stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6852962stock: 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6852969stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276852969stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6852969stock: 2
2026-03-28 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-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6853153stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276853153stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6853153stock: 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6861986stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276861986stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6861986stock: 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6862936stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276862936stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6862936stock: 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6869116stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276869116stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6869116stock: 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6870434stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276870434stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6870434stock: 0
2026-03-28 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6879653stock
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276879653stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:35 [ecarstrade.be] INFO: Scrape type for 6879653stock: 0
2026-03-28 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-28 14:31:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962714> (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-28 14:31:35 [ecarstrade.be] INFO: Extracting details for car 6962714stock
2026-03-28 14:31:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a30ba2a-5c9a-50e2-9839-37252946e884 with identifier: 6962714stock
2026-03-28 14:31:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a30ba2a-5c9a-50e2-9839-37252946e884 with scrape type 2
2026-03-28 14:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a30ba2a-5c9a-50e2-9839-37252946e884 with scrape type 2
2026-03-28 14:31:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a30ba2a-5c9a-50e2-9839-37252946e884, identifier: 6962714stock
2026-03-28 14:31:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a30ba2a-5c9a-50e2-9839-37252946e884 with identifier: 6962714stock
2026-03-28 14:31:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a30ba2a-5c9a-50e2-9839-37252946e884 with identifier: 6962714stock
2026-03-28 14:31:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a30ba2a-5c9a-50e2-9839-37252946e884 with identifier: 6962714stock to the API
2026-03-28 14:31:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6962714>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '9a30ba2a-5c9a-50e2-9839-37252946e884',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6962714',
'listing': 'auction',
'location': 'France - "WAVRIN"',
'make': 'Citroen',
'model': 'C3',
'odometer': 83508,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-15',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C3 1.2 PureTech Feel LED Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Feel LED Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-28 14:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962714stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:36 [ecarstrade.be] INFO: Saving data for 6962714stock: {'created_time': 1774276709.386618, 'last_price_update_time': 1774708296.121591}
2026-03-28 14:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962714stock') HTTP/1.1" 204 0
2026-03-28 14:31:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962716> (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-28 14:31:36 [ecarstrade.be] INFO: Extracting details for car 6962716stock
2026-03-28 14:31:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with identifier: 6962716stock
2026-03-28 14:31:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with scrape type 2
2026-03-28 14:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with scrape type 2
2026-03-28 14:31:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bbc86a08-1f73-5ce3-ac79-e3fc76521ef0, identifier: 6962716stock
2026-03-28 14:31:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with identifier: 6962716stock
2026-03-28 14:31:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with identifier: 6962716stock
2026-03-28 14:31:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with identifier: 6962716stock to the API
2026-03-28 14:31:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6962716>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'bbc86a08-1f73-5ce3-ac79-e3fc76521ef0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6962716',
'listing': 'auction',
'location': 'France - "MARSEILLE 16"',
'make': 'Citroen',
'model': 'C3',
'odometer': 135597,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C3 1.2 PureTech Feel LED Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Feel LED Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-28 14:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962716stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:36 [ecarstrade.be] INFO: Saving data for 6962716stock: {'created_time': 1774276727.417616, 'last_price_update_time': 1774708296.755635}
2026-03-28 14:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962716stock') HTTP/1.1" 204 0
2026-03-28 14:31:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6846634> (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-28 14:31:42 [ecarstrade.be] INFO: Extracting details for car 6846634stock
2026-03-28 14:31:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9be90d6-8232-58b6-bf86-0a41a71a526d with identifier: 6846634stock
2026-03-28 14:31:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9be90d6-8232-58b6-bf86-0a41a71a526d with scrape type 2
2026-03-28 14:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9be90d6-8232-58b6-bf86-0a41a71a526d with scrape type 2
2026-03-28 14:31:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a9be90d6-8232-58b6-bf86-0a41a71a526d, identifier: 6846634stock
2026-03-28 14:31:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a9be90d6-8232-58b6-bf86-0a41a71a526d with identifier: 6846634stock
2026-03-28 14:31:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a9be90d6-8232-58b6-bf86-0a41a71a526d with identifier: 6846634stock
2026-03-28 14:31:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a9be90d6-8232-58b6-bf86-0a41a71a526d with identifier: 6846634stock to the API
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31: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-28 14:31:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6846634>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'a9be90d6-8232-58b6-bf86-0a41a71a526d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6846634',
'listing': 'auction',
'location': 'Belgium - "Diegem"',
'make': 'Nissan',
'model': 'X-Trail',
'odometer': 81728,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-20',
'seats_number': 7,
'seller_name': None,
'title': 'Nissan X-Trail 1.5i Mild-Hybrid N-Connecta 7PL Aut. LED Virtual ACC '
'Navi-Pro KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Mild-Hybrid N-Connecta 7PL Aut. LED Virtual ACC Navi-Pro '
'KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846634stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:42 [ecarstrade.be] INFO: Saving data for 6846634stock: {'created_time': 1772611502.244608, 'last_price_update_time': 1774708302.691007}
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6846634stock') HTTP/1.1" 204 0
2026-03-28 14:31:42 [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-28 14:31:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:31:42 [ecarstrade.be] INFO: Found listing with ID: 6881269stock
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276881269stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:42 [ecarstrade.be] INFO: Scrape type for 6881269stock: 0
2026-03-28 14:31:42 [ecarstrade.be] INFO: Found listing with ID: 6882775stock
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276882775stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:42 [ecarstrade.be] INFO: Scrape type for 6882775stock: 0
2026-03-28 14:31:42 [ecarstrade.be] INFO: Found listing with ID: 6885897stock
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885897stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:42 [ecarstrade.be] INFO: Scrape type for 6885897stock: 0
2026-03-28 14:31:42 [ecarstrade.be] INFO: Found listing with ID: 6889981stock
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889981stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:42 [ecarstrade.be] INFO: Scrape type for 6889981stock: 0
2026-03-28 14:31:42 [ecarstrade.be] INFO: Found listing with ID: 6891000stock
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276891000stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:42 [ecarstrade.be] INFO: Scrape type for 6891000stock: 0
2026-03-28 14:31:42 [ecarstrade.be] INFO: Found listing with ID: 6897221stock
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276897221stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:42 [ecarstrade.be] INFO: Scrape type for 6897221stock: 0
2026-03-28 14:31:42 [ecarstrade.be] INFO: Found listing with ID: 6899562stock
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276899562stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:42 [ecarstrade.be] INFO: Scrape type for 6899562stock: 2
2026-03-28 14:31:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6821711> (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-28 14:31:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:42 [ecarstrade.be] INFO: Found listing with ID: 6908828stock
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908828stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:43 [ecarstrade.be] INFO: Scrape type for 6908828stock: 0
2026-03-28 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6909332stock
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909332stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:43 [ecarstrade.be] INFO: Scrape type for 6909332stock: 0
2026-03-28 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6909883stock
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909883stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:43 [ecarstrade.be] INFO: Scrape type for 6909883stock: 0
2026-03-28 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6914084stock
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914084stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:43 [ecarstrade.be] INFO: Scrape type for 6914084stock: 0
2026-03-28 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6915515stock
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915515stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:43 [ecarstrade.be] INFO: Scrape type for 6915515stock: 0
2026-03-28 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6917287stock
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917287stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:43 [ecarstrade.be] INFO: Scrape type for 6917287stock: 0
2026-03-28 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6917331stock
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917331stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:43 [ecarstrade.be] INFO: Scrape type for 6917331stock: 0
2026-03-28 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6919263stock
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919263stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:43 [ecarstrade.be] INFO: Scrape type for 6919263stock: 0
2026-03-28 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6923974stock
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276923974stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:43 [ecarstrade.be] INFO: Scrape type for 6923974stock: 0
2026-03-28 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6932497stock
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276932497stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:43 [ecarstrade.be] INFO: Scrape type for 6932497stock: 0
2026-03-28 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6933348stock
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933348stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:43 [ecarstrade.be] INFO: Scrape type for 6933348stock: 0
2026-03-28 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6933349stock
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933349stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:43 [ecarstrade.be] INFO: Scrape type for 6933349stock: 0
2026-03-28 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6933378stock
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933378stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:43 [ecarstrade.be] INFO: Scrape type for 6933378stock: 0
2026-03-28 14:31:43 [ecarstrade.be] INFO: Extracting details for car 6821711stock
2026-03-28 14:31:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6852969> (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-28 14:31:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c0950ec-753c-522a-a8f0-d7af9f9adad4 with identifier: 6821711stock
2026-03-28 14:31:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c0950ec-753c-522a-a8f0-d7af9f9adad4 with scrape type 2
2026-03-28 14:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c0950ec-753c-522a-a8f0-d7af9f9adad4 with scrape type 2
2026-03-28 14:31:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c0950ec-753c-522a-a8f0-d7af9f9adad4, identifier: 6821711stock
2026-03-28 14:31:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c0950ec-753c-522a-a8f0-d7af9f9adad4 with identifier: 6821711stock
2026-03-28 14:31:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-28 14:31:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c0950ec-753c-522a-a8f0-d7af9f9adad4 with identifier: 6821711stock
2026-03-28 14:31:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c0950ec-753c-522a-a8f0-d7af9f9adad4 with identifier: 6821711stock to the API
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6821711>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Hybrid (diesel / electric)',
'id': '1c0950ec-753c-522a-a8f0-d7af9f9adad4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6821711',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 169306,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes GLC 300de Coupe Plug-In Hybrid AMG 4Matic Aut. LED-Xenon '
'Widescreen Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'de Coupe Plug-In Hybrid AMG 4Matic Aut. LED-Xenon Widescreen Navi '
'1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821711stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:43 [ecarstrade.be] INFO: Saving data for 6821711stock: {'created_time': 1774103613.975231, 'last_price_update_time': 1774708303.732914}
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6821711stock') HTTP/1.1" 204 0
2026-03-28 14:31:43 [ecarstrade.be] INFO: Extracting details for car 6852969stock
2026-03-28 14:31:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2db759f4-3a32-5f10-82af-f7b9e3d2bce1 with identifier: 6852969stock
2026-03-28 14:31:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2db759f4-3a32-5f10-82af-f7b9e3d2bce1 with scrape type 2
2026-03-28 14:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2db759f4-3a32-5f10-82af-f7b9e3d2bce1 with scrape type 2
2026-03-28 14:31:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2db759f4-3a32-5f10-82af-f7b9e3d2bce1, identifier: 6852969stock
2026-03-28 14:31:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2db759f4-3a32-5f10-82af-f7b9e3d2bce1 with identifier: 6852969stock
2026-03-28 14:31:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2db759f4-3a32-5f10-82af-f7b9e3d2bce1 with identifier: 6852969stock
2026-03-28 14:31:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2db759f4-3a32-5f10-82af-f7b9e3d2bce1 with identifier: 6852969stock to the API
2026-03-28 14:31:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6852969>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '2db759f4-3a32-5f10-82af-f7b9e3d2bce1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6852969',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 123175,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi E-tron 55 Quattro Advanced Aut. Pano LED-Matrix Virtual Navi '
'Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'E-tron 55 Quattro Advanced Aut. Pano LED-Matrix Virtual Navi Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-28 14:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852969stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:44 [ecarstrade.be] INFO: Saving data for 6852969stock: {'created_time': 1772611570.288995, 'last_price_update_time': 1774708304.313921}
2026-03-28 14:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6852969stock') HTTP/1.1" 204 0
2026-03-28 14:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6899562> (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-28 14:31:51 [ecarstrade.be] INFO: Extracting details for car 6899562stock
2026-03-28 14:31:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37343393-f883-5234-a88d-094d0af1e087 with identifier: 6899562stock
2026-03-28 14:31:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37343393-f883-5234-a88d-094d0af1e087 with scrape type 2
2026-03-28 14:31:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37343393-f883-5234-a88d-094d0af1e087 with scrape type 2
2026-03-28 14:31:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37343393-f883-5234-a88d-094d0af1e087, identifier: 6899562stock
2026-03-28 14:31:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37343393-f883-5234-a88d-094d0af1e087 with identifier: 6899562stock
2026-03-28 14:31:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37343393-f883-5234-a88d-094d0af1e087 with identifier: 6899562stock
2026-03-28 14:31:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37343393-f883-5234-a88d-094d0af1e087 with identifier: 6899562stock to the API
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6899562>
{'auction_title': '',
'c_o_2_emission_value': 20,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Hybrid (diesel / electric)',
'id': '37343393-f883-5234-a88d-094d0af1e087',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6899562',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 155227,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes GLE 350de Plug-In Hybrid AMG Night 4Matic Aut. Pano '
'LED-Multibeam Widescreen Burmester Ambient Navi Sport-Leather '
'KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'de Plug-In Hybrid AMG Night 4Matic Aut. Pano LED-Multibeam '
'Widescreen Burmester Ambient Navi Sport-Leather KeylessGo Camera 360 '
'Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276899562stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:51 [ecarstrade.be] INFO: Saving data for 6899562stock: {'created_time': 1774103585.690653, 'last_price_update_time': 1774708311.532815}
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6899562stock') HTTP/1.1" 204 0
2026-03-28 14:31:51 [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-28 14:31:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:31:51 [ecarstrade.be] INFO: Found listing with ID: 6933507stock
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933507stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:51 [ecarstrade.be] INFO: Scrape type for 6933507stock: 0
2026-03-28 14:31:51 [ecarstrade.be] INFO: Found listing with ID: 6432284stock
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276432284stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:51 [ecarstrade.be] INFO: Scrape type for 6432284stock: 0
2026-03-28 14:31:51 [ecarstrade.be] INFO: Found listing with ID: 6564465stock
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276564465stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:51 [ecarstrade.be] INFO: Scrape type for 6564465stock: 0
2026-03-28 14:31:51 [ecarstrade.be] INFO: Found listing with ID: 6566840stock
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276566840stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:51 [ecarstrade.be] INFO: Scrape type for 6566840stock: 0
2026-03-28 14:31:51 [ecarstrade.be] INFO: Found listing with ID: 6583408stock
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276583408stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:51 [ecarstrade.be] INFO: Scrape type for 6583408stock: 0
2026-03-28 14:31:51 [ecarstrade.be] INFO: Found listing with ID: 6653096stock
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276653096stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:51 [ecarstrade.be] INFO: Scrape type for 6653096stock: 0
2026-03-28 14:31:51 [ecarstrade.be] INFO: Found listing with ID: 6673529stock
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276673529stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:51 [ecarstrade.be] INFO: Scrape type for 6673529stock: 0
2026-03-28 14:31:51 [ecarstrade.be] INFO: Found listing with ID: 6678770stock
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276678770stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:51 [ecarstrade.be] INFO: Scrape type for 6678770stock: 0
2026-03-28 14:31:51 [ecarstrade.be] INFO: Found listing with ID: 6701770stock
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701770stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:51 [ecarstrade.be] INFO: Scrape type for 6701770stock: 0
2026-03-28 14:31:51 [ecarstrade.be] INFO: Found listing with ID: 6701935stock
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701935stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:51 [ecarstrade.be] INFO: Scrape type for 6701935stock: 0
2026-03-28 14:31:51 [ecarstrade.be] INFO: Found listing with ID: 6715853stock
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276715853stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:51 [ecarstrade.be] INFO: Scrape type for 6715853stock: 0
2026-03-28 14:31:51 [ecarstrade.be] INFO: Found listing with ID: 6765575stock
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276765575stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:51 [ecarstrade.be] INFO: Scrape type for 6765575stock: 0
2026-03-28 14:31:51 [ecarstrade.be] INFO: Found listing with ID: 6779573stock
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779573stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:51 [ecarstrade.be] INFO: Scrape type for 6779573stock: 0
2026-03-28 14:31:51 [ecarstrade.be] INFO: Found listing with ID: 6978801stock
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978801stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:51 [ecarstrade.be] INFO: Scrape type for 6978801stock: 0
2026-03-28 14:31:51 [ecarstrade.be] INFO: Found listing with ID: 6978777stock
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978777stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:51 [ecarstrade.be] INFO: Scrape type for 6978777stock: 2
2026-03-28 14:31:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:51 [ecarstrade.be] INFO: Found listing with ID: 6964693stock
2026-03-28 14:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:52 [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-28 14:31:52 [ecarstrade.be] INFO: Scrape type for 6964693stock: 0
2026-03-28 14:31:52 [ecarstrade.be] INFO: Found listing with ID: 6666216stock
2026-03-28 14:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:52 [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-28 14:31:52 [ecarstrade.be] INFO: Scrape type for 6666216stock: 0
2026-03-28 14:31:52 [ecarstrade.be] INFO: Found listing with ID: 6715447stock
2026-03-28 14:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:52 [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-28 14:31:52 [ecarstrade.be] INFO: Scrape type for 6715447stock: 0
2026-03-28 14:31:52 [ecarstrade.be] INFO: Found listing with ID: 6721362stock
2026-03-28 14:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:52 [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-28 14:31:52 [ecarstrade.be] INFO: Scrape type for 6721362stock: 0
2026-03-28 14:31:52 [ecarstrade.be] INFO: Found listing with ID: 6758802stock
2026-03-28 14:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:52 [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-28 14:31:52 [ecarstrade.be] INFO: Scrape type for 6758802stock: 0
2026-03-28 14:31:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:58 [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-28 14:31:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6758819stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276758819stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6758819stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6758822stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276758822stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6758822stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6768590stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276768590stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6768590stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6784787stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784787stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6784787stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6792013stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792013stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6792013stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6809699stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276809699stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6809699stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6812476stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812476stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6812476stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6820657stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276820657stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6820657stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6834681stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276834681stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6834681stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6836054stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276836054stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6836054stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6843336stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843336stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6843336stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6851391stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276851391stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6851391stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6855220stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855220stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6855220stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6855255stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855255stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6855255stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6857670stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276857670stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6857670stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6863023stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276863023stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6863023stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6866954stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276866954stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6866954stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6867688stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276867688stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6867688stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6867987stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276867987stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6867987stock: 0
2026-03-28 14:31:58 [ecarstrade.be] INFO: Found listing with ID: 6890954stock
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890954stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:58 [ecarstrade.be] INFO: Scrape type for 6890954stock: 0
2026-03-28 14:31:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:31:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6978777> (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-28 14:31:59 [ecarstrade.be] INFO: Extracting details for car 6978777stock
2026-03-28 14:31:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d4c3564-1dd5-54e9-99f7-03775207d190 with identifier: 6978777stock
2026-03-28 14:31:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d4c3564-1dd5-54e9-99f7-03775207d190 with scrape type 2
2026-03-28 14:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d4c3564-1dd5-54e9-99f7-03775207d190 with scrape type 2
2026-03-28 14:31:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d4c3564-1dd5-54e9-99f7-03775207d190, identifier: 6978777stock
2026-03-28 14:31:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d4c3564-1dd5-54e9-99f7-03775207d190 with identifier: 6978777stock
2026-03-28 14:31:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d4c3564-1dd5-54e9-99f7-03775207d190 with identifier: 6978777stock
2026-03-28 14:31:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d4c3564-1dd5-54e9-99f7-03775207d190 with identifier: 6978777stock to the API
2026-03-28 14:31:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:31:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:31:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6978777>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '4d4c3564-1dd5-54e9-99f7-03775207d190',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6978777',
'listing': 'auction',
'location': 'France - "2ndMove Lyon"',
'make': 'Renault',
'model': 'Captur',
'odometer': 66830,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-17',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur 1.0 TCe Techno LED Virtual Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.0 TCe Techno LED Virtual Navi 1/2 Leather KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2024}
2026-03-28 14:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978777stock%27 HTTP/1.1" 200 None
2026-03-28 14:31:59 [ecarstrade.be] INFO: Saving data for 6978777stock: {'created_time': 1774276492.266795, 'last_price_update_time': 1774708319.731995}
2026-03-28 14:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6978777stock') HTTP/1.1" 204 0
2026-03-28 14:32:05 [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-28 14:32:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6891458stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276891458stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6891458stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6902391stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902391stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6902391stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6906274stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906274stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6906274stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6906336stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906336stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6906336stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6915092stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915092stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6915092stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6915132stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915132stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6915132stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6915444stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915444stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6915444stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6922030stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922030stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6922030stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6925462stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925462stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6925462stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6928167stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928167stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6928167stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6933400stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933400stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6933400stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6934382stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934382stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6934382stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6938490stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938490stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6938490stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6938545stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938545stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6938545stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6939768stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939768stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6939768stock: 2
2026-03-28 14:32:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6942877stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942877stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6942877stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6945655stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945655stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6945655stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6948741stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948741stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6948741stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 6957412stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957412stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 6957412stock: 0
2026-03-28 14:32:05 [ecarstrade.be] INFO: Found listing with ID: 3742479stock
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%273742479stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:05 [ecarstrade.be] INFO: Scrape type for 3742479stock: 0
2026-03-28 14:32:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:32:06 [scrapy.extensions.logstats] INFO: Crawled 50 pages (at 37 pages/min), scraped 38 items (at 29 items/min)
2026-03-28 14:32:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 267MiB
2026-03-28 14:32:15 [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-28 14:32:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6442479stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276442479stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6442479stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6472747stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276472747stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6472747stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6589495stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276589495stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6589495stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6596836stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276596836stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6596836stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6617796stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276617796stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6617796stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6631679stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276631679stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6631679stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6631720stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276631720stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6631720stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6663716stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276663716stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6663716stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6708827stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276708827stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6708827stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6979559stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979559stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6979559stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6979561stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979561stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6979561stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6979567stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979567stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6979567stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6979569stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979569stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6979569stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6979571stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979571stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6979571stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6879839stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276879839stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6879839stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6883830stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276883830stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6883830stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6885853stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885853stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6885853stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6885954stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885954stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6885954stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6885975stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885975stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6885975stock: 0
2026-03-28 14:32:15 [ecarstrade.be] INFO: Found listing with ID: 6890910stock
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890910stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:15 [ecarstrade.be] INFO: Scrape type for 6890910stock: 0
2026-03-28 14:32:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:32:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939768> (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-28 14:32:21 [ecarstrade.be] INFO: Extracting details for car 6939768stock
2026-03-28 14:32:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f22a044-1ead-5d11-afd3-d8e060a535c2 with identifier: 6939768stock
2026-03-28 14:32:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f22a044-1ead-5d11-afd3-d8e060a535c2 with scrape type 2
2026-03-28 14:32:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f22a044-1ead-5d11-afd3-d8e060a535c2 with scrape type 2
2026-03-28 14:32:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3f22a044-1ead-5d11-afd3-d8e060a535c2, identifier: 6939768stock
2026-03-28 14:32:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3f22a044-1ead-5d11-afd3-d8e060a535c2 with identifier: 6939768stock
2026-03-28 14:32:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3f22a044-1ead-5d11-afd3-d8e060a535c2 with identifier: 6939768stock
2026-03-28 14:32:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3f22a044-1ead-5d11-afd3-d8e060a535c2 with identifier: 6939768stock to the API
2026-03-28 14:32:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:32:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:32:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6939768>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '3f22a044-1ead-5d11-afd3-d8e060a535c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6939768',
'listing': 'auction',
'location': 'France - "Quincieux"',
'make': 'Opel',
'model': 'Astra',
'odometer': 143085,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-09',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra 1.0T Edition Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.0T Edition Navi Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-28 14:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939768stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:21 [ecarstrade.be] INFO: Saving data for 6939768stock: {'created_time': 1773672108.884441, 'last_price_update_time': 1774708341.732939}
2026-03-28 14:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939768stock') HTTP/1.1" 204 0
2026-03-28 14:32:22 [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-28 14:32:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6890939stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890939stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6890939stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6893001stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276893001stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6893001stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6893405stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276893405stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6893405stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6899424stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276899424stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6899424stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6901506stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276901506stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6901506stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6901822stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276901822stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6901822stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6904901stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904901stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6904901stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6905414stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276905414stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6905414stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6905965stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276905965stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6905965stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6906386stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906386stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6906386stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6908834stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908834stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6908834stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6909294stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909294stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6909294stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6909316stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909316stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6909316stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6910038stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910038stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6910038stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6910043stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910043stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6910043stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6910519stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910519stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6910519stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6914005stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914005stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6914005stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6914013stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914013stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6914013stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6914030stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914030stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6914030stock: 0
2026-03-28 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6916395stock
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276916395stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:22 [ecarstrade.be] INFO: Scrape type for 6916395stock: 0
2026-03-28 14:32:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:32:28 [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-28 14:32:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6919073stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919073stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6919073stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6919152stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919152stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6919152stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6919213stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919213stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6919213stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6925476stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925476stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6925476stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6925486stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925486stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6925486stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6927538stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276927538stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6927538stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6927545stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276927545stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6927545stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6937858stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937858stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6937858stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6939583stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939583stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6939583stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6941303stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941303stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6941303stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6942623stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942623stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6942623stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6679102stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276679102stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6679102stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6688226stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276688226stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6688226stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6694083stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694083stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6694083stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6696769stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276696769stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6696769stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6701130stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701130stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6701130stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6702277stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276702277stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6702277stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6723640stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276723640stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6723640stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6728384stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276728384stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6728384stock: 0
2026-03-28 14:32:29 [ecarstrade.be] INFO: Found listing with ID: 6728664stock
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276728664stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:29 [ecarstrade.be] INFO: Scrape type for 6728664stock: 0
2026-03-28 14:32:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:32:36 [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-28 14:32:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6746262stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276746262stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6746262stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6764578stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764578stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6764578stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6772786stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276772786stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6772786stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6773433stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276773433stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6773433stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6776417stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776417stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6776417stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6779599stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779599stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6779599stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6787688stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787688stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6787688stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6788600stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788600stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6788600stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6791039stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276791039stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6791039stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6792164stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792164stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6792164stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6792189stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792189stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6792189stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6792686stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792686stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6792686stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6797653stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276797653stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6797653stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6802754stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802754stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6802754stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6804641stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276804641stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6804641stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6808563stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276808563stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6808563stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6809691stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276809691stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6809691stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6812574stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812574stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6812574stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6817744stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276817744stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6817744stock: 0
2026-03-28 14:32:36 [ecarstrade.be] INFO: Found listing with ID: 6818863stock
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818863stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:36 [ecarstrade.be] INFO: Scrape type for 6818863stock: 0
2026-03-28 14:32:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6824257stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6824257stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6824278stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6824278stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6824325stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6824325stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6835922stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6835922stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6843034stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6843034stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6844715stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6844715stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6845529stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6845529stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6847587stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276847587stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6847587stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6853022stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6853022stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6859947stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859947stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6859947stock: 2
2026-03-28 14:32:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6862902stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6862902stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6866821stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6866821stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6867142stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6867142stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6868001stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6868001stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6869050stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6869050stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6870475stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6870475stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6870633stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6870633stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6875341stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6875341stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 6876338stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 6876338stock: 0
2026-03-28 14:32:44 [ecarstrade.be] INFO: Found listing with ID: 5790258stock
2026-03-28 14:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:44 [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-28 14:32:44 [ecarstrade.be] INFO: Scrape type for 5790258stock: 0
2026-03-28 14:32:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:32:51 [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-28 14:32:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6380489stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276380489stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6380489stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6492226stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276492226stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6492226stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6565827stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276565827stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6565827stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6568211stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276568211stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6568211stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6572320stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276572320stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6572320stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6588028stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276588028stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6588028stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6589936stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276589936stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6589936stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6612228stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276612228stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6612228stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6629462stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276629462stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6629462stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6635088stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276635088stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6635088stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6656157stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276656157stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6656157stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6668929stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276668929stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6668929stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6672443stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276672443stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6672443stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6843094stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276843094stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6843094stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6751573stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276751573stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6751573stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6434642stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276434642stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6434642stock: 2
2026-03-28 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-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6597827stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276597827stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6597827stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6788506stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276788506stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6788506stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6794715stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276794715stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6794715stock: 0
2026-03-28 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6882517stock
2026-03-28 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276882517stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:51 [ecarstrade.be] INFO: Scrape type for 6882517stock: 0
2026-03-28 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-28 14:32:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6859947> (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-28 14:32:52 [ecarstrade.be] INFO: Extracting details for car 6859947stock
2026-03-28 14:32:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fed52b6-5c36-562f-8948-1aa5c29c0b0b with identifier: 6859947stock
2026-03-28 14:32:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fed52b6-5c36-562f-8948-1aa5c29c0b0b with scrape type 2
2026-03-28 14:32:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fed52b6-5c36-562f-8948-1aa5c29c0b0b with scrape type 2
2026-03-28 14:32:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2fed52b6-5c36-562f-8948-1aa5c29c0b0b, identifier: 6859947stock
2026-03-28 14:32:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2fed52b6-5c36-562f-8948-1aa5c29c0b0b with identifier: 6859947stock
2026-03-28 14:32:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2fed52b6-5c36-562f-8948-1aa5c29c0b0b with identifier: 6859947stock
2026-03-28 14:32:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2fed52b6-5c36-562f-8948-1aa5c29c0b0b with identifier: 6859947stock to the API
2026-03-28 14:32:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:32: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-28 14:32:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6859947>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '2fed52b6-5c36-562f-8948-1aa5c29c0b0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6859947',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 189031,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-12',
'seats_number': 6,
'seller_name': None,
'title': 'Volkswagen T6 Transporter 2.0 TDi LWB 6PL Display Klima PDC ...',
'transmission': 'manual',
'trim': '2.0 TDi LWB 6PL Display Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-28 14:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859947stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:55 [ecarstrade.be] INFO: Saving data for 6859947stock: {'created_time': 1772611244.392794, 'last_price_update_time': 1774708375.572723}
2026-03-28 14:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6859947stock') HTTP/1.1" 204 0
2026-03-28 14:32:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6434642> (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-28 14:32:58 [ecarstrade.be] INFO: Extracting details for car 6434642stock
2026-03-28 14:32:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 933bf5c2-fe7c-594d-9d44-e6de3012b778 with identifier: 6434642stock
2026-03-28 14:32:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 933bf5c2-fe7c-594d-9d44-e6de3012b778 with scrape type 2
2026-03-28 14:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 933bf5c2-fe7c-594d-9d44-e6de3012b778 with scrape type 2
2026-03-28 14:32:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 933bf5c2-fe7c-594d-9d44-e6de3012b778, identifier: 6434642stock
2026-03-28 14:32:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 933bf5c2-fe7c-594d-9d44-e6de3012b778 with identifier: 6434642stock
2026-03-28 14:32:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 933bf5c2-fe7c-594d-9d44-e6de3012b778 with identifier: 6434642stock
2026-03-28 14:32:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 933bf5c2-fe7c-594d-9d44-e6de3012b778 with identifier: 6434642stock to the API
2026-03-28 14:32:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:32:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:32:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6434642>
{'auction_title': '',
'c_o_2_emission_value': 53,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '933bf5c2-fe7c-594d-9d44-e6de3012b778',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6434642',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '530',
'odometer': 224869,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 530e Plug-In Hybrid M-Sport Shadow Aut. Pano LED LC-Pro Ambient '
'Navi-Pro Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid M-Sport Shadow Aut. Pano LED LC-Pro Ambient '
'Navi-Pro Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-28 14:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276434642stock%27 HTTP/1.1" 200 None
2026-03-28 14:32:59 [ecarstrade.be] INFO: Saving data for 6434642stock: {'created_time': 1774103607.446318, 'last_price_update_time': 1774708379.234006}
2026-03-28 14:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6434642stock') HTTP/1.1" 204 0
2026-03-28 14:33:01 [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-28 14:33:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:33:01 [ecarstrade.be] INFO: Found listing with ID: 6769282stock
2026-03-28 14:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:01 [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-28 14:33:01 [ecarstrade.be] INFO: Scrape type for 6769282stock: 0
2026-03-28 14:33:01 [ecarstrade.be] INFO: Found listing with ID: 6287267stock
2026-03-28 14:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:01 [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-28 14:33:01 [ecarstrade.be] INFO: Scrape type for 6287267stock: 0
2026-03-28 14:33:01 [ecarstrade.be] INFO: Found listing with ID: 6462698stock
2026-03-28 14:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:01 [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-28 14:33:01 [ecarstrade.be] INFO: Scrape type for 6462698stock: 0
2026-03-28 14:33:01 [ecarstrade.be] INFO: Found listing with ID: 6478353stock
2026-03-28 14:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:01 [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-28 14:33:01 [ecarstrade.be] INFO: Scrape type for 6478353stock: 0
2026-03-28 14:33:01 [ecarstrade.be] INFO: Found listing with ID: 6644566stock
2026-03-28 14:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:01 [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-28 14:33:01 [ecarstrade.be] INFO: Scrape type for 6644566stock: 0
2026-03-28 14:33:01 [ecarstrade.be] INFO: Found listing with ID: 6675809stock
2026-03-28 14:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:01 [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-28 14:33:01 [ecarstrade.be] INFO: Scrape type for 6675809stock: 0
2026-03-28 14:33:01 [ecarstrade.be] INFO: Found listing with ID: 6700653stock
2026-03-28 14:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276700653stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:01 [ecarstrade.be] INFO: Scrape type for 6700653stock: 0
2026-03-28 14:33:01 [ecarstrade.be] INFO: Found listing with ID: 6706350stock
2026-03-28 14:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:01 [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-28 14:33:01 [ecarstrade.be] INFO: Scrape type for 6706350stock: 2
2026-03-28 14:33:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:01 [ecarstrade.be] INFO: Found listing with ID: 6740077stock
2026-03-28 14:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276740077stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:02 [ecarstrade.be] INFO: Scrape type for 6740077stock: 0
2026-03-28 14:33:02 [ecarstrade.be] INFO: Found listing with ID: 6752714stock
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752714stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:02 [ecarstrade.be] INFO: Scrape type for 6752714stock: 0
2026-03-28 14:33:02 [ecarstrade.be] INFO: Found listing with ID: 6761356stock
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276761356stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:02 [ecarstrade.be] INFO: Scrape type for 6761356stock: 2
2026-03-28 14:33:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:02 [ecarstrade.be] INFO: Found listing with ID: 6777305stock
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777305stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:02 [ecarstrade.be] INFO: Scrape type for 6777305stock: 0
2026-03-28 14:33:02 [ecarstrade.be] INFO: Found listing with ID: 6778069stock
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778069stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:02 [ecarstrade.be] INFO: Scrape type for 6778069stock: 0
2026-03-28 14:33:02 [ecarstrade.be] INFO: Found listing with ID: 6781448stock
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781448stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:02 [ecarstrade.be] INFO: Scrape type for 6781448stock: 0
2026-03-28 14:33:02 [ecarstrade.be] INFO: Found listing with ID: 6797160stock
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276797160stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:02 [ecarstrade.be] INFO: Scrape type for 6797160stock: 0
2026-03-28 14:33:02 [ecarstrade.be] INFO: Found listing with ID: 6801102stock
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276801102stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:02 [ecarstrade.be] INFO: Scrape type for 6801102stock: 0
2026-03-28 14:33:02 [ecarstrade.be] INFO: Found listing with ID: 6808931stock
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276808931stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:02 [ecarstrade.be] INFO: Scrape type for 6808931stock: 0
2026-03-28 14:33:02 [ecarstrade.be] INFO: Found listing with ID: 6811286stock
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276811286stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:02 [ecarstrade.be] INFO: Scrape type for 6811286stock: 0
2026-03-28 14:33:02 [ecarstrade.be] INFO: Found listing with ID: 6816472stock
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276816472stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:02 [ecarstrade.be] INFO: Scrape type for 6816472stock: 0
2026-03-28 14:33:02 [ecarstrade.be] INFO: Found listing with ID: 6821306stock
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821306stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:02 [ecarstrade.be] INFO: Scrape type for 6821306stock: 0
2026-03-28 14:33:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:06 [scrapy.extensions.logstats] INFO: Crawled 60 pages (at 10 pages/min), scraped 41 items (at 3 items/min)
2026-03-28 14:33:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 278MiB
2026-03-28 14:33:07 [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-28 14:33:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6828925stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [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-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6828925stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6830783stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276830783stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6830783stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6835650stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [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-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6835650stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6841634stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841634stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6841634stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6863207stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [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-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6863207stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6865470stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [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-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6865470stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6865847stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [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-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6865847stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6867096stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [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-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6867096stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6884277stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [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-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6884277stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6884961stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [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-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6884961stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6886197stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [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-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6886197stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6886254stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [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-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6886254stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6886825stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [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-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6886825stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6888967stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [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-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6888967stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6897644stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276897644stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6897644stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6898380stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [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-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6898380stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6902393stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [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-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6902393stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6903066stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [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-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6903066stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6903832stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [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-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6903832stock: 0
2026-03-28 14:33:08 [ecarstrade.be] INFO: Found listing with ID: 6904740stock
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904740stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:08 [ecarstrade.be] INFO: Scrape type for 6904740stock: 0
2026-03-28 14:33:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6761356> (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-28 14:33:08 [ecarstrade.be] INFO: Extracting details for car 6761356stock
2026-03-28 14:33:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96ed542c-8bf4-594a-a3c3-65c764f584c5 with identifier: 6761356stock
2026-03-28 14:33:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96ed542c-8bf4-594a-a3c3-65c764f584c5 with scrape type 2
2026-03-28 14:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96ed542c-8bf4-594a-a3c3-65c764f584c5 with scrape type 2
2026-03-28 14:33:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96ed542c-8bf4-594a-a3c3-65c764f584c5, identifier: 6761356stock
2026-03-28 14:33:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96ed542c-8bf4-594a-a3c3-65c764f584c5 with identifier: 6761356stock
2026-03-28 14:33:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96ed542c-8bf4-594a-a3c3-65c764f584c5 with identifier: 6761356stock
2026-03-28 14:33:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96ed542c-8bf4-594a-a3c3-65c764f584c5 with identifier: 6761356stock to the API
2026-03-28 14:33:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:33:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:33:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6761356>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '96ed542c-8bf4-594a-a3c3-65c764f584c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6761356',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 176250,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-26',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Mondeo 1.5D Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.5D Navi Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-28 14:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276761356stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:09 [ecarstrade.be] INFO: Saving data for 6761356stock: {'created_time': 1774276643.827536, 'last_price_update_time': 1774708389.115275}
2026-03-28 14:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6761356stock') HTTP/1.1" 204 0
2026-03-28 14:33:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6706350> (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-28 14:33:11 [ecarstrade.be] INFO: Extracting details for car 6706350stock
2026-03-28 14:33:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15083948-bea5-56cf-90d3-1c5125d3642f with identifier: 6706350stock
2026-03-28 14:33:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15083948-bea5-56cf-90d3-1c5125d3642f with scrape type 2
2026-03-28 14:33:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15083948-bea5-56cf-90d3-1c5125d3642f with scrape type 2
2026-03-28 14:33:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 15083948-bea5-56cf-90d3-1c5125d3642f, identifier: 6706350stock
2026-03-28 14:33:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 15083948-bea5-56cf-90d3-1c5125d3642f with identifier: 6706350stock
2026-03-28 14:33:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 15083948-bea5-56cf-90d3-1c5125d3642f with identifier: 6706350stock
2026-03-28 14:33:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 15083948-bea5-56cf-90d3-1c5125d3642f with identifier: 6706350stock to the API
2026-03-28 14:33:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:33:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6706350>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '15083948-bea5-56cf-90d3-1c5125d3642f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6706350',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Clio',
'odometer': 168927,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-09',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio 0.9 TCe 90Hp Bass Reflex Navi Klima ...',
'transmission': 'manual',
'trim': '0.9 TCe 90Hp Bass Reflex Navi Klima ...',
'vin': None,
'year': 2018}
2026-03-28 14:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276706350stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:12 [ecarstrade.be] INFO: Saving data for 6706350stock: {'created_time': 1774276647.613002, 'last_price_update_time': 1774708392.049469}
2026-03-28 14:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6706350stock') HTTP/1.1" 204 0
2026-03-28 14:33:14 [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-28 14:33:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6906584stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276906584stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6906584stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6906853stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276906853stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6906853stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6912515stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276912515stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6912515stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6916489stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276916489stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6916489stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6919009stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276919009stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6919009stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6921709stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276921709stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6921709stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6929239stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276929239stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6929239stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6929377stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276929377stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6929377stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6929853stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276929853stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6929853stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6933323stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276933323stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6933323stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6933344stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276933344stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6933344stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6933657stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276933657stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6933657stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6933662stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276933662stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6933662stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6934437stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276934437stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6934437stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6934462stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276934462stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6934462stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6934463stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276934463stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6934463stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6935000stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276935000stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6935000stock: 0
2026-03-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6938498stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276938498stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6938498stock: 2
2026-03-28 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-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6938520stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276938520stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6938520stock: 2
2026-03-28 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-28 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6938580stock
2026-03-28 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276938580stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:14 [ecarstrade.be] INFO: Scrape type for 6938580stock: 2
2026-03-28 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-28 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-28 14:33:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6938520> (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-28 14:33:21 [ecarstrade.be] INFO: Extracting details for car 6938520stock
2026-03-28 14:33:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4298dff5-203a-56bf-bbc9-f7b256c2070a with identifier: 6938520stock
2026-03-28 14:33:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4298dff5-203a-56bf-bbc9-f7b256c2070a with scrape type 2
2026-03-28 14:33:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4298dff5-203a-56bf-bbc9-f7b256c2070a with scrape type 2
2026-03-28 14:33:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4298dff5-203a-56bf-bbc9-f7b256c2070a, identifier: 6938520stock
2026-03-28 14:33:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4298dff5-203a-56bf-bbc9-f7b256c2070a with identifier: 6938520stock
2026-03-28 14:33:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4298dff5-203a-56bf-bbc9-f7b256c2070a with identifier: 6938520stock
2026-03-28 14:33:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4298dff5-203a-56bf-bbc9-f7b256c2070a with identifier: 6938520stock to the API
2026-03-28 14:33:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:33:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:33:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6938520>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '4298dff5-203a-56bf-bbc9-f7b256c2070a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6938520',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '116',
'odometer': 156435,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 116d LED-Xenon LC-Pro Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'd LED-Xenon LC-Pro Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-28 14:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938520stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:21 [ecarstrade.be] INFO: Saving data for 6938520stock: {'created_time': 1773672155.48744, 'last_price_update_time': 1774708401.991577}
2026-03-28 14:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938520stock') HTTP/1.1" 204 0
2026-03-28 14:33:24 [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-28 14:33:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6938580> (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-28 14:33:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:33:24 [ecarstrade.be] INFO: Found listing with ID: 6938597stock
2026-03-28 14:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938597stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:24 [ecarstrade.be] INFO: Scrape type for 6938597stock: 2
2026-03-28 14:33:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:24 [ecarstrade.be] INFO: Found listing with ID: 6938612stock
2026-03-28 14:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938612stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:24 [ecarstrade.be] INFO: Scrape type for 6938612stock: 2
2026-03-28 14:33:24 [ecarstrade.be] INFO: Extracting details for car 6938580stock
2026-03-28 14:33:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:24 [ecarstrade.be] INFO: Found listing with ID: 6939461stock
2026-03-28 14:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939461stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:24 [ecarstrade.be] INFO: Scrape type for 6939461stock: 0
2026-03-28 14:33:24 [ecarstrade.be] INFO: Found listing with ID: 6939659stock
2026-03-28 14:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939659stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:24 [ecarstrade.be] INFO: Scrape type for 6939659stock: 2
2026-03-28 14:33:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b09fd29-3fb8-5de5-8862-27e186ba59dc with identifier: 6938580stock
2026-03-28 14:33:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b09fd29-3fb8-5de5-8862-27e186ba59dc with scrape type 2
2026-03-28 14:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b09fd29-3fb8-5de5-8862-27e186ba59dc with scrape type 2
2026-03-28 14:33:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b09fd29-3fb8-5de5-8862-27e186ba59dc, identifier: 6938580stock
2026-03-28 14:33:25 [ecarstrade.be] INFO: Found listing with ID: 6939660stock
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939660stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Scrape type for 6939660stock: 2
2026-03-28 14:33:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b09fd29-3fb8-5de5-8862-27e186ba59dc with identifier: 6938580stock
2026-03-28 14:33:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b09fd29-3fb8-5de5-8862-27e186ba59dc with identifier: 6938580stock
2026-03-28 14:33:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b09fd29-3fb8-5de5-8862-27e186ba59dc with identifier: 6938580stock to the API
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:33:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6938580>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '6b09fd29-3fb8-5de5-8862-27e186ba59dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6938580',
'listing': 'auction',
'location': 'France - "Quincieux"',
'make': 'BMW',
'model': '118',
'odometer': 105379,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-05',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 118d M-Sport Aut. LED-Xenon LC-Pro Navi 1/2 Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd M-Sport Aut. LED-Xenon LC-Pro Navi 1/2 Sport-Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938580stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Saving data for 6938580stock: {'created_time': 1773758235.036761, 'last_price_update_time': 1774708405.376646}
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938580stock') HTTP/1.1" 204 0
2026-03-28 14:33:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:25 [ecarstrade.be] INFO: Found listing with ID: 6939662stock
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939662stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Scrape type for 6939662stock: 2
2026-03-28 14:33:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6938498> (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-28 14:33:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:25 [ecarstrade.be] INFO: Found listing with ID: 6940180stock
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940180stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Scrape type for 6940180stock: 2
2026-03-28 14:33:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:25 [ecarstrade.be] INFO: Found listing with ID: 6940842stock
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940842stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Scrape type for 6940842stock: 0
2026-03-28 14:33:25 [ecarstrade.be] INFO: Found listing with ID: 6941160stock
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941160stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Scrape type for 6941160stock: 0
2026-03-28 14:33:25 [ecarstrade.be] INFO: Found listing with ID: 6942252stock
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942252stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Scrape type for 6942252stock: 2
2026-03-28 14:33:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:25 [ecarstrade.be] INFO: Found listing with ID: 6942267stock
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942267stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Scrape type for 6942267stock: 0
2026-03-28 14:33:25 [ecarstrade.be] INFO: Found listing with ID: 6945449stock
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945449stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Scrape type for 6945449stock: 0
2026-03-28 14:33:25 [ecarstrade.be] INFO: Found listing with ID: 6945574stock
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945574stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Scrape type for 6945574stock: 0
2026-03-28 14:33:25 [ecarstrade.be] INFO: Found listing with ID: 6946051stock
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946051stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Scrape type for 6946051stock: 0
2026-03-28 14:33:25 [ecarstrade.be] INFO: Found listing with ID: 6947046stock
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276947046stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Scrape type for 6947046stock: 0
2026-03-28 14:33:25 [ecarstrade.be] INFO: Found listing with ID: 6947972stock
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276947972stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Scrape type for 6947972stock: 0
2026-03-28 14:33:25 [ecarstrade.be] INFO: Found listing with ID: 6947973stock
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276947973stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Scrape type for 6947973stock: 0
2026-03-28 14:33:25 [ecarstrade.be] INFO: Found listing with ID: 6948423stock
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948423stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Scrape type for 6948423stock: 0
2026-03-28 14:33:25 [ecarstrade.be] INFO: Found listing with ID: 6948679stock
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948679stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Scrape type for 6948679stock: 0
2026-03-28 14:33:25 [ecarstrade.be] INFO: Found listing with ID: 6948764stock
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948764stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:25 [ecarstrade.be] INFO: Scrape type for 6948764stock: 2
2026-03-28 14:33:25 [ecarstrade.be] INFO: Extracting details for car 6938498stock
2026-03-28 14:33:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 972c8fc7-03ac-5f45-82f6-2e45b117a8a7 with identifier: 6938498stock
2026-03-28 14:33:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 972c8fc7-03ac-5f45-82f6-2e45b117a8a7 with scrape type 2
2026-03-28 14:33:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 972c8fc7-03ac-5f45-82f6-2e45b117a8a7 with scrape type 2
2026-03-28 14:33:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 972c8fc7-03ac-5f45-82f6-2e45b117a8a7, identifier: 6938498stock
2026-03-28 14:33:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 972c8fc7-03ac-5f45-82f6-2e45b117a8a7 with identifier: 6938498stock
2026-03-28 14:33:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 972c8fc7-03ac-5f45-82f6-2e45b117a8a7 with identifier: 6938498stock
2026-03-28 14:33:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 972c8fc7-03ac-5f45-82f6-2e45b117a8a7 with identifier: 6938498stock to the API
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:33:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:33:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6938498>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '972c8fc7-03ac-5f45-82f6-2e45b117a8a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6938498',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '308',
'odometer': 85570,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 1.5 BlueHDi I-Cockpit Navi Leather Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 BlueHDi I-Cockpit Navi Leather Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-28 14:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938498stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:26 [ecarstrade.be] INFO: Saving data for 6938498stock: {'created_time': 1773758233.141848, 'last_price_update_time': 1774708406.077586}
2026-03-28 14:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938498stock') HTTP/1.1" 204 0
2026-03-28 14:33:31 [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-28 14:33:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:33:31 [ecarstrade.be] INFO: Found listing with ID: 6949801stock
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949801stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:31 [ecarstrade.be] INFO: Scrape type for 6949801stock: 0
2026-03-28 14:33:31 [ecarstrade.be] INFO: Found listing with ID: 6957970stock
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957970stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:31 [ecarstrade.be] INFO: Scrape type for 6957970stock: 2
2026-03-28 14:33:31 [ecarstrade.be] INFO: Found listing with ID: 6957987stock
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957987stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:31 [ecarstrade.be] INFO: Scrape type for 6957987stock: 2
2026-03-28 14:33:31 [ecarstrade.be] INFO: Found listing with ID: 6959932stock
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959932stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:31 [ecarstrade.be] INFO: Scrape type for 6959932stock: 0
2026-03-28 14:33:31 [ecarstrade.be] INFO: Found listing with ID: 6959946stock
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959946stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:31 [ecarstrade.be] INFO: Scrape type for 6959946stock: 2
2026-03-28 14:33:31 [ecarstrade.be] INFO: Found listing with ID: 6959948stock
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959948stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:31 [ecarstrade.be] INFO: Scrape type for 6959948stock: 0
2026-03-28 14:33:31 [ecarstrade.be] INFO: Found listing with ID: 6960190stock
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960190stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:31 [ecarstrade.be] INFO: Scrape type for 6960190stock: 0
2026-03-28 14:33:31 [ecarstrade.be] INFO: Found listing with ID: 6960227stock
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960227stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:31 [ecarstrade.be] INFO: Scrape type for 6960227stock: 2
2026-03-28 14:33:31 [ecarstrade.be] INFO: Found listing with ID: 6961602stock
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961602stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:31 [ecarstrade.be] INFO: Scrape type for 6961602stock: 2
2026-03-28 14:33:31 [ecarstrade.be] INFO: Found listing with ID: 6961606stock
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961606stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:32 [ecarstrade.be] INFO: Scrape type for 6961606stock: 0
2026-03-28 14:33:32 [ecarstrade.be] INFO: Found listing with ID: 6961671stock
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961671stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:32 [ecarstrade.be] INFO: Scrape type for 6961671stock: 0
2026-03-28 14:33:32 [ecarstrade.be] INFO: Found listing with ID: 6961696stock
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961696stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:32 [ecarstrade.be] INFO: Scrape type for 6961696stock: 0
2026-03-28 14:33:32 [ecarstrade.be] INFO: Found listing with ID: 6961796stock
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961796stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:32 [ecarstrade.be] INFO: Scrape type for 6961796stock: 2
2026-03-28 14:33:32 [ecarstrade.be] INFO: Found listing with ID: 6961827stock
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961827stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:32 [ecarstrade.be] INFO: Scrape type for 6961827stock: 2
2026-03-28 14:33:32 [ecarstrade.be] INFO: Found listing with ID: 6961844stock
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961844stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:32 [ecarstrade.be] INFO: Scrape type for 6961844stock: 2
2026-03-28 14:33:32 [ecarstrade.be] INFO: Found listing with ID: 6961905stock
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961905stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:32 [ecarstrade.be] INFO: Scrape type for 6961905stock: 0
2026-03-28 14:33:32 [ecarstrade.be] INFO: Found listing with ID: 6961958stock
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961958stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:32 [ecarstrade.be] INFO: Scrape type for 6961958stock: 0
2026-03-28 14:33:32 [ecarstrade.be] INFO: Found listing with ID: 6961962stock
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961962stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:32 [ecarstrade.be] INFO: Scrape type for 6961962stock: 0
2026-03-28 14:33:32 [ecarstrade.be] INFO: Found listing with ID: 6961977stock
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961977stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:32 [ecarstrade.be] INFO: Scrape type for 6961977stock: 0
2026-03-28 14:33:32 [ecarstrade.be] INFO: Found listing with ID: 6962934stock
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962934stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:32 [ecarstrade.be] INFO: Scrape type for 6962934stock: 2
2026-03-28 14:33:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6938612> (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-28 14:33:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:32 [ecarstrade.be] INFO: Extracting details for car 6938612stock
2026-03-28 14:33:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e24e732-17ca-53de-b7c1-e4348e487733 with identifier: 6938612stock
2026-03-28 14:33:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e24e732-17ca-53de-b7c1-e4348e487733 with scrape type 2
2026-03-28 14:33:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e24e732-17ca-53de-b7c1-e4348e487733 with scrape type 2
2026-03-28 14:33:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e24e732-17ca-53de-b7c1-e4348e487733, identifier: 6938612stock
2026-03-28 14:33:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e24e732-17ca-53de-b7c1-e4348e487733 with identifier: 6938612stock
2026-03-28 14:33:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e24e732-17ca-53de-b7c1-e4348e487733 with identifier: 6938612stock
2026-03-28 14:33:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e24e732-17ca-53de-b7c1-e4348e487733 with identifier: 6938612stock to the API
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:33:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6938612>
{'auction_title': '',
'c_o_2_emission_value': 45,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8e24e732-17ca-53de-b7c1-e4348e487733',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6938612',
'listing': 'auction',
'location': 'France',
'make': 'BMW',
'model': 'X3',
'odometer': 137592,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-19',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 Facelift 2.0 xDrive30e Plug-In Hybrid Design Aut. Pano '
'LED-Xenon Head-Up Navi-Pro Sport-Leather KeylessGo Camera Klima PDC '
'...',
'transmission': 'automatic',
'trim': 'Facelift 2.0 xDrive30e Plug-In Hybrid Design Aut. Pano LED-Xenon '
'Head-Up Navi-Pro Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938612stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:32 [ecarstrade.be] INFO: Saving data for 6938612stock: {'created_time': 1773758236.576009, 'last_price_update_time': 1774708412.718021}
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938612stock') HTTP/1.1" 204 0
2026-03-28 14:33:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939662> (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-28 14:33:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6940180> (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-28 14:33:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:32 [ecarstrade.be] INFO: Extracting details for car 6939662stock
2026-03-28 14:33:32 [ecarstrade.be] INFO: Extracting details for car 6940180stock
2026-03-28 14:33:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939660> (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-28 14:33:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a687e79d-2b5b-5ed2-b6aa-7deb2209434f with identifier: 6939662stock
2026-03-28 14:33:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a687e79d-2b5b-5ed2-b6aa-7deb2209434f with scrape type 2
2026-03-28 14:33:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a687e79d-2b5b-5ed2-b6aa-7deb2209434f with scrape type 2
2026-03-28 14:33:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a687e79d-2b5b-5ed2-b6aa-7deb2209434f, identifier: 6939662stock
2026-03-28 14:33:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0a24003-b68d-5c90-8a11-870315605f8c with identifier: 6940180stock
2026-03-28 14:33:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0a24003-b68d-5c90-8a11-870315605f8c with scrape type 2
2026-03-28 14:33:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0a24003-b68d-5c90-8a11-870315605f8c with scrape type 2
2026-03-28 14:33:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d0a24003-b68d-5c90-8a11-870315605f8c, identifier: 6940180stock
2026-03-28 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-28 14:33:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a687e79d-2b5b-5ed2-b6aa-7deb2209434f with identifier: 6939662stock
2026-03-28 14:33:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a687e79d-2b5b-5ed2-b6aa-7deb2209434f with identifier: 6939662stock
2026-03-28 14:33:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a687e79d-2b5b-5ed2-b6aa-7deb2209434f with identifier: 6939662stock to the API
2026-03-28 14:33:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:33:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:33:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6939662>
{'auction_title': '',
'c_o_2_emission_value': 168,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a687e79d-2b5b-5ed2-b6aa-7deb2209434f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6939662',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 152203,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-02',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert 1.5 BlueHDi 120Hp L2 Premuim 2 Slide Doors Navi '
'Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 BlueHDi 120Hp L2 Premuim 2 Slide Doors Navi Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-28 14:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939662stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:33 [ecarstrade.be] INFO: Saving data for 6939662stock: {'created_time': 1773672104.183748, 'last_price_update_time': 1774708413.536271}
2026-03-28 14:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939662stock') HTTP/1.1" 204 0
2026-03-28 14:33:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d0a24003-b68d-5c90-8a11-870315605f8c with identifier: 6940180stock
2026-03-28 14:33:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d0a24003-b68d-5c90-8a11-870315605f8c with identifier: 6940180stock
2026-03-28 14:33:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d0a24003-b68d-5c90-8a11-870315605f8c with identifier: 6940180stock to the API
2026-03-28 14:33:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:33:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:33:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6940180>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'd0a24003-b68d-5c90-8a11-870315605f8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6940180',
'listing': 'auction',
'location': 'France - "Castelnau-dEstrétefonds"',
'make': 'Peugeot',
'model': '308',
'odometer': 194282,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-14',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 1.5 BlueHDi Allure Aut. I-Cockpit Navi 1/2 Leather '
'Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 BlueHDi Allure Aut. I-Cockpit Navi 1/2 Leather Camera Klima PDC '
'...',
'vin': None,
'year': 2020}
2026-03-28 14:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940180stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:33 [ecarstrade.be] INFO: Saving data for 6940180stock: {'created_time': 1773672104.886184, 'last_price_update_time': 1774708413.856786}
2026-03-28 14:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6940180stock') HTTP/1.1" 204 0
2026-03-28 14:33:33 [ecarstrade.be] INFO: Extracting details for car 6939660stock
2026-03-28 14:33:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d0bc74d-ea3e-527c-a9bf-9676674447c8 with identifier: 6939660stock
2026-03-28 14:33:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d0bc74d-ea3e-527c-a9bf-9676674447c8 with scrape type 2
2026-03-28 14:33:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d0bc74d-ea3e-527c-a9bf-9676674447c8 with scrape type 2
2026-03-28 14:33:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d0bc74d-ea3e-527c-a9bf-9676674447c8, identifier: 6939660stock
2026-03-28 14:33:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d0bc74d-ea3e-527c-a9bf-9676674447c8 with identifier: 6939660stock
2026-03-28 14:33:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d0bc74d-ea3e-527c-a9bf-9676674447c8 with identifier: 6939660stock
2026-03-28 14:33:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d0bc74d-ea3e-527c-a9bf-9676674447c8 with identifier: 6939660stock to the API
2026-03-28 14:33:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:33:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6939660>
{'auction_title': '',
'c_o_2_emission_value': 168,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '9d0bc74d-ea3e-527c-a9bf-9676674447c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6939660',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 124675,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-29',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert 1.5 BlueHDi 120Hp L2 Premuim 2 Slide Doors Navi '
'Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 BlueHDi 120Hp L2 Premuim 2 Slide Doors Navi Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-28 14:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276939660stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:34 [ecarstrade.be] INFO: Saving data for 6939660stock: {'created_time': 1773672109.643987, 'last_price_update_time': 1774708414.310821}
2026-03-28 14:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939660stock') HTTP/1.1" 204 0
2026-03-28 14:33:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6942252> (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-28 14:33:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:34 [ecarstrade.be] INFO: Extracting details for car 6942252stock
2026-03-28 14:33:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8299783-f42a-5da8-b23e-e51574712090 with identifier: 6942252stock
2026-03-28 14:33:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8299783-f42a-5da8-b23e-e51574712090 with scrape type 2
2026-03-28 14:33:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8299783-f42a-5da8-b23e-e51574712090 with scrape type 2
2026-03-28 14:33:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e8299783-f42a-5da8-b23e-e51574712090, identifier: 6942252stock
2026-03-28 14:33:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e8299783-f42a-5da8-b23e-e51574712090 with identifier: 6942252stock
2026-03-28 14:33:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e8299783-f42a-5da8-b23e-e51574712090 with identifier: 6942252stock
2026-03-28 14:33:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e8299783-f42a-5da8-b23e-e51574712090 with identifier: 6942252stock to the API
2026-03-28 14:33:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:33:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:33:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6942252>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'e8299783-f42a-5da8-b23e-e51574712090',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6942252',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '2008',
'odometer': 79797,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.2 PureTech LED Navi Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech LED Navi Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-28 14:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942252stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:35 [ecarstrade.be] INFO: Saving data for 6942252stock: {'created_time': 1773672186.805868, 'last_price_update_time': 1774708415.772991}
2026-03-28 14:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6942252stock') HTTP/1.1" 204 0
2026-03-28 14:33:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:33:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:33:38 [ecarstrade.be] INFO: Found listing with ID: 6962942stock
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962942stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:38 [ecarstrade.be] INFO: Scrape type for 6962942stock: 2
2026-03-28 14:33:38 [ecarstrade.be] INFO: Found listing with ID: 6963005stock
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963005stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:38 [ecarstrade.be] INFO: Scrape type for 6963005stock: 2
2026-03-28 14:33:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6948764> (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-28 14:33:38 [ecarstrade.be] INFO: Found listing with ID: 6963006stock
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963006stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:38 [ecarstrade.be] INFO: Scrape type for 6963006stock: 2
2026-03-28 14:33:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:38 [ecarstrade.be] INFO: Found listing with ID: 6963075stock
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963075stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:38 [ecarstrade.be] INFO: Scrape type for 6963075stock: 0
2026-03-28 14:33:38 [ecarstrade.be] INFO: Found listing with ID: 6963092stock
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963092stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:38 [ecarstrade.be] INFO: Scrape type for 6963092stock: 2
2026-03-28 14:33:38 [ecarstrade.be] INFO: Found listing with ID: 6963160stock
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963160stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:38 [ecarstrade.be] INFO: Scrape type for 6963160stock: 2
2026-03-28 14:33:38 [ecarstrade.be] INFO: Found listing with ID: 6963175stock
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963175stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:38 [ecarstrade.be] INFO: Scrape type for 6963175stock: 0
2026-03-28 14:33:38 [ecarstrade.be] INFO: Found listing with ID: 6964823stock
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964823stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:38 [ecarstrade.be] INFO: Scrape type for 6964823stock: 0
2026-03-28 14:33:38 [ecarstrade.be] INFO: Found listing with ID: 6964893stock
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964893stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:38 [ecarstrade.be] INFO: Scrape type for 6964893stock: 0
2026-03-28 14:33:38 [ecarstrade.be] INFO: Found listing with ID: 6964895stock
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964895stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:38 [ecarstrade.be] INFO: Scrape type for 6964895stock: 0
2026-03-28 14:33:38 [ecarstrade.be] INFO: Found listing with ID: 6964902stock
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964902stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:38 [ecarstrade.be] INFO: Scrape type for 6964902stock: 0
2026-03-28 14:33:38 [ecarstrade.be] INFO: Found listing with ID: 6964903stock
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964903stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:38 [ecarstrade.be] INFO: Scrape type for 6964903stock: 0
2026-03-28 14:33:38 [ecarstrade.be] INFO: Found listing with ID: 6965180stock
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965180stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:38 [ecarstrade.be] INFO: Scrape type for 6965180stock: 2
2026-03-28 14:33:38 [ecarstrade.be] INFO: Extracting details for car 6948764stock
2026-03-28 14:33:38 [ecarstrade.be] INFO: Found listing with ID: 6965186stock
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965186stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:38 [ecarstrade.be] INFO: Scrape type for 6965186stock: 2
2026-03-28 14:33:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14bdaf3b-de0d-5dae-a649-601a64adb5d3 with identifier: 6948764stock
2026-03-28 14:33:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14bdaf3b-de0d-5dae-a649-601a64adb5d3 with scrape type 2
2026-03-28 14:33:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14bdaf3b-de0d-5dae-a649-601a64adb5d3 with scrape type 2
2026-03-28 14:33:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 14bdaf3b-de0d-5dae-a649-601a64adb5d3, identifier: 6948764stock
2026-03-28 14:33:39 [ecarstrade.be] INFO: Found listing with ID: 6965209stock
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965209stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:39 [ecarstrade.be] INFO: Scrape type for 6965209stock: 2
2026-03-28 14:33:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 14bdaf3b-de0d-5dae-a649-601a64adb5d3 with identifier: 6948764stock
2026-03-28 14:33:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 14bdaf3b-de0d-5dae-a649-601a64adb5d3 with identifier: 6948764stock
2026-03-28 14:33:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 14bdaf3b-de0d-5dae-a649-601a64adb5d3 with identifier: 6948764stock to the API
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:33:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6948764>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '14bdaf3b-de0d-5dae-a649-601a64adb5d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6948764',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 176438,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 1.0 TSI Aut. LED Virtual ACC Navi KeylessGo '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'Combi 1.0 TSI Aut. LED Virtual ACC Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948764stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:39 [ecarstrade.be] INFO: Saving data for 6948764stock: {'created_time': 1773672155.916034, 'last_price_update_time': 1774708419.373108}
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6948764stock') HTTP/1.1" 204 0
2026-03-28 14:33:39 [ecarstrade.be] INFO: Found listing with ID: 6965334stock
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965334stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:39 [ecarstrade.be] INFO: Scrape type for 6965334stock: 0
2026-03-28 14:33:39 [ecarstrade.be] INFO: Found listing with ID: 6966110stock
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966110stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:39 [ecarstrade.be] INFO: Scrape type for 6966110stock: 0
2026-03-28 14:33:39 [ecarstrade.be] INFO: Found listing with ID: 6966336stock
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966336stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:39 [ecarstrade.be] INFO: Scrape type for 6966336stock: 0
2026-03-28 14:33:39 [ecarstrade.be] INFO: Found listing with ID: 6969573stock
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276969573stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:39 [ecarstrade.be] INFO: Scrape type for 6969573stock: 0
2026-03-28 14:33:39 [ecarstrade.be] INFO: Found listing with ID: 6969942stock
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276969942stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:39 [ecarstrade.be] INFO: Scrape type for 6969942stock: 0
2026-03-28 14:33:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6957987> (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-28 14:33:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:40 [ecarstrade.be] INFO: Extracting details for car 6957987stock
2026-03-28 14:33:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c83f2ebd-be9f-5090-8d3a-9c8892584df5 with identifier: 6957987stock
2026-03-28 14:33:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c83f2ebd-be9f-5090-8d3a-9c8892584df5 with scrape type 2
2026-03-28 14:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c83f2ebd-be9f-5090-8d3a-9c8892584df5 with scrape type 2
2026-03-28 14:33:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c83f2ebd-be9f-5090-8d3a-9c8892584df5, identifier: 6957987stock
2026-03-28 14:33:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c83f2ebd-be9f-5090-8d3a-9c8892584df5 with identifier: 6957987stock
2026-03-28 14:33:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c83f2ebd-be9f-5090-8d3a-9c8892584df5 with identifier: 6957987stock
2026-03-28 14:33:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c83f2ebd-be9f-5090-8d3a-9c8892584df5 with identifier: 6957987stock to the API
2026-03-28 14:33:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:33:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:33:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6957987>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c83f2ebd-be9f-5090-8d3a-9c8892584df5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6957987',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X1',
'odometer': 89135,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16d Navi-Pro Leather KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d Navi-Pro Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-28 14:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957987stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:40 [ecarstrade.be] INFO: Saving data for 6957987stock: {'created_time': 1774276700.378658, 'last_price_update_time': 1774708420.571031}
2026-03-28 14:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6957987stock') HTTP/1.1" 204 0
2026-03-28 14:33:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959946> (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-28 14:33:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:40 [ecarstrade.be] INFO: Extracting details for car 6959946stock
2026-03-28 14:33:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80a79b91-36c8-515b-b658-745c1c7ee296 with identifier: 6959946stock
2026-03-28 14:33:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80a79b91-36c8-515b-b658-745c1c7ee296 with scrape type 2
2026-03-28 14:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80a79b91-36c8-515b-b658-745c1c7ee296 with scrape type 2
2026-03-28 14:33:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 80a79b91-36c8-515b-b658-745c1c7ee296, identifier: 6959946stock
2026-03-28 14:33:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 80a79b91-36c8-515b-b658-745c1c7ee296 with identifier: 6959946stock
2026-03-28 14:33:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 80a79b91-36c8-515b-b658-745c1c7ee296 with identifier: 6959946stock
2026-03-28 14:33:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 80a79b91-36c8-515b-b658-745c1c7ee296 with identifier: 6959946stock to the API
2026-03-28 14:33:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:33:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959946>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '80a79b91-36c8-515b-b658-745c1c7ee296',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959946',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 22955,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-03',
'seats_number': 2,
'seller_name': None,
'title': 'Renault Kangoo 33kWh Battery-Buy Aut. Klima PDC ...',
'transmission': 'automatic',
'trim': '33kWh Battery-Buy Aut. Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-28 14:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276959946stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:41 [ecarstrade.be] INFO: Saving data for 6959946stock: {'created_time': 1774276707.603726, 'last_price_update_time': 1774708421.200737}
2026-03-28 14:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959946stock') HTTP/1.1" 204 0
2026-03-28 14:33:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6957970> (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-28 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-28 14:33:41 [ecarstrade.be] INFO: Extracting details for car 6957970stock
2026-03-28 14:33:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fe79428-5228-52b4-b081-2a8b0f1979e5 with identifier: 6957970stock
2026-03-28 14:33:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fe79428-5228-52b4-b081-2a8b0f1979e5 with scrape type 2
2026-03-28 14:33:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fe79428-5228-52b4-b081-2a8b0f1979e5 with scrape type 2
2026-03-28 14:33:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8fe79428-5228-52b4-b081-2a8b0f1979e5, identifier: 6957970stock
2026-03-28 14:33:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8fe79428-5228-52b4-b081-2a8b0f1979e5 with identifier: 6957970stock
2026-03-28 14:33:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8fe79428-5228-52b4-b081-2a8b0f1979e5 with identifier: 6957970stock
2026-03-28 14:33:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8fe79428-5228-52b4-b081-2a8b0f1979e5 with identifier: 6957970stock to the API
2026-03-28 14:33:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:33:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6957970>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '8fe79428-5228-52b4-b081-2a8b0f1979e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6957970',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '2008',
'odometer': 112261,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.2 PureTech 130Hp Allure LED I-Cockpit Navi 1/2 '
'Leather KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech 130Hp Allure LED I-Cockpit Navi 1/2 Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-28 14:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276957970stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:41 [ecarstrade.be] INFO: Saving data for 6957970stock: {'created_time': 1774276707.12326, 'last_price_update_time': 1774708421.710299}
2026-03-28 14:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6957970stock') HTTP/1.1" 204 0
2026-03-28 14:33:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6960227> (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-28 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-28 14:33:43 [ecarstrade.be] INFO: Extracting details for car 6960227stock
2026-03-28 14:33:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abf3ca43-050e-5590-9a87-45b7116abb97 with identifier: 6960227stock
2026-03-28 14:33:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abf3ca43-050e-5590-9a87-45b7116abb97 with scrape type 2
2026-03-28 14:33:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abf3ca43-050e-5590-9a87-45b7116abb97 with scrape type 2
2026-03-28 14:33:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: abf3ca43-050e-5590-9a87-45b7116abb97, identifier: 6960227stock
2026-03-28 14:33:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: abf3ca43-050e-5590-9a87-45b7116abb97 with identifier: 6960227stock
2026-03-28 14:33:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: abf3ca43-050e-5590-9a87-45b7116abb97 with identifier: 6960227stock
2026-03-28 14:33:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: abf3ca43-050e-5590-9a87-45b7116abb97 with identifier: 6960227stock to the API
2026-03-28 14:33:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:33:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6960227>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'abf3ca43-050e-5590-9a87-45b7116abb97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6960227',
'listing': 'auction',
'location': 'Belgium',
'make': 'MAN',
'model': 'Mini One Clubman',
'odometer': 92303,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'Mini One D Clubman 1.5d LED-Xenon Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'Mini One D Clubman 1.5d LED-Xenon Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-28 14:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960227stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:44 [ecarstrade.be] INFO: Saving data for 6960227stock: {'created_time': 1774042659.280671, 'last_price_update_time': 1774708424.305389}
2026-03-28 14:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6960227stock') HTTP/1.1" 204 0
2026-03-28 14:33:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961602> (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-28 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-28 14:33:45 [ecarstrade.be] INFO: Extracting details for car 6961602stock
2026-03-28 14:33:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8560cba0-9d77-5c6c-ae40-24ab4b54ba83 with identifier: 6961602stock
2026-03-28 14:33:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8560cba0-9d77-5c6c-ae40-24ab4b54ba83 with scrape type 2
2026-03-28 14:33:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8560cba0-9d77-5c6c-ae40-24ab4b54ba83 with scrape type 2
2026-03-28 14:33:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8560cba0-9d77-5c6c-ae40-24ab4b54ba83, identifier: 6961602stock
2026-03-28 14:33:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8560cba0-9d77-5c6c-ae40-24ab4b54ba83 with identifier: 6961602stock
2026-03-28 14:33:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8560cba0-9d77-5c6c-ae40-24ab4b54ba83 with identifier: 6961602stock
2026-03-28 14:33:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8560cba0-9d77-5c6c-ae40-24ab4b54ba83 with identifier: 6961602stock to the API
2026-03-28 14:33:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:33:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961602>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '8560cba0-9d77-5c6c-ae40-24ab4b54ba83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961602',
'listing': 'auction',
'location': 'France - "Castelnau-dEstrétefonds"',
'make': 'Audi',
'model': 'A3',
'odometer': 158735,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-04',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 SB 2.0 30 TDi Aut. LED-Matrix Virtual Navi KeylessGo Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'SB 2.0 30 TDi Aut. LED-Matrix Virtual Navi KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2023}
2026-03-28 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276961602stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:45 [ecarstrade.be] INFO: Saving data for 6961602stock: {'created_time': 1774370423.536316, 'last_price_update_time': 1774708425.59812}
2026-03-28 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961602stock') HTTP/1.1" 204 0
2026-03-28 14:33:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961796> (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-28 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-28 14:33:46 [ecarstrade.be] INFO: Extracting details for car 6961796stock
2026-03-28 14:33:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42e3e839-48bb-53da-8a1d-48d9c21420cc with identifier: 6961796stock
2026-03-28 14:33:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42e3e839-48bb-53da-8a1d-48d9c21420cc with scrape type 2
2026-03-28 14:33:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42e3e839-48bb-53da-8a1d-48d9c21420cc with scrape type 2
2026-03-28 14:33:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42e3e839-48bb-53da-8a1d-48d9c21420cc, identifier: 6961796stock
2026-03-28 14:33:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42e3e839-48bb-53da-8a1d-48d9c21420cc with identifier: 6961796stock
2026-03-28 14:33:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42e3e839-48bb-53da-8a1d-48d9c21420cc with identifier: 6961796stock
2026-03-28 14:33:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42e3e839-48bb-53da-8a1d-48d9c21420cc with identifier: 6961796stock to the API
2026-03-28 14:33:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:33:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961796>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '42e3e839-48bb-53da-8a1d-48d9c21420cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961796',
'listing': 'auction',
'location': 'France - "MITRY-MORY"',
'make': 'BMW',
'model': 'X1',
'odometer': 156651,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 2.0 sDrive18d M-Sport Aut. LED-Xenon LC-Pro 1/2 '
'Sport-Leather-Alcantara Navi-Pro KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 sDrive18d M-Sport Aut. LED-Xenon LC-Pro 1/2 '
'Sport-Leather-Alcantara Navi-Pro KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-28 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276961796stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:46 [ecarstrade.be] INFO: Saving data for 6961796stock: {'created_time': 1774370421.121401, 'last_price_update_time': 1774708426.589839}
2026-03-28 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961796stock') HTTP/1.1" 204 0
2026-03-28 14:33:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961827> (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-28 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-28 14:33:46 [ecarstrade.be] INFO: Extracting details for car 6961827stock
2026-03-28 14:33:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ca2b0ac-9af7-5999-ad49-6cf810509acd with identifier: 6961827stock
2026-03-28 14:33:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ca2b0ac-9af7-5999-ad49-6cf810509acd with scrape type 2
2026-03-28 14:33:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ca2b0ac-9af7-5999-ad49-6cf810509acd with scrape type 2
2026-03-28 14:33:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ca2b0ac-9af7-5999-ad49-6cf810509acd, identifier: 6961827stock
2026-03-28 14:33:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ca2b0ac-9af7-5999-ad49-6cf810509acd with identifier: 6961827stock
2026-03-28 14:33:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ca2b0ac-9af7-5999-ad49-6cf810509acd with identifier: 6961827stock
2026-03-28 14:33:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ca2b0ac-9af7-5999-ad49-6cf810509acd with identifier: 6961827stock to the API
2026-03-28 14:33:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:33:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961827>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '6ca2b0ac-9af7-5999-ad49-6cf810509acd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961827',
'listing': 'auction',
'location': 'France - "WAVRIN"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 111102,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-08',
'seats_number': 5,
'seller_name': None,
'title': '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': 2022}
2026-03-28 14:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276961827stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:47 [ecarstrade.be] INFO: Saving data for 6961827stock: {'created_time': 1774370421.826089, 'last_price_update_time': 1774708427.140239}
2026-03-28 14:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961827stock') HTTP/1.1" 204 0
2026-03-28 14:33:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962934> (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-28 14:33:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961844> (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-28 14:33:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:48 [ecarstrade.be] INFO: Extracting details for car 6962934stock
2026-03-28 14:33:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30bf0d3e-8034-5c6d-8d04-2f1b861a3f25 with identifier: 6962934stock
2026-03-28 14:33:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30bf0d3e-8034-5c6d-8d04-2f1b861a3f25 with scrape type 2
2026-03-28 14:33:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30bf0d3e-8034-5c6d-8d04-2f1b861a3f25 with scrape type 2
2026-03-28 14:33:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 30bf0d3e-8034-5c6d-8d04-2f1b861a3f25, identifier: 6962934stock
2026-03-28 14:33:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 30bf0d3e-8034-5c6d-8d04-2f1b861a3f25 with identifier: 6962934stock
2026-03-28 14:33:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 30bf0d3e-8034-5c6d-8d04-2f1b861a3f25 with identifier: 6962934stock
2026-03-28 14:33:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 30bf0d3e-8034-5c6d-8d04-2f1b861a3f25 with identifier: 6962934stock to the API
2026-03-28 14:33:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:33:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:33:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6962934>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '30bf0d3e-8034-5c6d-8d04-2f1b861a3f25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6962934',
'listing': 'auction',
'location': 'France - "MARSEILLE 16"',
'make': 'Peugeot',
'model': '2008',
'odometer': 145280,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-17',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.2 PureTech Allure LED I-Cockpit Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Allure LED I-Cockpit Navi 1/2 Leather KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-28 14:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962934stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:48 [ecarstrade.be] INFO: Saving data for 6962934stock: {'created_time': 1774276702.356209, 'last_price_update_time': 1774708428.933599}
2026-03-28 14:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962934stock') HTTP/1.1" 204 0
2026-03-28 14:33:48 [ecarstrade.be] INFO: Extracting details for car 6961844stock
2026-03-28 14:33:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf514ce3-4ede-582e-a140-7db09f7017eb with identifier: 6961844stock
2026-03-28 14:33:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf514ce3-4ede-582e-a140-7db09f7017eb with scrape type 2
2026-03-28 14:33:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf514ce3-4ede-582e-a140-7db09f7017eb with scrape type 2
2026-03-28 14:33:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf514ce3-4ede-582e-a140-7db09f7017eb, identifier: 6961844stock
2026-03-28 14:33:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf514ce3-4ede-582e-a140-7db09f7017eb with identifier: 6961844stock
2026-03-28 14:33:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf514ce3-4ede-582e-a140-7db09f7017eb with identifier: 6961844stock
2026-03-28 14:33:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf514ce3-4ede-582e-a140-7db09f7017eb with identifier: 6961844stock to the API
2026-03-28 14:33:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:33:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:33:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961844>
{'auction_title': '',
'c_o_2_emission_value': 22,
'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': 'cf514ce3-4ede-582e-a140-7db09f7017eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961844',
'listing': 'auction',
'location': 'France - "MITRY-MORY"',
'make': 'Mercedes',
'model': 'A 250',
'odometer': 151459,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 250e Plug-In Hybrid Aut. LED-Xenon Widescreen Ambient '
'Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid Aut. LED-Xenon Widescreen Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-28 14:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961844stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:49 [ecarstrade.be] INFO: Saving data for 6961844stock: {'created_time': 1774370420.379866, 'last_price_update_time': 1774708429.378633}
2026-03-28 14:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961844stock') HTTP/1.1" 204 0
2026-03-28 14:33:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 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-28 14:33:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6970021stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [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-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6970021stock: 0
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6971189stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [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-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6971189stock: 0
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6971207stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971207stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6971207stock: 0
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6972124stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [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-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6972124stock: 0
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6972165stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [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-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6972165stock: 0
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6974836stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [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-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6974836stock: 0
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6976163stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [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-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6976163stock: 0
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6976559stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [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-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6976559stock: 0
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6976648stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [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-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6976648stock: 0
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6976731stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [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-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6976731stock: 0
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6977964stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [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-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6977964stock: 0
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6978744stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978744stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6978744stock: 2
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6978760stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [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-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6978760stock: 2
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6978774stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [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-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6978774stock: 2
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6979306stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [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-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6979306stock: 0
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6980181stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980181stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6980181stock: 0
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6980194stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980194stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6980194stock: 0
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6980294stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [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-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6980294stock: 0
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6980640stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [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-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6980640stock: 2
2026-03-28 14:33:51 [ecarstrade.be] INFO: Found listing with ID: 6981993stock
2026-03-28 14:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:51 [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-28 14:33:51 [ecarstrade.be] INFO: Scrape type for 6981993stock: 0
2026-03-28 14:33:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962942> (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-28 14:33:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:51 [ecarstrade.be] INFO: Extracting details for car 6962942stock
2026-03-28 14:33:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dec40e9f-5686-5530-976c-936864f4a620 with identifier: 6962942stock
2026-03-28 14:33:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dec40e9f-5686-5530-976c-936864f4a620 with scrape type 2
2026-03-28 14:33:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dec40e9f-5686-5530-976c-936864f4a620 with scrape type 2
2026-03-28 14:33:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dec40e9f-5686-5530-976c-936864f4a620, identifier: 6962942stock
2026-03-28 14:33:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dec40e9f-5686-5530-976c-936864f4a620 with identifier: 6962942stock
2026-03-28 14:33:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dec40e9f-5686-5530-976c-936864f4a620 with identifier: 6962942stock
2026-03-28 14:33:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dec40e9f-5686-5530-976c-936864f4a620 with identifier: 6962942stock to the API
2026-03-28 14:33:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:33: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-28 14:33:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6962942>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'dec40e9f-5686-5530-976c-936864f4a620',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6962942',
'listing': 'auction',
'location': 'France - "MARSEILLE 16"',
'make': 'Peugeot',
'model': '2008',
'odometer': 91635,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.2 PureTech Allure Aut. LED I-Cockpit Navi 1/2 '
'Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.2 PureTech Allure Aut. LED I-Cockpit Navi 1/2 Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-28 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962942stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:52 [ecarstrade.be] INFO: Saving data for 6962942stock: {'created_time': 1774276704.539995, 'last_price_update_time': 1774708432.316182}
2026-03-28 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962942stock') HTTP/1.1" 204 0
2026-03-28 14:33:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963006> (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-28 14:33:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:54 [ecarstrade.be] INFO: Extracting details for car 6963006stock
2026-03-28 14:33:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71b3df03-9564-55ec-9efb-7e6d6db57930 with identifier: 6963006stock
2026-03-28 14:33:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71b3df03-9564-55ec-9efb-7e6d6db57930 with scrape type 2
2026-03-28 14:33:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71b3df03-9564-55ec-9efb-7e6d6db57930 with scrape type 2
2026-03-28 14:33:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71b3df03-9564-55ec-9efb-7e6d6db57930, identifier: 6963006stock
2026-03-28 14:33:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71b3df03-9564-55ec-9efb-7e6d6db57930 with identifier: 6963006stock
2026-03-28 14:33:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71b3df03-9564-55ec-9efb-7e6d6db57930 with identifier: 6963006stock
2026-03-28 14:33:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71b3df03-9564-55ec-9efb-7e6d6db57930 with identifier: 6963006stock to the API
2026-03-28 14:33:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:33:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:33:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6963006>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '71b3df03-9564-55ec-9efb-7e6d6db57930',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6963006',
'listing': 'auction',
'location': 'France - "WAVRIN"',
'make': 'Peugeot',
'model': '308',
'odometer': 174226,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.5 BlueHDI Aut. I-Cockpit Navi Klima PDC ...',
'transmission': 'automatic',
'trim': 'SW 1.5 BlueHDI Aut. I-Cockpit Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-28 14:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963006stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:54 [ecarstrade.be] INFO: Saving data for 6963006stock: {'created_time': 1774276725.310092, 'last_price_update_time': 1774708434.600293}
2026-03-28 14:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963006stock') HTTP/1.1" 204 0
2026-03-28 14:33:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6965209> (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-28 14:33:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:56 [ecarstrade.be] INFO: Extracting details for car 6965209stock
2026-03-28 14:33:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 698d9194-82df-56de-a727-e1e7eb7135f3 with identifier: 6965209stock
2026-03-28 14:33:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 698d9194-82df-56de-a727-e1e7eb7135f3 with scrape type 2
2026-03-28 14:33:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 698d9194-82df-56de-a727-e1e7eb7135f3 with scrape type 2
2026-03-28 14:33:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 698d9194-82df-56de-a727-e1e7eb7135f3, identifier: 6965209stock
2026-03-28 14:33:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 698d9194-82df-56de-a727-e1e7eb7135f3 with identifier: 6965209stock
2026-03-28 14:33:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 698d9194-82df-56de-a727-e1e7eb7135f3 with identifier: 6965209stock
2026-03-28 14:33:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 698d9194-82df-56de-a727-e1e7eb7135f3 with identifier: 6965209stock to the API
2026-03-28 14:33:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:33:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6965209>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '698d9194-82df-56de-a727-e1e7eb7135f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6965209',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Trafic',
'odometer': 208536,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-26',
'seats_number': 3,
'seller_name': None,
'title': 'Renault Trafic 2.0 DCI 130Hp Facelift LED Klima ...',
'transmission': 'manual',
'trim': '2.0 DCI 130Hp Facelift LED Klima ...',
'vin': None,
'year': 2022}
2026-03-28 14:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276965209stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:56 [ecarstrade.be] INFO: Saving data for 6965209stock: {'created_time': 1774276727.020098, 'last_price_update_time': 1774708436.611115}
2026-03-28 14:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6965209stock') HTTP/1.1" 204 0
2026-03-28 14:33:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963092> (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-28 14:33:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:58 [ecarstrade.be] INFO: Extracting details for car 6963092stock
2026-03-28 14:33:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64c52212-5039-5eed-b118-2fba8a5652dd with identifier: 6963092stock
2026-03-28 14:33:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64c52212-5039-5eed-b118-2fba8a5652dd with scrape type 2
2026-03-28 14:33:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64c52212-5039-5eed-b118-2fba8a5652dd with scrape type 2
2026-03-28 14:33:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64c52212-5039-5eed-b118-2fba8a5652dd, identifier: 6963092stock
2026-03-28 14:33:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64c52212-5039-5eed-b118-2fba8a5652dd with identifier: 6963092stock
2026-03-28 14:33:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64c52212-5039-5eed-b118-2fba8a5652dd with identifier: 6963092stock
2026-03-28 14:33:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64c52212-5039-5eed-b118-2fba8a5652dd with identifier: 6963092stock to the API
2026-03-28 14:33:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:33:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:33:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6963092>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '64c52212-5039-5eed-b118-2fba8a5652dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6963092',
'listing': 'auction',
'location': 'France - "Quincieux"',
'make': 'Seat',
'model': 'Leon',
'odometer': 177657,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'Seat Leon 2.0 TDI 150Hp FR-Line Aut. Pano LED Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 TDI 150Hp FR-Line Aut. Pano LED Navi 1/2 Sport-Leather-Alcantara '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-28 14:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963092stock%27 HTTP/1.1" 200 None
2026-03-28 14:33:59 [ecarstrade.be] INFO: Saving data for 6963092stock: {'created_time': 1774276705.333576, 'last_price_update_time': 1774708439.32876}
2026-03-28 14:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963092stock') HTTP/1.1" 204 0
2026-03-28 14:33:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6965180> (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-28 14:33:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:33:59 [ecarstrade.be] INFO: Extracting details for car 6965180stock
2026-03-28 14:33:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f9e08f6-63d7-5c42-86ae-f4243819a2a8 with identifier: 6965180stock
2026-03-28 14:33:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f9e08f6-63d7-5c42-86ae-f4243819a2a8 with scrape type 2
2026-03-28 14:33:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f9e08f6-63d7-5c42-86ae-f4243819a2a8 with scrape type 2
2026-03-28 14:33:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f9e08f6-63d7-5c42-86ae-f4243819a2a8, identifier: 6965180stock
2026-03-28 14:33:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f9e08f6-63d7-5c42-86ae-f4243819a2a8 with identifier: 6965180stock
2026-03-28 14:33:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f9e08f6-63d7-5c42-86ae-f4243819a2a8 with identifier: 6965180stock
2026-03-28 14:33:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f9e08f6-63d7-5c42-86ae-f4243819a2a8 with identifier: 6965180stock to the API
2026-03-28 14:33:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6965180>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.9L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0f9e08f6-63d7-5c42-86ae-f4243819a2a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6965180',
'listing': 'auction',
'location': 'Belgium',
'make': 'Porsche',
'model': 'Panamera',
'odometer': 25386,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-14',
'seats_number': 4,
'seller_name': None,
'title': 'Porsche Panamera 4 E-Hybrid Aut. Pano LED-Matrix Sport-Chrono Bose '
'Inno Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '4 E-Hybrid Aut. Pano LED-Matrix Sport-Chrono Bose Inno Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-28 14:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965180stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:00 [ecarstrade.be] INFO: Saving data for 6965180stock: {'created_time': 1774276728.756781, 'last_price_update_time': 1774708440.216042}
2026-03-28 14:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6965180stock') HTTP/1.1" 204 0
2026-03-28 14:34:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6938597> (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-28 14:34:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:00 [ecarstrade.be] INFO: Extracting details for car 6938597stock
2026-03-28 14:34:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76bb504f-f679-5977-9184-a9497eb9cd11 with identifier: 6938597stock
2026-03-28 14:34:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76bb504f-f679-5977-9184-a9497eb9cd11 with scrape type 2
2026-03-28 14:34:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76bb504f-f679-5977-9184-a9497eb9cd11 with scrape type 2
2026-03-28 14:34:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 76bb504f-f679-5977-9184-a9497eb9cd11, identifier: 6938597stock
2026-03-28 14:34:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 76bb504f-f679-5977-9184-a9497eb9cd11 with identifier: 6938597stock
2026-03-28 14:34:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 76bb504f-f679-5977-9184-a9497eb9cd11 with identifier: 6938597stock
2026-03-28 14:34:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 76bb504f-f679-5977-9184-a9497eb9cd11 with identifier: 6938597stock to the API
2026-03-28 14:34:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6938597>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '76bb504f-f679-5977-9184-a9497eb9cd11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6938597',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '508',
'odometer': 149469,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 1.6 Plug-In Hybrid Allure Aut. LED-Xenon I-Cockpit Navi '
'1/2 Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.6 Plug-In Hybrid Allure Aut. LED-Xenon I-Cockpit Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-28 14:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938597stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:00 [ecarstrade.be] INFO: Saving data for 6938597stock: {'created_time': 1773452116.277025, 'last_price_update_time': 1774708440.884241}
2026-03-28 14:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938597stock') HTTP/1.1" 204 0
2026-03-28 14:34:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963005> (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-28 14:34:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:02 [ecarstrade.be] INFO: Extracting details for car 6963005stock
2026-03-28 14:34:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with identifier: 6963005stock
2026-03-28 14:34:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with scrape type 2
2026-03-28 14:34:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with scrape type 2
2026-03-28 14:34:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7, identifier: 6963005stock
2026-03-28 14:34:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with identifier: 6963005stock
2026-03-28 14:34:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with identifier: 6963005stock
2026-03-28 14:34:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with identifier: 6963005stock to the API
2026-03-28 14:34:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6963005>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '6c9e2d6c-7403-5436-a8a3-238b59ae7ae7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6963005',
'listing': 'auction',
'location': 'France - "MARSEILLE 16"',
'make': 'Peugeot',
'model': '308',
'odometer': 144055,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.5 BlueHDI Aut. I-Cockpit Navi Klima PDC ...',
'transmission': 'automatic',
'trim': 'SW 1.5 BlueHDI Aut. I-Cockpit Navi Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-28 14:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963005stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:02 [ecarstrade.be] INFO: Saving data for 6963005stock: {'created_time': 1774276727.768739, 'last_price_update_time': 1774708442.536426}
2026-03-28 14:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963005stock') HTTP/1.1" 204 0
2026-03-28 14:34:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963160> (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-28 14:34:03 [ecarstrade.be] INFO: Extracting details for car 6963160stock
2026-03-28 14:34:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with identifier: 6963160stock
2026-03-28 14:34:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with scrape type 2
2026-03-28 14:34:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with scrape type 2
2026-03-28 14:34:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17da28c8-0d7e-5cdc-adc0-64e03edd9085, identifier: 6963160stock
2026-03-28 14:34:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with identifier: 6963160stock
2026-03-28 14:34:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with identifier: 6963160stock
2026-03-28 14:34:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with identifier: 6963160stock to the API
2026-03-28 14:34:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6963160>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '17da28c8-0d7e-5cdc-adc0-64e03edd9085',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6963160',
'listing': 'auction',
'location': 'France - "Quincieux"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 209619,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-08',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat Variant 2.0 TDI Aut. LED Navi Sport-Seats '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 TDI Aut. LED Navi Sport-Seats KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-28 14:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276963160stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:04 [ecarstrade.be] INFO: Saving data for 6963160stock: {'created_time': 1774276706.063685, 'last_price_update_time': 1774708444.047318}
2026-03-28 14:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963160stock') HTTP/1.1" 204 0
2026-03-28 14:34:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939659> (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-28 14:34:04 [ecarstrade.be] INFO: Extracting details for car 6939659stock
2026-03-28 14:34:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 746b36a3-6caa-5afd-b857-a138d61664f4 with identifier: 6939659stock
2026-03-28 14:34:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 746b36a3-6caa-5afd-b857-a138d61664f4 with scrape type 2
2026-03-28 14:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 746b36a3-6caa-5afd-b857-a138d61664f4 with scrape type 2
2026-03-28 14:34:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 746b36a3-6caa-5afd-b857-a138d61664f4, identifier: 6939659stock
2026-03-28 14:34:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 746b36a3-6caa-5afd-b857-a138d61664f4 with identifier: 6939659stock
2026-03-28 14:34:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 746b36a3-6caa-5afd-b857-a138d61664f4 with identifier: 6939659stock
2026-03-28 14:34:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 746b36a3-6caa-5afd-b857-a138d61664f4 with identifier: 6939659stock to the API
2026-03-28 14:34:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:34:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6939659>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '746b36a3-6caa-5afd-b857-a138d61664f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6939659',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': 'Rifter',
'odometer': 112841,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-26',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot Rifter 1.5 BlueHDI GT-Line 2 Slide Doors 7PL Aut. Navi '
'KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 BlueHDI GT-Line 2 Slide Doors 7PL Aut. Navi KeylessGo Klima PDC '
'...',
'vin': None,
'year': 2020}
2026-03-28 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276939659stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:05 [ecarstrade.be] INFO: Saving data for 6939659stock: {'created_time': 1773672162.647913, 'last_price_update_time': 1774708445.389237}
2026-03-28 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939659stock') HTTP/1.1" 204 0
2026-03-28 14:34:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6978744> (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-28 14:34:06 [ecarstrade.be] INFO: Extracting details for car 6978744stock
2026-03-28 14:34:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba58d627-5f85-5289-9260-716884f8c13f with identifier: 6978744stock
2026-03-28 14:34:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba58d627-5f85-5289-9260-716884f8c13f with scrape type 2
2026-03-28 14:34:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba58d627-5f85-5289-9260-716884f8c13f with scrape type 2
2026-03-28 14:34:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba58d627-5f85-5289-9260-716884f8c13f, identifier: 6978744stock
2026-03-28 14:34:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba58d627-5f85-5289-9260-716884f8c13f with identifier: 6978744stock
2026-03-28 14:34:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba58d627-5f85-5289-9260-716884f8c13f with identifier: 6978744stock
2026-03-28 14:34:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba58d627-5f85-5289-9260-716884f8c13f with identifier: 6978744stock to the API
2026-03-28 14:34:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6978744>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'ba58d627-5f85-5289-9260-716884f8c13f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6978744',
'listing': 'auction',
'location': 'France - "2ndMove Nice"',
'make': 'Fiat',
'model': '500',
'odometer': 62868,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-29',
'seats_number': 4,
'seller_name': None,
'title': 'Fiat 500 1.0 Mild-Hybrid Dolcevita Display 1/2 Leather Klima PDC '
'...',
'transmission': 'manual',
'trim': '1.0 Mild-Hybrid Dolcevita Display 1/2 Leather Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-28 14:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978744stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:06 [ecarstrade.be] INFO: Saving data for 6978744stock: {'created_time': 1774276726.133449, 'last_price_update_time': 1774708446.53328}
2026-03-28 14:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6978744stock') HTTP/1.1" 204 0
2026-03-28 14:34:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6978760> (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-28 14:34:06 [ecarstrade.be] INFO: Extracting details for car 6978760stock
2026-03-28 14:34:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53227b59-ecde-5a57-a112-7cfc59e6d5ea with identifier: 6978760stock
2026-03-28 14:34:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53227b59-ecde-5a57-a112-7cfc59e6d5ea with scrape type 2
2026-03-28 14:34:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53227b59-ecde-5a57-a112-7cfc59e6d5ea with scrape type 2
2026-03-28 14:34:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53227b59-ecde-5a57-a112-7cfc59e6d5ea, identifier: 6978760stock
2026-03-28 14:34:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53227b59-ecde-5a57-a112-7cfc59e6d5ea with identifier: 6978760stock
2026-03-28 14:34:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53227b59-ecde-5a57-a112-7cfc59e6d5ea with identifier: 6978760stock
2026-03-28 14:34:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53227b59-ecde-5a57-a112-7cfc59e6d5ea with identifier: 6978760stock to the API
2026-03-28 14:34:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6978760>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '53227b59-ecde-5a57-a112-7cfc59e6d5ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6978760',
'listing': 'auction',
'location': 'France - "2ndMove Marly-la-Ville (Paris Nord)"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 82273,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C3 Aircross 1.2 PureTech Shine LED Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Shine LED Navi 1/2 Leather KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2023}
2026-03-28 14:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978760stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:07 [ecarstrade.be] INFO: Saving data for 6978760stock: {'created_time': 1774276731.184794, 'last_price_update_time': 1774708447.101048}
2026-03-28 14:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6978760stock') HTTP/1.1" 204 0
2026-03-28 14:34:07 [scrapy.extensions.logstats] INFO: Crawled 97 pages (at 37 pages/min), scraped 72 items (at 31 items/min)
2026-03-28 14:34:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-28 14:34:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6978774> (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-28 14:34:07 [ecarstrade.be] INFO: Extracting details for car 6978774stock
2026-03-28 14:34:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e901a27c-1008-5414-accc-4eb57fe17405 with identifier: 6978774stock
2026-03-28 14:34:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e901a27c-1008-5414-accc-4eb57fe17405 with scrape type 2
2026-03-28 14:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e901a27c-1008-5414-accc-4eb57fe17405 with scrape type 2
2026-03-28 14:34:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e901a27c-1008-5414-accc-4eb57fe17405, identifier: 6978774stock
2026-03-28 14:34:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e901a27c-1008-5414-accc-4eb57fe17405 with identifier: 6978774stock
2026-03-28 14:34:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e901a27c-1008-5414-accc-4eb57fe17405 with identifier: 6978774stock
2026-03-28 14:34:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e901a27c-1008-5414-accc-4eb57fe17405 with identifier: 6978774stock to the API
2026-03-28 14:34:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:34:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6978774>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'e901a27c-1008-5414-accc-4eb57fe17405',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6978774',
'listing': 'auction',
'location': 'France - "2ndMove Marly-la-Ville (Paris Nord)"',
'make': 'Renault',
'model': 'Captur',
'odometer': 67356,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-14',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur 1.0 TCe Techno LED Virtual Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.0 TCe Techno LED Virtual Navi 1/2 Leather KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2024}
2026-03-28 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276978774stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:08 [ecarstrade.be] INFO: Saving data for 6978774stock: {'created_time': 1774276732.759795, 'last_price_update_time': 1774708448.376214}
2026-03-28 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6978774stock') HTTP/1.1" 204 0
2026-03-28 14:34:08 [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-28 14:34:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:34:08 [ecarstrade.be] INFO: Found listing with ID: 6983045stock
2026-03-28 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276983045stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:08 [ecarstrade.be] INFO: Scrape type for 6983045stock: 0
2026-03-28 14:34:08 [ecarstrade.be] INFO: Found listing with ID: 6983050stock
2026-03-28 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276983050stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:08 [ecarstrade.be] INFO: Scrape type for 6983050stock: 0
2026-03-28 14:34:08 [ecarstrade.be] INFO: Found listing with ID: 6983055stock
2026-03-28 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276983055stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:08 [ecarstrade.be] INFO: Scrape type for 6983055stock: 0
2026-03-28 14:34:08 [ecarstrade.be] INFO: Found listing with ID: 6983089stock
2026-03-28 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276983089stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:08 [ecarstrade.be] INFO: Scrape type for 6983089stock: 0
2026-03-28 14:34:08 [ecarstrade.be] INFO: Found listing with ID: 6983092stock
2026-03-28 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276983092stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:08 [ecarstrade.be] INFO: Scrape type for 6983092stock: 0
2026-03-28 14:34:08 [ecarstrade.be] INFO: Found listing with ID: 6983094stock
2026-03-28 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276983094stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:08 [ecarstrade.be] INFO: Scrape type for 6983094stock: 0
2026-03-28 14:34:08 [ecarstrade.be] INFO: Found listing with ID: 6983670stock
2026-03-28 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276983670stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:08 [ecarstrade.be] INFO: Scrape type for 6983670stock: 0
2026-03-28 14:34:08 [ecarstrade.be] INFO: Found listing with ID: 6983700stock
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983700stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:09 [ecarstrade.be] INFO: Scrape type for 6983700stock: 0
2026-03-28 14:34:09 [ecarstrade.be] INFO: Found listing with ID: 6983705stock
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983705stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:09 [ecarstrade.be] INFO: Scrape type for 6983705stock: 0
2026-03-28 14:34:09 [ecarstrade.be] INFO: Found listing with ID: 6986820stock
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276986820stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:09 [ecarstrade.be] INFO: Scrape type for 6986820stock: 0
2026-03-28 14:34:09 [ecarstrade.be] INFO: Found listing with ID: 6987105stock
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987105stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:09 [ecarstrade.be] INFO: Scrape type for 6987105stock: 0
2026-03-28 14:34:09 [ecarstrade.be] INFO: Found listing with ID: 6987316stock
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987316stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:09 [ecarstrade.be] INFO: Scrape type for 6987316stock: 0
2026-03-28 14:34:09 [ecarstrade.be] INFO: Found listing with ID: 6987317stock
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987317stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:09 [ecarstrade.be] INFO: Scrape type for 6987317stock: 0
2026-03-28 14:34:09 [ecarstrade.be] INFO: Found listing with ID: 6988801stock
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988801stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:09 [ecarstrade.be] INFO: Scrape type for 6988801stock: 0
2026-03-28 14:34:09 [ecarstrade.be] INFO: Found listing with ID: 6988853stock
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988853stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:09 [ecarstrade.be] INFO: Scrape type for 6988853stock: 0
2026-03-28 14:34:09 [ecarstrade.be] INFO: Found listing with ID: 6989397stock
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276989397stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:09 [ecarstrade.be] INFO: Scrape type for 6989397stock: 0
2026-03-28 14:34:09 [ecarstrade.be] INFO: Found listing with ID: 6990858stock
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990858stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:09 [ecarstrade.be] INFO: Scrape type for 6990858stock: 0
2026-03-28 14:34:09 [ecarstrade.be] INFO: Found listing with ID: 6990908stock
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990908stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:09 [ecarstrade.be] INFO: Scrape type for 6990908stock: 0
2026-03-28 14:34:09 [ecarstrade.be] INFO: Found listing with ID: 6990940stock
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990940stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:09 [ecarstrade.be] INFO: Scrape type for 6990940stock: 0
2026-03-28 14:34:09 [ecarstrade.be] INFO: Found listing with ID: 6993875stock
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993875stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:09 [ecarstrade.be] INFO: Scrape type for 6993875stock: 0
2026-03-28 14:34:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980640> (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-28 14:34:10 [ecarstrade.be] INFO: Extracting details for car 6980640stock
2026-03-28 14:34:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84a3b874-7480-5101-a98f-2ddac548d572 with identifier: 6980640stock
2026-03-28 14:34:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84a3b874-7480-5101-a98f-2ddac548d572 with scrape type 2
2026-03-28 14:34:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84a3b874-7480-5101-a98f-2ddac548d572 with scrape type 2
2026-03-28 14:34:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 84a3b874-7480-5101-a98f-2ddac548d572, identifier: 6980640stock
2026-03-28 14:34:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 84a3b874-7480-5101-a98f-2ddac548d572 with identifier: 6980640stock
2026-03-28 14:34:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 84a3b874-7480-5101-a98f-2ddac548d572 with identifier: 6980640stock
2026-03-28 14:34:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 84a3b874-7480-5101-a98f-2ddac548d572 with identifier: 6980640stock to the API
2026-03-28 14:34:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980640>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '84a3b874-7480-5101-a98f-2ddac548d572',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980640',
'listing': 'auction',
'location': 'Belgium - "Diegem"',
'make': 'Nissan',
'model': 'Juke',
'odometer': 75798,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-22',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Juke 1.0 DIG-T N-Design LED-Xenon Navi 1/2 Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.0 DIG-T N-Design LED-Xenon Navi 1/2 Sport-Leather KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-28 14:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980640stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:10 [ecarstrade.be] INFO: Saving data for 6980640stock: {'created_time': 1774276731.636774, 'last_price_update_time': 1774708450.902954}
2026-03-28 14:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980640stock') HTTP/1.1" 204 0
2026-03-28 14:34:16 [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-28 14:34:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6995995stock
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995995stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6995995stock: 0
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6998095stock
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998095stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6998095stock: 0
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6998108stock
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998108stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6998108stock: 0
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6998427stock
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998427stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6998427stock: 0
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6861328stock
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861328stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6861328stock: 0
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6493461auction87925
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276493461auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6493461auction87925: 0
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6532089auction87925
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276532089auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6532089auction87925: 0
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6581203auction87925
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276581203auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6581203auction87925: 2
2026-03-28 14:34:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6609305auction87925
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276609305auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6609305auction87925: 0
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6660338auction87925
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276660338auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6660338auction87925: 2
2026-03-28 14:34:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6756803auction87925
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276756803auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6756803auction87925: 2
2026-03-28 14:34:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6778495auction87925
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778495auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6778495auction87925: 2
2026-03-28 14:34:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6778496auction87925
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778496auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6778496auction87925: 2
2026-03-28 14:34:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6784204auction87925
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784204auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6784204auction87925: 0
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6784210auction87925
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784210auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6784210auction87925: 2
2026-03-28 14:34:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6810528auction87925
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276810528auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6810528auction87925: 2
2026-03-28 14:34:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6810530auction87925
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276810530auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6810530auction87925: 0
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6844413auction87925
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844413auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6844413auction87925: 2
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6844418auction87925
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844418auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6844418auction87925: 2
2026-03-28 14:34:16 [ecarstrade.be] INFO: Found listing with ID: 6861888auction87925
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861888auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:16 [ecarstrade.be] INFO: Scrape type for 6861888auction87925: 2
2026-03-28 14:34:22 [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-28 14:34:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:34:22 [ecarstrade.be] INFO: Found listing with ID: 6861910auction87925
2026-03-28 14:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276861910auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:22 [ecarstrade.be] INFO: Scrape type for 6861910auction87925: 2
2026-03-28 14:34:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6756803> (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-28 14:34:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:22 [ecarstrade.be] INFO: Found listing with ID: 6861911auction87925
2026-03-28 14:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276861911auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:22 [ecarstrade.be] INFO: Scrape type for 6861911auction87925: 0
2026-03-28 14:34:22 [ecarstrade.be] INFO: Found listing with ID: 6875741auction87925
2026-03-28 14:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276875741auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:22 [ecarstrade.be] INFO: Scrape type for 6875741auction87925: 0
2026-03-28 14:34:22 [ecarstrade.be] INFO: Found listing with ID: 6875747auction87925
2026-03-28 14:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276875747auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:22 [ecarstrade.be] INFO: Scrape type for 6875747auction87925: 2
2026-03-28 14:34:22 [ecarstrade.be] INFO: Found listing with ID: 6875748auction87925
2026-03-28 14:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276875748auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:22 [ecarstrade.be] INFO: Scrape type for 6875748auction87925: 2
2026-03-28 14:34:22 [ecarstrade.be] INFO: Extracting details for car 6756803auction87925
2026-03-28 14:34:22 [ecarstrade.be] INFO: Found listing with ID: 6898132auction87925
2026-03-28 14:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276898132auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:22 [ecarstrade.be] INFO: Scrape type for 6898132auction87925: 2
2026-03-28 14:34:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c49b5dc-7ad4-50d0-b25b-89f60cf329a7 with identifier: 6756803auction87925
2026-03-28 14:34:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c49b5dc-7ad4-50d0-b25b-89f60cf329a7 with scrape type 2
2026-03-28 14:34:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c49b5dc-7ad4-50d0-b25b-89f60cf329a7 with scrape type 2
2026-03-28 14:34:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c49b5dc-7ad4-50d0-b25b-89f60cf329a7, identifier: 6756803auction87925
2026-03-28 14:34:22 [ecarstrade.be] INFO: Found listing with ID: 6898138auction87925
2026-03-28 14:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276898138auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:22 [ecarstrade.be] INFO: Scrape type for 6898138auction87925: 2
2026-03-28 14:34:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c49b5dc-7ad4-50d0-b25b-89f60cf329a7 with identifier: 6756803auction87925
2026-03-28 14:34:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c49b5dc-7ad4-50d0-b25b-89f60cf329a7 with identifier: 6756803auction87925
2026-03-28 14:34:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c49b5dc-7ad4-50d0-b25b-89f60cf329a7 with identifier: 6756803auction87925 to the API
2026-03-28 14:34:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:34:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6756803>
{'auction_title': '',
'c_o_2_emission_value': 174,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Diesel',
'id': '2c49b5dc-7ad4-50d0-b25b-89f60cf329a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6756803',
'listing': 'auction',
'location': 'France - "TEA TOULOUSE"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 116596,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-15',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT Expert M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'PEUGEOT M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2023}
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276756803auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:23 [ecarstrade.be] INFO: Saving data for 6756803auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773369308.690626, 'last_price_update_time': 1774708463.101848}
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6756803auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:23 [ecarstrade.be] INFO: Found listing with ID: 6898139auction87925
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:23 [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-28 14:34:23 [ecarstrade.be] INFO: Scrape type for 6898139auction87925: 2
2026-03-28 14:34:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6778495> (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-28 14:34:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6660338> (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-28 14:34:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6778496> (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-28 14:34:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6784210> (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-28 14:34:23 [ecarstrade.be] INFO: Found listing with ID: 6949434auction87925
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:23 [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-28 14:34:23 [ecarstrade.be] INFO: Scrape type for 6949434auction87925: 2
2026-03-28 14:34:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:23 [ecarstrade.be] INFO: Found listing with ID: 6949440auction87925
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:23 [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-28 14:34:23 [ecarstrade.be] INFO: Scrape type for 6949440auction87925: 0
2026-03-28 14:34:23 [ecarstrade.be] INFO: Found listing with ID: 6949443auction87925
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:23 [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-28 14:34:23 [ecarstrade.be] INFO: Scrape type for 6949443auction87925: 0
2026-03-28 14:34:23 [ecarstrade.be] INFO: Found listing with ID: 6949444auction87925
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:23 [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-28 14:34:23 [ecarstrade.be] INFO: Scrape type for 6949444auction87925: 2
2026-03-28 14:34:23 [ecarstrade.be] INFO: Extracting details for car 6778495auction87925
2026-03-28 14:34:23 [ecarstrade.be] INFO: Found listing with ID: 6949457auction87925
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:23 [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-28 14:34:23 [ecarstrade.be] INFO: Scrape type for 6949457auction87925: 2
2026-03-28 14:34:23 [ecarstrade.be] INFO: Extracting details for car 6660338auction87925
2026-03-28 14:34:23 [ecarstrade.be] INFO: Extracting details for car 6778496auction87925
2026-03-28 14:34:23 [ecarstrade.be] INFO: Extracting details for car 6784210auction87925
2026-03-28 14:34:23 [ecarstrade.be] INFO: Found listing with ID: 6949461auction87925
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:23 [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-28 14:34:23 [ecarstrade.be] INFO: Scrape type for 6949461auction87925: 2
2026-03-28 14:34:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c259ada1-f82f-5669-ba10-3b49a6f032f8 with identifier: 6778495auction87925
2026-03-28 14:34:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c259ada1-f82f-5669-ba10-3b49a6f032f8 with scrape type 2
2026-03-28 14:34:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c259ada1-f82f-5669-ba10-3b49a6f032f8 with scrape type 2
2026-03-28 14:34:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c259ada1-f82f-5669-ba10-3b49a6f032f8, identifier: 6778495auction87925
2026-03-28 14:34:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d36c21f-1795-5702-ab44-c28e8de43df2 with identifier: 6660338auction87925
2026-03-28 14:34:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d36c21f-1795-5702-ab44-c28e8de43df2 with scrape type 2
2026-03-28 14:34:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d36c21f-1795-5702-ab44-c28e8de43df2 with scrape type 2
2026-03-28 14:34:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d36c21f-1795-5702-ab44-c28e8de43df2, identifier: 6660338auction87925
2026-03-28 14:34:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 963fdad9-2a1b-51ba-af8c-17d032e6bf24 with identifier: 6778496auction87925
2026-03-28 14:34:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 963fdad9-2a1b-51ba-af8c-17d032e6bf24 with scrape type 2
2026-03-28 14:34:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 963fdad9-2a1b-51ba-af8c-17d032e6bf24 with scrape type 2
2026-03-28 14:34:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 963fdad9-2a1b-51ba-af8c-17d032e6bf24, identifier: 6778496auction87925
2026-03-28 14:34:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8ad382e-b6cf-564c-96c6-87945d493c53 with identifier: 6784210auction87925
2026-03-28 14:34:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8ad382e-b6cf-564c-96c6-87945d493c53 with scrape type 2
2026-03-28 14:34:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8ad382e-b6cf-564c-96c6-87945d493c53 with scrape type 2
2026-03-28 14:34:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8ad382e-b6cf-564c-96c6-87945d493c53, identifier: 6784210auction87925
2026-03-28 14:34:23 [ecarstrade.be] INFO: Found listing with ID: 6949471auction87925
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:23 [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-28 14:34:23 [ecarstrade.be] INFO: Scrape type for 6949471auction87925: 0
2026-03-28 14:34:23 [ecarstrade.be] INFO: Found listing with ID: 6949491auction87925
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:23 [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-28 14:34:23 [ecarstrade.be] INFO: Scrape type for 6949491auction87925: 0
2026-03-28 14:34:23 [ecarstrade.be] INFO: Found listing with ID: 6949528auction87925
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:23 [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-28 14:34:23 [ecarstrade.be] INFO: Scrape type for 6949528auction87925: 0
2026-03-28 14:34:23 [ecarstrade.be] INFO: Found listing with ID: 6949576auction87925
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:23 [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-28 14:34:23 [ecarstrade.be] INFO: Scrape type for 6949576auction87925: 0
2026-03-28 14:34:23 [ecarstrade.be] INFO: Found listing with ID: 6959581auction87925
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:23 [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-28 14:34:23 [ecarstrade.be] INFO: Scrape type for 6959581auction87925: 0
2026-03-28 14:34:23 [ecarstrade.be] INFO: Found listing with ID: 6959582auction87925
2026-03-28 14:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959582auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:24 [ecarstrade.be] INFO: Scrape type for 6959582auction87925: 2
2026-03-28 14:34:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c259ada1-f82f-5669-ba10-3b49a6f032f8 with identifier: 6778495auction87925
2026-03-28 14:34:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c259ada1-f82f-5669-ba10-3b49a6f032f8 with identifier: 6778495auction87925
2026-03-28 14:34:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c259ada1-f82f-5669-ba10-3b49a6f032f8 with identifier: 6778495auction87925 to the API
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6778495>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'c259ada1-f82f-5669-ba10-3b49a6f032f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6778495',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT Orly"',
'make': 'Opel',
'model': 'Astra',
'odometer': 55989,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-29',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Astra Sports Tourer 1.2 Turbo 130 GS BVM',
'transmission': 'manual',
'trim': 'OPEL Sports Tourer 1.2 Turbo 130 GS BVM',
'vin': None,
'year': 2024}
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778495auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:24 [ecarstrade.be] INFO: Saving data for 6778495auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774280770.911762, 'last_price_update_time': 1774708464.294712}
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6778495auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d36c21f-1795-5702-ab44-c28e8de43df2 with identifier: 6660338auction87925
2026-03-28 14:34:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d36c21f-1795-5702-ab44-c28e8de43df2 with identifier: 6660338auction87925
2026-03-28 14:34:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d36c21f-1795-5702-ab44-c28e8de43df2 with identifier: 6660338auction87925 to the API
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6660338>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7d36c21f-1795-5702-ab44-c28e8de43df2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6660338',
'listing': 'auction',
'location': 'France - "TEA BOUCHAIN"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 74247,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-12',
'seats_number': None,
'seller_name': None,
'title': 'FORD KUGA 2.5 DURATE 2.5 Duratec FHEV 190 CV FlexiFuel FHEV E85 '
'Powershift ST-Line X',
'transmission': 'automatic',
'trim': 'FORD KUGA 2.5 DURATE 2.5 Duratec FHEV 190 CV FlexiFuel FHEV E85 '
'Powershift ST-Line X',
'vin': None,
'year': 2023}
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276660338auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:24 [ecarstrade.be] INFO: Saving data for 6660338auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773185175.552081, 'last_price_update_time': 1774708464.685805}
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6660338auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 963fdad9-2a1b-51ba-af8c-17d032e6bf24 with identifier: 6778496auction87925
2026-03-28 14:34:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 963fdad9-2a1b-51ba-af8c-17d032e6bf24 with identifier: 6778496auction87925
2026-03-28 14:34:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 963fdad9-2a1b-51ba-af8c-17d032e6bf24 with identifier: 6778496auction87925 to the API
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6778496>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '963fdad9-2a1b-51ba-af8c-17d032e6bf24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6778496',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT Orly"',
'make': 'Opel',
'model': 'Astra',
'odometer': 62941,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-25',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Astra Sports Tourer GS TURBO 130 BVA8 + PACK CONFORT',
'transmission': 'automatic',
'trim': 'OPEL Sports Tourer GS TURBO 130 BVA8 + PACK CONFORT',
'vin': None,
'year': 2024}
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778496auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:24 [ecarstrade.be] INFO: Saving data for 6778496auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774280771.376601, 'last_price_update_time': 1774708464.978935}
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6778496auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8ad382e-b6cf-564c-96c6-87945d493c53 with identifier: 6784210auction87925
2026-03-28 14:34:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8ad382e-b6cf-564c-96c6-87945d493c53 with identifier: 6784210auction87925
2026-03-28 14:34:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8ad382e-b6cf-564c-96c6-87945d493c53 with identifier: 6784210auction87925 to the API
2026-03-28 14:34:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6784210>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'b8ad382e-b6cf-564c-96c6-87945d493c53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6784210',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT Orly"',
'make': 'Opel',
'model': 'Astra',
'odometer': 52807,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-30',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Astra SW 1,2 TURBO 130 CV BVM GS',
'transmission': 'manual',
'trim': 'OPEL SW 1,2 TURBO 130 CV BVM GS',
'vin': None,
'year': 2024}
2026-03-28 14:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784210auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:25 [ecarstrade.be] INFO: Saving data for 6784210auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679121.900399, 'last_price_update_time': 1774708465.269715}
2026-03-28 14:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6784210auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6581203> (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-28 14:34:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:25 [ecarstrade.be] INFO: Extracting details for car 6581203auction87925
2026-03-28 14:34:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76032c0f-37ca-569b-99cc-0b678564e157 with identifier: 6581203auction87925
2026-03-28 14:34:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76032c0f-37ca-569b-99cc-0b678564e157 with scrape type 2
2026-03-28 14:34:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76032c0f-37ca-569b-99cc-0b678564e157 with scrape type 2
2026-03-28 14:34:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 76032c0f-37ca-569b-99cc-0b678564e157, identifier: 6581203auction87925
2026-03-28 14:34:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 76032c0f-37ca-569b-99cc-0b678564e157 with identifier: 6581203auction87925
2026-03-28 14:34:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 76032c0f-37ca-569b-99cc-0b678564e157 with identifier: 6581203auction87925
2026-03-28 14:34:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 76032c0f-37ca-569b-99cc-0b678564e157 with identifier: 6581203auction87925 to the API
2026-03-28 14:34:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6581203>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '76032c0f-37ca-569b-99cc-0b678564e157',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6581203',
'listing': 'auction',
'location': 'France - "HERTZ NICE"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 61552,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-27',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Crossland 1.2 Elegance 110ch BVM',
'transmission': 'manual',
'trim': 'OPEL Crossland 1.2 Elegance 110ch BVM',
'vin': None,
'year': 2023}
2026-03-28 14:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276581203auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:25 [ecarstrade.be] INFO: Saving data for 6581203auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774280824.847428, 'last_price_update_time': 1774708465.780178}
2026-03-28 14:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6581203auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6965186> (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-28 14:34:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:28 [ecarstrade.be] INFO: Extracting details for car 6965186stock
2026-03-28 14:34:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with identifier: 6965186stock
2026-03-28 14:34:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with scrape type 2
2026-03-28 14:34:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with scrape type 2
2026-03-28 14:34:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc, identifier: 6965186stock
2026-03-28 14:34:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with identifier: 6965186stock
2026-03-28 14:34:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with identifier: 6965186stock
2026-03-28 14:34:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with identifier: 6965186stock to the API
2026-03-28 14:34:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:34:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6965186>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '31fe3504-dd7a-5d7e-89da-b3f93d29e3fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6965186',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 181235,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-20',
'seats_number': 3,
'seller_name': None,
'title': 'Volkswagen Crafter 2.0 TDI 177Hp L3H3 Aut. Display Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 TDI 177Hp L3H3 Aut. Display Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-28 14:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276965186stock%27 HTTP/1.1" 200 None
2026-03-28 14:34:28 [ecarstrade.be] INFO: Saving data for 6965186stock: {'created_time': 1774276728.306721, 'last_price_update_time': 1774708468.957012}
2026-03-28 14:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6965186stock') HTTP/1.1" 204 0
2026-03-28 14:34:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6810528> (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-28 14:34:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:29 [ecarstrade.be] INFO: Extracting details for car 6810528auction87925
2026-03-28 14:34:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 069b5132-fede-5b76-ad63-bc57ead30346 with identifier: 6810528auction87925
2026-03-28 14:34:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 069b5132-fede-5b76-ad63-bc57ead30346 with scrape type 2
2026-03-28 14:34:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 069b5132-fede-5b76-ad63-bc57ead30346 with scrape type 2
2026-03-28 14:34:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 069b5132-fede-5b76-ad63-bc57ead30346, identifier: 6810528auction87925
2026-03-28 14:34:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 069b5132-fede-5b76-ad63-bc57ead30346 with identifier: 6810528auction87925
2026-03-28 14:34:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 069b5132-fede-5b76-ad63-bc57ead30346 with identifier: 6810528auction87925
2026-03-28 14:34:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 069b5132-fede-5b76-ad63-bc57ead30346 with identifier: 6810528auction87925 to the API
2026-03-28 14:34:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:34:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6810528>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '069b5132-fede-5b76-ad63-bc57ead30346',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6810528',
'listing': 'auction',
'location': 'France - "TEA TOULOUSE"',
'make': 'Opel',
'model': 'Astra',
'odometer': 63777,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-30',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Astra SW 1,2 TURBO 130 CV BVA GS',
'transmission': 'manual',
'trim': 'OPEL SW 1,2 TURBO 130 CV BVA GS',
'vin': None,
'year': 2024}
2026-03-28 14:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276810528auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:29 [ecarstrade.be] INFO: Saving data for 6810528auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679053.808285, 'last_price_update_time': 1774708469.471204}
2026-03-28 14:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6810528auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6844413> (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-28 14:34:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:29 [ecarstrade.be] INFO: Extracting details for car 6844413auction87925
2026-03-28 14:34:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d80cf8b0-0fb4-5e37-a18b-0ae7c3471778 with identifier: 6844413auction87925
2026-03-28 14:34:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d80cf8b0-0fb4-5e37-a18b-0ae7c3471778 with scrape type 2
2026-03-28 14:34:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d80cf8b0-0fb4-5e37-a18b-0ae7c3471778 with scrape type 2
2026-03-28 14:34:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d80cf8b0-0fb4-5e37-a18b-0ae7c3471778, identifier: 6844413auction87925
2026-03-28 14:34:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d80cf8b0-0fb4-5e37-a18b-0ae7c3471778 with identifier: 6844413auction87925
2026-03-28 14:34:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d80cf8b0-0fb4-5e37-a18b-0ae7c3471778 with identifier: 6844413auction87925
2026-03-28 14:34:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d80cf8b0-0fb4-5e37-a18b-0ae7c3471778 with identifier: 6844413auction87925 to the API
2026-03-28 14:34:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:34:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6844413>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'd80cf8b0-0fb4-5e37-a18b-0ae7c3471778',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6844413',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Citroen',
'model': 'C3',
'odometer': 61495,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-28',
'seats_number': None,
'seller_name': None,
'title': 'CITROËN C3 Pure Tech 83 S&S BVM5 Shine',
'transmission': 'manual',
'trim': 'CITROËN Pure Tech 83 S&S BVM5 Shine',
'vin': None,
'year': 2023}
2026-03-28 14:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276844413auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:29 [ecarstrade.be] INFO: Saving data for 6844413auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774280825.369004, 'last_price_update_time': 1774708469.978555}
2026-03-28 14:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6844413auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:31 [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-28 14:34:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6959594auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6959594auction87925: 0
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6959609auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6959609auction87925: 2
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6959627auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6959627auction87925: 2
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6959631auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6959631auction87925: 0
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6959632auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6959632auction87925: 2
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6959636auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6959636auction87925: 2
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6959649auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6959649auction87925: 2
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6963412auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6963412auction87925: 0
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6963414auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6963414auction87925: 2
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6968496auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6968496auction87925: 2
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6968497auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6968497auction87925: 0
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6968499auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6968499auction87925: 0
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6968502auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6968502auction87925: 0
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6968504auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6968504auction87925: 2
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6978828auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6978828auction87925: 2
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6983201auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6983201auction87925: 2
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6983202auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6983202auction87925: 0
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6983206auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6983206auction87925: 2
2026-03-28 14:34:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6861888> (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-28 14:34:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6983209auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6983209auction87925: 2
2026-03-28 14:34:31 [ecarstrade.be] INFO: Found listing with ID: 6983216auction87925
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:31 [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-28 14:34:31 [ecarstrade.be] INFO: Scrape type for 6983216auction87925: 2
2026-03-28 14:34:31 [ecarstrade.be] INFO: Extracting details for car 6861888auction87925
2026-03-28 14:34:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 197ff4fb-c043-5896-ac40-bde6abef5198 with identifier: 6861888auction87925
2026-03-28 14:34:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 197ff4fb-c043-5896-ac40-bde6abef5198 with scrape type 2
2026-03-28 14:34:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 197ff4fb-c043-5896-ac40-bde6abef5198 with scrape type 2
2026-03-28 14:34:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 197ff4fb-c043-5896-ac40-bde6abef5198, identifier: 6861888auction87925
2026-03-28 14:34:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 197ff4fb-c043-5896-ac40-bde6abef5198 with identifier: 6861888auction87925
2026-03-28 14:34:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 197ff4fb-c043-5896-ac40-bde6abef5198 with identifier: 6861888auction87925
2026-03-28 14:34:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 197ff4fb-c043-5896-ac40-bde6abef5198 with identifier: 6861888auction87925 to the API
2026-03-28 14:34:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34: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-28 14:34:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6861888>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '197ff4fb-c043-5896-ac40-bde6abef5198',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6861888',
'listing': 'auction',
'location': 'France - "HERTZ LYON"',
'make': 'Ford',
'model': 'Puma',
'odometer': 71009,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-14',
'seats_number': None,
'seller_name': None,
'title': 'FORD Puma 1.0 Ecoboost 125 ch mHEV S&S ST-Line DCT7',
'transmission': 'automatic',
'trim': 'FORD 1.0 Ecoboost 125 ch mHEV S&S ST-Line DCT7',
'vin': None,
'year': 2023}
2026-03-28 14:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861888auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:32 [ecarstrade.be] INFO: Saving data for 6861888auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773139246.316716, 'last_price_update_time': 1774708472.036693}
2026-03-28 14:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6861888auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6844418> (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-28 14:34:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:32 [ecarstrade.be] INFO: Extracting details for car 6844418auction87925
2026-03-28 14:34:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72e9063a-31db-533d-b8b0-1f39155883e5 with identifier: 6844418auction87925
2026-03-28 14:34:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72e9063a-31db-533d-b8b0-1f39155883e5 with scrape type 2
2026-03-28 14:34:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72e9063a-31db-533d-b8b0-1f39155883e5 with scrape type 2
2026-03-28 14:34:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72e9063a-31db-533d-b8b0-1f39155883e5, identifier: 6844418auction87925
2026-03-28 14:34:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72e9063a-31db-533d-b8b0-1f39155883e5 with identifier: 6844418auction87925
2026-03-28 14:34:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72e9063a-31db-533d-b8b0-1f39155883e5 with identifier: 6844418auction87925
2026-03-28 14:34:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72e9063a-31db-533d-b8b0-1f39155883e5 with identifier: 6844418auction87925 to the API
2026-03-28 14:34:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6844418>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '72e9063a-31db-533d-b8b0-1f39155883e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6844418',
'listing': 'auction',
'location': 'France - "TEA Marseille ESTAQUE"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 91066,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-12',
'seats_number': None,
'seller_name': None,
'title': 'FORD Kuga 2.5 Duratec FHEV 190 ch Hybrid FlexiFuel Powershift '
'TITANIUM',
'transmission': 'automatic',
'trim': 'FORD 2.5 Duratec FHEV 190 ch Hybrid FlexiFuel Powershift TITANIUM',
'vin': None,
'year': 2023}
2026-03-28 14:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844418auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:32 [ecarstrade.be] INFO: Saving data for 6844418auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679050.840987, 'last_price_update_time': 1774708472.620516}
2026-03-28 14:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6844418auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875747> (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-28 14:34:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:32 [ecarstrade.be] INFO: Extracting details for car 6875747auction87925
2026-03-28 14:34:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b913ef7-feab-5fb5-a268-6e4bfbc4143b with identifier: 6875747auction87925
2026-03-28 14:34:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b913ef7-feab-5fb5-a268-6e4bfbc4143b with scrape type 2
2026-03-28 14:34:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b913ef7-feab-5fb5-a268-6e4bfbc4143b with scrape type 2
2026-03-28 14:34:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7b913ef7-feab-5fb5-a268-6e4bfbc4143b, identifier: 6875747auction87925
2026-03-28 14:34:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b913ef7-feab-5fb5-a268-6e4bfbc4143b with identifier: 6875747auction87925
2026-03-28 14:34:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b913ef7-feab-5fb5-a268-6e4bfbc4143b with identifier: 6875747auction87925
2026-03-28 14:34:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b913ef7-feab-5fb5-a268-6e4bfbc4143b with identifier: 6875747auction87925 to the API
2026-03-28 14:34:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34: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-28 14:34:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875747>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '7b913ef7-feab-5fb5-a268-6e4bfbc4143b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875747',
'listing': 'auction',
'location': 'France - "TEA NANTES"',
'make': 'Opel',
'model': 'Astra',
'odometer': 72745,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-29',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Astra SW 1,2 TURBO 130 CV BVA GS',
'transmission': 'automatic',
'trim': 'OPEL SW 1,2 TURBO 130 CV BVA GS',
'vin': None,
'year': 2024}
2026-03-28 14:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:33 [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-28 14:34:33 [ecarstrade.be] INFO: Saving data for 6875747auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679092.453626, 'last_price_update_time': 1774708473.339594}
2026-03-28 14:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875747auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6898138> (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-28 14:34:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6898132> (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-28 14:34:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:35 [ecarstrade.be] INFO: Extracting details for car 6898138auction87925
2026-03-28 14:34:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1916b4a1-fc81-5c2f-a73d-a83846554990 with identifier: 6898138auction87925
2026-03-28 14:34:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1916b4a1-fc81-5c2f-a73d-a83846554990 with scrape type 2
2026-03-28 14:34:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1916b4a1-fc81-5c2f-a73d-a83846554990 with scrape type 2
2026-03-28 14:34:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1916b4a1-fc81-5c2f-a73d-a83846554990, identifier: 6898138auction87925
2026-03-28 14:34:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1916b4a1-fc81-5c2f-a73d-a83846554990 with identifier: 6898138auction87925
2026-03-28 14:34:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1916b4a1-fc81-5c2f-a73d-a83846554990 with identifier: 6898138auction87925
2026-03-28 14:34:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1916b4a1-fc81-5c2f-a73d-a83846554990 with identifier: 6898138auction87925 to the API
2026-03-28 14:34:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34: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-28 14:34:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6898138>
{'auction_title': '',
'c_o_2_emission_value': 233,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Diesel',
'id': '1916b4a1-fc81-5c2f-a73d-a83846554990',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6898138',
'listing': 'auction',
'location': 'France - "TEA Marseille ESTAQUE"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 89459,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-20',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT Boxer 2.2 HDI 130 335 L2H2 3.5T 2.2 HDI 140 BVM + Nav + '
'camera recul + grip control',
'transmission': 'manual',
'trim': 'PEUGEOT 2.2 HDI 130 335 L2H2 3.5T 2.2 HDI 140 BVM + Nav + camera '
'recul + grip control',
'vin': None,
'year': 2023}
2026-03-28 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276898138auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:36 [ecarstrade.be] INFO: Saving data for 6898138auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679121.484954, 'last_price_update_time': 1774708476.23443}
2026-03-28 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6898138auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:36 [ecarstrade.be] INFO: Extracting details for car 6898132auction87925
2026-03-28 14:34:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875748> (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-28 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-28 14:34:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65129d06-60f1-505b-a070-14823824255c with identifier: 6898132auction87925
2026-03-28 14:34:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65129d06-60f1-505b-a070-14823824255c with scrape type 2
2026-03-28 14:34:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65129d06-60f1-505b-a070-14823824255c with scrape type 2
2026-03-28 14:34:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 65129d06-60f1-505b-a070-14823824255c, identifier: 6898132auction87925
2026-03-28 14:34:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 65129d06-60f1-505b-a070-14823824255c with identifier: 6898132auction87925
2026-03-28 14:34:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 65129d06-60f1-505b-a070-14823824255c with identifier: 6898132auction87925
2026-03-28 14:34:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 65129d06-60f1-505b-a070-14823824255c with identifier: 6898132auction87925 to the API
2026-03-28 14:34:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34: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-28 14:34:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6898132>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '65129d06-60f1-505b-a070-14823824255c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6898132',
'listing': 'auction',
'location': 'France - "TEA NANTES"',
'make': 'Ford',
'model': 'Focus',
'odometer': 76414,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-11',
'seats_number': None,
'seller_name': None,
'title': 'FORD Focus 1.0 125 CV FLEXIFUEL BVM ST LINE X',
'transmission': 'manual',
'trim': 'FORD 1.0 125 CV FLEXIFUEL BVM ST LINE X',
'vin': None,
'year': 2023}
2026-03-28 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276898132auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:36 [ecarstrade.be] INFO: Saving data for 6898132auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679150.928817, 'last_price_update_time': 1774708476.622406}
2026-03-28 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6898132auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:36 [ecarstrade.be] INFO: Extracting details for car 6875748auction87925
2026-03-28 14:34:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9837eaf9-2797-52ad-90b6-191de4d54069 with identifier: 6875748auction87925
2026-03-28 14:34:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9837eaf9-2797-52ad-90b6-191de4d54069 with scrape type 2
2026-03-28 14:34:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9837eaf9-2797-52ad-90b6-191de4d54069 with scrape type 2
2026-03-28 14:34:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9837eaf9-2797-52ad-90b6-191de4d54069, identifier: 6875748auction87925
2026-03-28 14:34:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9837eaf9-2797-52ad-90b6-191de4d54069 with identifier: 6875748auction87925
2026-03-28 14:34:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9837eaf9-2797-52ad-90b6-191de4d54069 with identifier: 6875748auction87925
2026-03-28 14:34:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9837eaf9-2797-52ad-90b6-191de4d54069 with identifier: 6875748auction87925 to the API
2026-03-28 14:34:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34: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-28 14:34:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875748>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '9837eaf9-2797-52ad-90b6-191de4d54069',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875748',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Opel',
'model': 'Astra',
'odometer': 73594,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-30',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Astra SW 1,2 TURBO 130 CV BVA GS',
'transmission': 'manual',
'trim': 'OPEL SW 1,2 TURBO 130 CV BVA GS',
'vin': None,
'year': 2024}
2026-03-28 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276875748auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:37 [ecarstrade.be] INFO: Saving data for 6875748auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679091.879432, 'last_price_update_time': 1774708477.024793}
2026-03-28 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875748auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6898139> (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-28 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-28 14:34:37 [ecarstrade.be] INFO: Extracting details for car 6898139auction87925
2026-03-28 14:34:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7a08ec6-05fa-56b3-a3dd-772dc4e082e6 with identifier: 6898139auction87925
2026-03-28 14:34:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7a08ec6-05fa-56b3-a3dd-772dc4e082e6 with scrape type 2
2026-03-28 14:34:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7a08ec6-05fa-56b3-a3dd-772dc4e082e6 with scrape type 2
2026-03-28 14:34:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d7a08ec6-05fa-56b3-a3dd-772dc4e082e6, identifier: 6898139auction87925
2026-03-28 14:34:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d7a08ec6-05fa-56b3-a3dd-772dc4e082e6 with identifier: 6898139auction87925
2026-03-28 14:34:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d7a08ec6-05fa-56b3-a3dd-772dc4e082e6 with identifier: 6898139auction87925
2026-03-28 14:34:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d7a08ec6-05fa-56b3-a3dd-772dc4e082e6 with identifier: 6898139auction87925 to the API
2026-03-28 14:34:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6898139>
{'auction_title': '',
'c_o_2_emission_value': 174,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Diesel',
'id': 'd7a08ec6-05fa-56b3-a3dd-772dc4e082e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6898139',
'listing': 'auction',
'location': 'France - "TEA Marseille ESTAQUE"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 84229,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-30',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT Expert M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'PEUGEOT M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2023}
2026-03-28 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276898139auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:37 [ecarstrade.be] INFO: Saving data for 6898139auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679126.490239, 'last_price_update_time': 1774708477.736806}
2026-03-28 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6898139auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6949444> (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-28 14:34:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:39 [ecarstrade.be] INFO: Extracting details for car 6949444auction87925
2026-03-28 14:34:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6c6acb7-241e-5020-82d8-7191277c37ab with identifier: 6949444auction87925
2026-03-28 14:34:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6c6acb7-241e-5020-82d8-7191277c37ab with scrape type 2
2026-03-28 14:34:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6c6acb7-241e-5020-82d8-7191277c37ab with scrape type 2
2026-03-28 14:34:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6c6acb7-241e-5020-82d8-7191277c37ab, identifier: 6949444auction87925
2026-03-28 14:34:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6c6acb7-241e-5020-82d8-7191277c37ab with identifier: 6949444auction87925
2026-03-28 14:34:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6c6acb7-241e-5020-82d8-7191277c37ab with identifier: 6949444auction87925
2026-03-28 14:34:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6c6acb7-241e-5020-82d8-7191277c37ab with identifier: 6949444auction87925 to the API
2026-03-28 14:34:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34: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-28 14:34:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6949444>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'e6c6acb7-241e-5020-82d8-7191277c37ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6949444',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 83734,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-15',
'seats_number': None,
'seller_name': None,
'title': 'FORD Kuga Kuga 2.5 Duratec FHEV 190 ch FlexiFuel Powershift ST-Line',
'transmission': 'automatic',
'trim': 'FORD 2.5 Duratec FHEV 190 ch FlexiFuel Powershift ST-Line',
'vin': None,
'year': 2023}
2026-03-28 14:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276949444auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:39 [ecarstrade.be] INFO: Saving data for 6949444auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773139338.324667, 'last_price_update_time': 1774708479.563271}
2026-03-28 14:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6949444auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6949457> (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-28 14:34:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:39 [ecarstrade.be] INFO: Extracting details for car 6949457auction87925
2026-03-28 14:34:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b67dee71-4dcf-56fd-bf8c-2ae6673367ec with identifier: 6949457auction87925
2026-03-28 14:34:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b67dee71-4dcf-56fd-bf8c-2ae6673367ec with scrape type 2
2026-03-28 14:34:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b67dee71-4dcf-56fd-bf8c-2ae6673367ec with scrape type 2
2026-03-28 14:34:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b67dee71-4dcf-56fd-bf8c-2ae6673367ec, identifier: 6949457auction87925
2026-03-28 14:34:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b67dee71-4dcf-56fd-bf8c-2ae6673367ec with identifier: 6949457auction87925
2026-03-28 14:34:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b67dee71-4dcf-56fd-bf8c-2ae6673367ec with identifier: 6949457auction87925
2026-03-28 14:34:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b67dee71-4dcf-56fd-bf8c-2ae6673367ec with identifier: 6949457auction87925 to the API
2026-03-28 14:34:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34: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-28 14:34:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6949457>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'b67dee71-4dcf-56fd-bf8c-2ae6673367ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6949457',
'listing': 'auction',
'location': 'France - "HERTZ ORLY"',
'make': 'Opel',
'model': 'Astra',
'odometer': 70042,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-29',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Astra 1.2 SPORT TOURER TURBO 130CV BVA8 GS',
'transmission': 'automatic',
'trim': 'OPEL 1.2 SPORT TOURER TURBO 130CV BVA8 GS',
'vin': None,
'year': 2024}
2026-03-28 14:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949457auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:40 [ecarstrade.be] INFO: Saving data for 6949457auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773139327.781342, 'last_price_update_time': 1774708480.05948}
2026-03-28 14:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6949457auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6949434> (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-28 14:34:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:42 [ecarstrade.be] INFO: Extracting details for car 6949434auction87925
2026-03-28 14:34:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c04a2a3-f6d0-5aea-9c03-b885f7608a96 with identifier: 6949434auction87925
2026-03-28 14:34:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c04a2a3-f6d0-5aea-9c03-b885f7608a96 with scrape type 2
2026-03-28 14:34:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c04a2a3-f6d0-5aea-9c03-b885f7608a96 with scrape type 2
2026-03-28 14:34:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c04a2a3-f6d0-5aea-9c03-b885f7608a96, identifier: 6949434auction87925
2026-03-28 14:34:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c04a2a3-f6d0-5aea-9c03-b885f7608a96 with identifier: 6949434auction87925
2026-03-28 14:34:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c04a2a3-f6d0-5aea-9c03-b885f7608a96 with identifier: 6949434auction87925
2026-03-28 14:34:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c04a2a3-f6d0-5aea-9c03-b885f7608a96 with identifier: 6949434auction87925 to the API
2026-03-28 14:34:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6949434>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '9c04a2a3-f6d0-5aea-9c03-b885f7608a96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6949434',
'listing': 'auction',
'location': 'France - "HERTZ NICE"',
'make': 'BMW',
'model': '118',
'odometer': 56770,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-17',
'seats_number': None,
'seller_name': None,
'title': 'BMW SERIE 1\xa0\xa0\xa0\xa0 118iA 136ch BVA Sport edition',
'transmission': 'automatic',
'trim': 'SERIE 1\xa0\xa0\xa0\xa0 iA 136ch BVA Sport edition',
'vin': None,
'year': 2023}
2026-03-28 14:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949434auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:43 [ecarstrade.be] INFO: Saving data for 6949434auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773139396.65319, 'last_price_update_time': 1774708483.328099}
2026-03-28 14:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6949434auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959582> (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-28 14:34:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:43 [ecarstrade.be] INFO: Extracting details for car 6959582auction87925
2026-03-28 14:34:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99eca40a-4bcc-538b-abb8-ab203ba0df1d with identifier: 6959582auction87925
2026-03-28 14:34:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99eca40a-4bcc-538b-abb8-ab203ba0df1d with scrape type 2
2026-03-28 14:34:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99eca40a-4bcc-538b-abb8-ab203ba0df1d with scrape type 2
2026-03-28 14:34:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99eca40a-4bcc-538b-abb8-ab203ba0df1d, identifier: 6959582auction87925
2026-03-28 14:34:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99eca40a-4bcc-538b-abb8-ab203ba0df1d with identifier: 6959582auction87925
2026-03-28 14:34:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99eca40a-4bcc-538b-abb8-ab203ba0df1d with identifier: 6959582auction87925
2026-03-28 14:34:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99eca40a-4bcc-538b-abb8-ab203ba0df1d with identifier: 6959582auction87925 to the API
2026-03-28 14:34:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959582>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '99eca40a-4bcc-538b-abb8-ab203ba0df1d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959582',
'listing': 'auction',
'location': 'France - "F2S Montereau sur le Jard (77)"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 59799,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-03',
'seats_number': None,
'seller_name': None,
'title': 'CITROËN C3 Aircross 1.2 PureTech 110 S&S PLUS BVM6',
'transmission': 'manual',
'trim': 'CITROËN 1.2 PureTech 110 S&S PLUS BVM6',
'vin': None,
'year': 2024}
2026-03-28 14:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959582auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:43 [ecarstrade.be] INFO: Saving data for 6959582auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773369414.755462, 'last_price_update_time': 1774708483.830403}
2026-03-28 14:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959582auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959609> (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-28 14:34:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6949461> (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-28 14:34:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:43 [ecarstrade.be] INFO: Extracting details for car 6959609auction87925
2026-03-28 14:34:43 [ecarstrade.be] INFO: Extracting details for car 6949461auction87925
2026-03-28 14:34:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd13d020-ce08-522e-b161-a936e8a6a7a6 with identifier: 6959609auction87925
2026-03-28 14:34:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd13d020-ce08-522e-b161-a936e8a6a7a6 with scrape type 2
2026-03-28 14:34:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd13d020-ce08-522e-b161-a936e8a6a7a6 with scrape type 2
2026-03-28 14:34:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd13d020-ce08-522e-b161-a936e8a6a7a6, identifier: 6959609auction87925
2026-03-28 14:34:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 427152cd-8758-5810-b9c8-cf1dc024c40b with identifier: 6949461auction87925
2026-03-28 14:34:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 427152cd-8758-5810-b9c8-cf1dc024c40b with scrape type 2
2026-03-28 14:34:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 427152cd-8758-5810-b9c8-cf1dc024c40b with scrape type 2
2026-03-28 14:34:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 427152cd-8758-5810-b9c8-cf1dc024c40b, identifier: 6949461auction87925
2026-03-28 14:34:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd13d020-ce08-522e-b161-a936e8a6a7a6 with identifier: 6959609auction87925
2026-03-28 14:34:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd13d020-ce08-522e-b161-a936e8a6a7a6 with identifier: 6959609auction87925
2026-03-28 14:34:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd13d020-ce08-522e-b161-a936e8a6a7a6 with identifier: 6959609auction87925 to the API
2026-03-28 14:34:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:34:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959609>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'dd13d020-ce08-522e-b161-a936e8a6a7a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959609',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 55718,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-29',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Corsa 1.2 TURBO 100ch EDITION BVM',
'transmission': 'manual',
'trim': 'OPEL 1.2 TURBO 100ch EDITION BVM',
'vin': None,
'year': 2024}
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276959609auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:45 [ecarstrade.be] INFO: Saving data for 6959609auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774280948.296019, 'last_price_update_time': 1774708485.347591}
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959609auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 427152cd-8758-5810-b9c8-cf1dc024c40b with identifier: 6949461auction87925
2026-03-28 14:34:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 427152cd-8758-5810-b9c8-cf1dc024c40b with identifier: 6949461auction87925
2026-03-28 14:34:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 427152cd-8758-5810-b9c8-cf1dc024c40b with identifier: 6949461auction87925 to the API
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:34:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6949461>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '427152cd-8758-5810-b9c8-cf1dc024c40b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6949461',
'listing': 'auction',
'location': 'France - "TEA BOUCHAIN"',
'make': 'Opel',
'model': 'Astra',
'odometer': 74348,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-29',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Astra Sports Tourer 1.2 Turbo 130 GS BVM',
'transmission': 'manual',
'trim': 'OPEL Sports Tourer 1.2 Turbo 130 GS BVM',
'vin': None,
'year': 2024}
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276949461auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:45 [ecarstrade.be] INFO: Saving data for 6949461auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773139322.473315, 'last_price_update_time': 1774708485.629979}
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6949461auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:45 [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-28 14:34:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:34:45 [ecarstrade.be] INFO: Found listing with ID: 6983218auction87925
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276983218auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:45 [ecarstrade.be] INFO: Scrape type for 6983218auction87925: 0
2026-03-28 14:34:45 [ecarstrade.be] INFO: Found listing with ID: 6983222auction87925
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276983222auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:45 [ecarstrade.be] INFO: Scrape type for 6983222auction87925: 0
2026-03-28 14:34:45 [ecarstrade.be] INFO: Found listing with ID: 6983224auction87925
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276983224auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:45 [ecarstrade.be] INFO: Scrape type for 6983224auction87925: 2
2026-03-28 14:34:45 [ecarstrade.be] INFO: Found listing with ID: 6983225auction87925
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276983225auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:45 [ecarstrade.be] INFO: Scrape type for 6983225auction87925: 2
2026-03-28 14:34:45 [ecarstrade.be] INFO: Found listing with ID: 6983228auction87925
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276983228auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:45 [ecarstrade.be] INFO: Scrape type for 6983228auction87925: 2
2026-03-28 14:34:45 [ecarstrade.be] INFO: Found listing with ID: 6985957auction87925
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276985957auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:45 [ecarstrade.be] INFO: Scrape type for 6985957auction87925: 0
2026-03-28 14:34:45 [ecarstrade.be] INFO: Found listing with ID: 6985958auction87925
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276985958auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:45 [ecarstrade.be] INFO: Scrape type for 6985958auction87925: 0
2026-03-28 14:34:45 [ecarstrade.be] INFO: Found listing with ID: 6992420auction87925
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276992420auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:45 [ecarstrade.be] INFO: Scrape type for 6992420auction87925: 2
2026-03-28 14:34:45 [ecarstrade.be] INFO: Found listing with ID: 6995793auction87925
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276995793auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:45 [ecarstrade.be] INFO: Scrape type for 6995793auction87925: 0
2026-03-28 14:34:45 [ecarstrade.be] INFO: Found listing with ID: 6995794auction87925
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276995794auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:45 [ecarstrade.be] INFO: Scrape type for 6995794auction87925: 0
2026-03-28 14:34:45 [ecarstrade.be] INFO: Found listing with ID: 6995796auction87925
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276995796auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:45 [ecarstrade.be] INFO: Scrape type for 6995796auction87925: 0
2026-03-28 14:34:45 [ecarstrade.be] INFO: Found listing with ID: 6995797auction87925
2026-03-28 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:46 [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-28 14:34:46 [ecarstrade.be] INFO: Scrape type for 6995797auction87925: 0
2026-03-28 14:34:46 [ecarstrade.be] INFO: Found listing with ID: 6995799auction87925
2026-03-28 14:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:46 [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-28 14:34:46 [ecarstrade.be] INFO: Scrape type for 6995799auction87925: 0
2026-03-28 14:34:46 [ecarstrade.be] INFO: Found listing with ID: 6995800auction87925
2026-03-28 14:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:46 [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-28 14:34:46 [ecarstrade.be] INFO: Scrape type for 6995800auction87925: 0
2026-03-28 14:34:46 [ecarstrade.be] INFO: Found listing with ID: 6995801auction87925
2026-03-28 14:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:46 [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-28 14:34:46 [ecarstrade.be] INFO: Scrape type for 6995801auction87925: 0
2026-03-28 14:34:46 [ecarstrade.be] INFO: Found listing with ID: 6995802auction87925
2026-03-28 14:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:46 [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-28 14:34:46 [ecarstrade.be] INFO: Scrape type for 6995802auction87925: 0
2026-03-28 14:34:46 [ecarstrade.be] INFO: Found listing with ID: 6995803auction87925
2026-03-28 14:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:46 [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-28 14:34:46 [ecarstrade.be] INFO: Scrape type for 6995803auction87925: 0
2026-03-28 14:34:46 [ecarstrade.be] INFO: Found listing with ID: 6995804auction87925
2026-03-28 14:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:46 [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-28 14:34:46 [ecarstrade.be] INFO: Scrape type for 6995804auction87925: 0
2026-03-28 14:34:46 [ecarstrade.be] INFO: Found listing with ID: 6995805auction87925
2026-03-28 14:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:46 [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-28 14:34:46 [ecarstrade.be] INFO: Scrape type for 6995805auction87925: 0
2026-03-28 14:34:46 [ecarstrade.be] INFO: Found listing with ID: 6995806auction87925
2026-03-28 14:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:46 [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-28 14:34:46 [ecarstrade.be] INFO: Scrape type for 6995806auction87925: 0
2026-03-28 14:34:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983201> (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-28 14:34:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:46 [ecarstrade.be] INFO: Extracting details for car 6983201auction87925
2026-03-28 14:34:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1b15b55-51c1-5c97-b13e-cc5706fcbc83 with identifier: 6983201auction87925
2026-03-28 14:34:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1b15b55-51c1-5c97-b13e-cc5706fcbc83 with scrape type 2
2026-03-28 14:34:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1b15b55-51c1-5c97-b13e-cc5706fcbc83 with scrape type 2
2026-03-28 14:34:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e1b15b55-51c1-5c97-b13e-cc5706fcbc83, identifier: 6983201auction87925
2026-03-28 14:34:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e1b15b55-51c1-5c97-b13e-cc5706fcbc83 with identifier: 6983201auction87925
2026-03-28 14:34:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e1b15b55-51c1-5c97-b13e-cc5706fcbc83 with identifier: 6983201auction87925
2026-03-28 14:34:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e1b15b55-51c1-5c97-b13e-cc5706fcbc83 with identifier: 6983201auction87925 to the API
2026-03-28 14:34:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34: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-28 14:34:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983201>
{'auction_title': '',
'c_o_2_emission_value': 174,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Diesel',
'id': 'e1b15b55-51c1-5c97-b13e-cc5706fcbc83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983201',
'listing': 'auction',
'location': 'France - "TEA Marseille ESTAQUE"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 85837,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-30',
'seats_number': None,
'seller_name': None,
'title': 'CITROËN Jumpy 1.5 BlueHDi 120 S&S M BVM6 + pack driver + moduwork',
'transmission': 'manual',
'trim': 'CITROËN 1.5 BlueHDi 120 S&S M BVM6 + pack driver + moduwork',
'vin': None,
'year': 2023}
2026-03-28 14:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:46 [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-28 14:34:46 [ecarstrade.be] INFO: Saving data for 6983201auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961863.662846, 'last_price_update_time': 1774708486.74546}
2026-03-28 14:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983201auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959627> (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-28 14:34:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:47 [ecarstrade.be] INFO: Extracting details for car 6959627auction87925
2026-03-28 14:34:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 612766ba-06f3-5db8-9ff2-5028b2ae0c90 with identifier: 6959627auction87925
2026-03-28 14:34:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 612766ba-06f3-5db8-9ff2-5028b2ae0c90 with scrape type 2
2026-03-28 14:34:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 612766ba-06f3-5db8-9ff2-5028b2ae0c90 with scrape type 2
2026-03-28 14:34:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 612766ba-06f3-5db8-9ff2-5028b2ae0c90, identifier: 6959627auction87925
2026-03-28 14:34:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 612766ba-06f3-5db8-9ff2-5028b2ae0c90 with identifier: 6959627auction87925
2026-03-28 14:34:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 612766ba-06f3-5db8-9ff2-5028b2ae0c90 with identifier: 6959627auction87925
2026-03-28 14:34:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 612766ba-06f3-5db8-9ff2-5028b2ae0c90 with identifier: 6959627auction87925 to the API
2026-03-28 14:34:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:34:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959627>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '612766ba-06f3-5db8-9ff2-5028b2ae0c90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959627',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 65941,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-28',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Crossland 1.2 Elegance 110ch BVM',
'transmission': 'manual',
'trim': 'OPEL Crossland 1.2 Elegance 110ch BVM',
'vin': None,
'year': 2023}
2026-03-28 14:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276959627auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:48 [ecarstrade.be] INFO: Saving data for 6959627auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773369452.258347, 'last_price_update_time': 1774708488.336903}
2026-03-28 14:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959627auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983216> (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-28 14:34:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:49 [ecarstrade.be] INFO: Extracting details for car 6983216auction87925
2026-03-28 14:34:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb953fe7-a63d-5799-8124-f02a1bfe9f7e with identifier: 6983216auction87925
2026-03-28 14:34:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb953fe7-a63d-5799-8124-f02a1bfe9f7e with scrape type 2
2026-03-28 14:34:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb953fe7-a63d-5799-8124-f02a1bfe9f7e with scrape type 2
2026-03-28 14:34:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb953fe7-a63d-5799-8124-f02a1bfe9f7e, identifier: 6983216auction87925
2026-03-28 14:34:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb953fe7-a63d-5799-8124-f02a1bfe9f7e with identifier: 6983216auction87925
2026-03-28 14:34:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb953fe7-a63d-5799-8124-f02a1bfe9f7e with identifier: 6983216auction87925
2026-03-28 14:34:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb953fe7-a63d-5799-8124-f02a1bfe9f7e with identifier: 6983216auction87925 to the API
2026-03-28 14:34:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:34:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983216>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'fb953fe7-a63d-5799-8124-f02a1bfe9f7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983216',
'listing': 'auction',
'location': 'France - "TEA NANTES"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 55404,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-29',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Corsa 1.2 100 TURBO Elegance Business BVM',
'transmission': 'manual',
'trim': 'OPEL 1.2 100 TURBO Elegance Business BVM',
'vin': None,
'year': 2023}
2026-03-28 14:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983216auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:50 [ecarstrade.be] INFO: Saving data for 6983216auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961954.937256, 'last_price_update_time': 1774708490.117344}
2026-03-28 14:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983216auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983209> (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-28 14:34:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:50 [ecarstrade.be] INFO: Extracting details for car 6983209auction87925
2026-03-28 14:34:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46b303a1-32b1-53a3-bcd6-82dd8f387a2a with identifier: 6983209auction87925
2026-03-28 14:34:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46b303a1-32b1-53a3-bcd6-82dd8f387a2a with scrape type 2
2026-03-28 14:34:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46b303a1-32b1-53a3-bcd6-82dd8f387a2a with scrape type 2
2026-03-28 14:34:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 46b303a1-32b1-53a3-bcd6-82dd8f387a2a, identifier: 6983209auction87925
2026-03-28 14:34:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 46b303a1-32b1-53a3-bcd6-82dd8f387a2a with identifier: 6983209auction87925
2026-03-28 14:34:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 46b303a1-32b1-53a3-bcd6-82dd8f387a2a with identifier: 6983209auction87925
2026-03-28 14:34:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 46b303a1-32b1-53a3-bcd6-82dd8f387a2a with identifier: 6983209auction87925 to the API
2026-03-28 14:34:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34: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-28 14:34:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983209>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '46b303a1-32b1-53a3-bcd6-82dd8f387a2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983209',
'listing': 'auction',
'location': 'France - "HERTZ ORLY"',
'make': 'Mitsubishi',
'model': 'Eclipse Cross',
'odometer': 93787,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-11',
'seats_number': None,
'seller_name': None,
'title': 'MITSUBISHI Eclipse Cross PHEV 4WD Intense Design',
'transmission': 'automatic',
'trim': 'MITSUBISHI PHEV 4WD Intense Design',
'vin': None,
'year': 2023}
2026-03-28 14:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983209auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:51 [ecarstrade.be] INFO: Saving data for 6983209auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961862.214761, 'last_price_update_time': 1774708491.326673}
2026-03-28 14:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983209auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983206> (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-28 14:34:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:51 [ecarstrade.be] INFO: Extracting details for car 6983206auction87925
2026-03-28 14:34:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d9b6b44-d6a7-5e9c-a8c4-ee556bb3bbca with identifier: 6983206auction87925
2026-03-28 14:34:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d9b6b44-d6a7-5e9c-a8c4-ee556bb3bbca with scrape type 2
2026-03-28 14:34:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d9b6b44-d6a7-5e9c-a8c4-ee556bb3bbca with scrape type 2
2026-03-28 14:34:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2d9b6b44-d6a7-5e9c-a8c4-ee556bb3bbca, identifier: 6983206auction87925
2026-03-28 14:34:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2d9b6b44-d6a7-5e9c-a8c4-ee556bb3bbca with identifier: 6983206auction87925
2026-03-28 14:34:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2d9b6b44-d6a7-5e9c-a8c4-ee556bb3bbca with identifier: 6983206auction87925
2026-03-28 14:34:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2d9b6b44-d6a7-5e9c-a8c4-ee556bb3bbca with identifier: 6983206auction87925 to the API
2026-03-28 14:34:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34: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-28 14:34:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983206>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '2d9b6b44-d6a7-5e9c-a8c4-ee556bb3bbca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983206',
'listing': 'auction',
'location': 'France - "HERTZ ORLY"',
'make': 'Hyundai',
'model': 'i30',
'odometer': 69954,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-15',
'seats_number': None,
'seller_name': None,
'title': 'HYUNDAI i30 1.0 T-GDI SW 120cv 48V-Mildhybrid Creative DCT7',
'transmission': 'automatic',
'trim': 'HYUNDAI 1.0 T-GDI SW 120cv 48V-Mildhybrid Creative DCT7',
'vin': None,
'year': 2024}
2026-03-28 14:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:52 [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-28 14:34:52 [ecarstrade.be] INFO: Saving data for 6983206auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961921.69807, 'last_price_update_time': 1774708492.344797}
2026-03-28 14:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983206auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6968504> (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-28 14:34:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:53 [ecarstrade.be] INFO: Extracting details for car 6968504auction87925
2026-03-28 14:34:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6deacfd-6814-5fba-8686-b63489ad839b with identifier: 6968504auction87925
2026-03-28 14:34:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6deacfd-6814-5fba-8686-b63489ad839b with scrape type 2
2026-03-28 14:34:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6deacfd-6814-5fba-8686-b63489ad839b with scrape type 2
2026-03-28 14:34:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6deacfd-6814-5fba-8686-b63489ad839b, identifier: 6968504auction87925
2026-03-28 14:34:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6deacfd-6814-5fba-8686-b63489ad839b with identifier: 6968504auction87925
2026-03-28 14:34:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6deacfd-6814-5fba-8686-b63489ad839b with identifier: 6968504auction87925
2026-03-28 14:34:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6deacfd-6814-5fba-8686-b63489ad839b with identifier: 6968504auction87925 to the API
2026-03-28 14:34:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34: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-28 14:34:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6968504>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'b6deacfd-6814-5fba-8686-b63489ad839b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6968504',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 59322,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-31',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Corsa 1.2 TURBO 100ch EDITION BVM',
'transmission': 'manual',
'trim': 'OPEL 1.2 TURBO 100ch EDITION BVM',
'vin': None,
'year': 2023}
2026-03-28 14:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:54 [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-28 14:34:54 [ecarstrade.be] INFO: Saving data for 6968504auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773700661.855002, 'last_price_update_time': 1774708494.333411}
2026-03-28 14:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968504auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6978828> (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-28 14:34:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:54 [ecarstrade.be] INFO: Extracting details for car 6978828auction87925
2026-03-28 14:34:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce27dc44-b27c-5906-a9dd-3316e490fd7d with identifier: 6978828auction87925
2026-03-28 14:34:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce27dc44-b27c-5906-a9dd-3316e490fd7d with scrape type 2
2026-03-28 14:34:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce27dc44-b27c-5906-a9dd-3316e490fd7d with scrape type 2
2026-03-28 14:34:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce27dc44-b27c-5906-a9dd-3316e490fd7d, identifier: 6978828auction87925
2026-03-28 14:34:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce27dc44-b27c-5906-a9dd-3316e490fd7d with identifier: 6978828auction87925
2026-03-28 14:34:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce27dc44-b27c-5906-a9dd-3316e490fd7d with identifier: 6978828auction87925
2026-03-28 14:34:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce27dc44-b27c-5906-a9dd-3316e490fd7d with identifier: 6978828auction87925 to the API
2026-03-28 14:34:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34: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-28 14:34:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6978828>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'ce27dc44-b27c-5906-a9dd-3316e490fd7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6978828',
'listing': 'auction',
'location': 'France - "HERTZ NICE"',
'make': 'Renault',
'model': 'Austral',
'odometer': 75677,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-18',
'seats_number': None,
'seller_name': None,
'title': 'RENAULT AUSTRAL techno esprit Alpine mild hybrid 160 EDC',
'transmission': 'automatic',
'trim': 'RENAULT AUSTRAL techno esprit Alpine mild hybrid 160 EDC',
'vin': None,
'year': 2024}
2026-03-28 14:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978828auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:34:55 [ecarstrade.be] INFO: Saving data for 6978828auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773856194.6681, 'last_price_update_time': 1774708495.089315}
2026-03-28 14:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6978828auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959649> (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-28 14:34:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:56 [ecarstrade.be] INFO: Extracting details for car 6959649auction87925
2026-03-28 14:34:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 061e34ee-f98a-5f20-95a7-edabf86dd788 with identifier: 6959649auction87925
2026-03-28 14:34:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 061e34ee-f98a-5f20-95a7-edabf86dd788 with scrape type 2
2026-03-28 14:34:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 061e34ee-f98a-5f20-95a7-edabf86dd788 with scrape type 2
2026-03-28 14:34:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 061e34ee-f98a-5f20-95a7-edabf86dd788, identifier: 6959649auction87925
2026-03-28 14:34:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 061e34ee-f98a-5f20-95a7-edabf86dd788 with identifier: 6959649auction87925
2026-03-28 14:34:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 061e34ee-f98a-5f20-95a7-edabf86dd788 with identifier: 6959649auction87925
2026-03-28 14:34:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 061e34ee-f98a-5f20-95a7-edabf86dd788 with identifier: 6959649auction87925 to the API
2026-03-28 14:34:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:34: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-28 14:34:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959649>
{'auction_title': '',
'c_o_2_emission_value': 215,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Diesel',
'id': '061e34ee-f98a-5f20-95a7-edabf86dd788',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959649',
'listing': 'auction',
'location': 'France - "TEA NANTES"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 88734,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-26',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT Boxer 2,0 HDI 140 CV BVM L2H2 35T PACK URBAIN',
'transmission': 'manual',
'trim': 'PEUGEOT 2,0 HDI 140 CV BVM L2H2 35T PACK URBAIN',
'vin': None,
'year': 2023}
2026-03-28 14:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:57 [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-28 14:34:57 [ecarstrade.be] INFO: Saving data for 6959649auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773369432.589085, 'last_price_update_time': 1774708497.827326}
2026-03-28 14:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959649auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959632> (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-28 14:34:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:58 [ecarstrade.be] INFO: Extracting details for car 6959632auction87925
2026-03-28 14:34:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28c20dfb-880c-56ab-89fd-f25dabd77b34 with identifier: 6959632auction87925
2026-03-28 14:34:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28c20dfb-880c-56ab-89fd-f25dabd77b34 with scrape type 2
2026-03-28 14:34:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28c20dfb-880c-56ab-89fd-f25dabd77b34 with scrape type 2
2026-03-28 14:34:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 28c20dfb-880c-56ab-89fd-f25dabd77b34, identifier: 6959632auction87925
2026-03-28 14:34:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 28c20dfb-880c-56ab-89fd-f25dabd77b34 with identifier: 6959632auction87925
2026-03-28 14:34:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 28c20dfb-880c-56ab-89fd-f25dabd77b34 with identifier: 6959632auction87925
2026-03-28 14:34:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 28c20dfb-880c-56ab-89fd-f25dabd77b34 with identifier: 6959632auction87925 to the API
2026-03-28 14:34:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:34:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959632>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '28c20dfb-880c-56ab-89fd-f25dabd77b34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959632',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT Orly"',
'make': 'Peugeot',
'model': '2008',
'odometer': 73205,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-23',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 2008 PureTech 130 Allure EAT8',
'transmission': 'automatic',
'trim': 'PEUGEOT PureTech 130 Allure EAT8',
'vin': None,
'year': 2023}
2026-03-28 14:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:59 [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-28 14:34:59 [ecarstrade.be] INFO: Saving data for 6959632auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773369415.261485, 'last_price_update_time': 1774708499.018935}
2026-03-28 14:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959632auction87925') HTTP/1.1" 204 0
2026-03-28 14:34:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959636> (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-28 14:34:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:34:59 [ecarstrade.be] INFO: Extracting details for car 6959636auction87925
2026-03-28 14:34:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 515a64f8-dc1c-5141-989c-f7f6033ad0df with identifier: 6959636auction87925
2026-03-28 14:34:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 515a64f8-dc1c-5141-989c-f7f6033ad0df with scrape type 2
2026-03-28 14:34:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 515a64f8-dc1c-5141-989c-f7f6033ad0df with scrape type 2
2026-03-28 14:34:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 515a64f8-dc1c-5141-989c-f7f6033ad0df, identifier: 6959636auction87925
2026-03-28 14:34:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 515a64f8-dc1c-5141-989c-f7f6033ad0df with identifier: 6959636auction87925
2026-03-28 14:34:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 515a64f8-dc1c-5141-989c-f7f6033ad0df with identifier: 6959636auction87925
2026-03-28 14:34:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 515a64f8-dc1c-5141-989c-f7f6033ad0df with identifier: 6959636auction87925 to the API
2026-03-28 14:34:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959636>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '515a64f8-dc1c-5141-989c-f7f6033ad0df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959636',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Peugeot',
'model': '208',
'odometer': 68879,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-19',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 208 Allure Pack PT 100 BVM6',
'transmission': 'manual',
'trim': 'PEUGEOT Allure Pack PT 100 BVM6',
'vin': None,
'year': 2023}
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959636auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Saving data for 6959636auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773369458.076635, 'last_price_update_time': 1774708500.345353}
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959636auction87925') HTTP/1.1" 204 0
2026-03-28 14:35:00 [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-28 14:35:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013512auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013512auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013512auction111170: 1
2026-03-28 14:35:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013513auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013513auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013513auction111170: 1
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013514auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013514auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013514auction111170: 1
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013515auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013515auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013515auction111170: 1
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013516auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013516auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013516auction111170: 1
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013517auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013517auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013517auction111170: 1
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013518auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013518auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013518auction111170: 1
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013519auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013519auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013519auction111170: 1
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013520auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013520auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013520auction111170: 1
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013521auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013521auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013521auction111170: 1
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013522auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013522auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013522auction111170: 1
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013523auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013523auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013523auction111170: 1
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013524auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013524auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013524auction111170: 1
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013525auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013525auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013525auction111170: 1
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013526auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013526auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013526auction111170: 1
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013527auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013527auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013527auction111170: 1
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013528auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013528auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:00 [ecarstrade.be] INFO: Scrape type for 7013528auction111170: 1
2026-03-28 14:35:00 [ecarstrade.be] INFO: Found listing with ID: 7013529auction111170
2026-03-28 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013529auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:01 [ecarstrade.be] INFO: Scrape type for 7013529auction111170: 1
2026-03-28 14:35:01 [ecarstrade.be] INFO: Found listing with ID: 7013530auction111170
2026-03-28 14:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013530auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:01 [ecarstrade.be] INFO: Scrape type for 7013530auction111170: 1
2026-03-28 14:35:01 [ecarstrade.be] INFO: Found listing with ID: 7013531auction111170
2026-03-28 14:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013531auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:01 [ecarstrade.be] INFO: Scrape type for 7013531auction111170: 1
2026-03-28 14:35:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6861910> (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-28 14:35:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:01 [ecarstrade.be] INFO: Extracting details for car 6861910auction87925
2026-03-28 14:35:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed2a79ae-8338-56b4-87c4-5a2ac9d21326 with identifier: 6861910auction87925
2026-03-28 14:35:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed2a79ae-8338-56b4-87c4-5a2ac9d21326 with scrape type 2
2026-03-28 14:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed2a79ae-8338-56b4-87c4-5a2ac9d21326 with scrape type 2
2026-03-28 14:35:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ed2a79ae-8338-56b4-87c4-5a2ac9d21326, identifier: 6861910auction87925
2026-03-28 14:35:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ed2a79ae-8338-56b4-87c4-5a2ac9d21326 with identifier: 6861910auction87925
2026-03-28 14:35:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ed2a79ae-8338-56b4-87c4-5a2ac9d21326 with identifier: 6861910auction87925
2026-03-28 14:35:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ed2a79ae-8338-56b4-87c4-5a2ac9d21326 with identifier: 6861910auction87925 to the API
2026-03-28 14:35:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6861910>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'ed2a79ae-8338-56b4-87c4-5a2ac9d21326',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6861910',
'listing': 'auction',
'location': 'France - "HERTZ LYON"',
'make': 'Opel',
'model': 'Astra',
'odometer': 62085,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-29',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Astra 1.2 SPORT TOURER TURBO 130CV BVA8 GS',
'transmission': 'automatic',
'trim': 'OPEL 1.2 SPORT TOURER TURBO 130CV BVA8 GS',
'vin': None,
'year': 2024}
2026-03-28 14:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861910auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:35:02 [ecarstrade.be] INFO: Saving data for 6861910auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774280894.790365, 'last_price_update_time': 1774708502.313526}
2026-03-28 14:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6861910auction87925') HTTP/1.1" 204 0
2026-03-28 14:35:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983224> (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-28 14:35:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:02 [ecarstrade.be] INFO: Extracting details for car 6983224auction87925
2026-03-28 14:35:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad2f6fd0-e743-5e1e-b1cc-6eefe5ce116b with identifier: 6983224auction87925
2026-03-28 14:35:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad2f6fd0-e743-5e1e-b1cc-6eefe5ce116b with scrape type 2
2026-03-28 14:35:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad2f6fd0-e743-5e1e-b1cc-6eefe5ce116b with scrape type 2
2026-03-28 14:35:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ad2f6fd0-e743-5e1e-b1cc-6eefe5ce116b, identifier: 6983224auction87925
2026-03-28 14:35:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ad2f6fd0-e743-5e1e-b1cc-6eefe5ce116b with identifier: 6983224auction87925
2026-03-28 14:35:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ad2f6fd0-e743-5e1e-b1cc-6eefe5ce116b with identifier: 6983224auction87925
2026-03-28 14:35:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ad2f6fd0-e743-5e1e-b1cc-6eefe5ce116b with identifier: 6983224auction87925 to the API
2026-03-28 14:35:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983224>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'ad2f6fd0-e743-5e1e-b1cc-6eefe5ce116b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983224',
'listing': 'auction',
'location': 'France - "TEA Marseille ESTAQUE"',
'make': 'Peugeot',
'model': '2008',
'odometer': 74533,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-11',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 2008\xa0 puretech 100 allure BVM6',
'transmission': 'manual',
'trim': 'PEUGEOT \xa0 puretech 100 allure BVM6',
'vin': None,
'year': 2024}
2026-03-28 14:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983224auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:35:04 [ecarstrade.be] INFO: Saving data for 6983224auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961923.12058, 'last_price_update_time': 1774708504.829769}
2026-03-28 14:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983224auction87925') HTTP/1.1" 204 0
2026-03-28 14:35:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963414> (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-28 14:35:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:04 [ecarstrade.be] INFO: Extracting details for car 6963414auction87925
2026-03-28 14:35:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80c4ca3a-36b0-57b2-b685-c5a0b0b7d59e with identifier: 6963414auction87925
2026-03-28 14:35:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80c4ca3a-36b0-57b2-b685-c5a0b0b7d59e with scrape type 2
2026-03-28 14:35:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80c4ca3a-36b0-57b2-b685-c5a0b0b7d59e with scrape type 2
2026-03-28 14:35:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 80c4ca3a-36b0-57b2-b685-c5a0b0b7d59e, identifier: 6963414auction87925
2026-03-28 14:35:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 80c4ca3a-36b0-57b2-b685-c5a0b0b7d59e with identifier: 6963414auction87925
2026-03-28 14:35:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 80c4ca3a-36b0-57b2-b685-c5a0b0b7d59e with identifier: 6963414auction87925
2026-03-28 14:35:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 80c4ca3a-36b0-57b2-b685-c5a0b0b7d59e with identifier: 6963414auction87925 to the API
2026-03-28 14:35:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6963414>
{'auction_title': '',
'c_o_2_emission_value': 233,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Diesel',
'id': '80c4ca3a-36b0-57b2-b685-c5a0b0b7d59e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6963414',
'listing': 'auction',
'location': 'France - "TEA TOULOUSE"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 94913,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-27',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT Boxer 2.2 HDI 130 335 L2H2 3.5T 2.2 HDI 140 BVM + Nav + '
'camera recul + grip control',
'transmission': 'manual',
'trim': 'PEUGEOT 2.2 HDI 130 335 L2H2 3.5T 2.2 HDI 140 BVM + Nav + camera '
'recul + grip control',
'vin': None,
'year': 2023}
2026-03-28 14:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963414auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:35:05 [ecarstrade.be] INFO: Saving data for 6963414auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773411676.140578, 'last_price_update_time': 1774708505.424318}
2026-03-28 14:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963414auction87925') HTTP/1.1" 204 0
2026-03-28 14:35:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992420> (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-28 14:35:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:05 [ecarstrade.be] INFO: Extracting details for car 6992420auction87925
2026-03-28 14:35:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbde97be-b2c5-596b-b2c1-74ab002eda2e with identifier: 6992420auction87925
2026-03-28 14:35:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbde97be-b2c5-596b-b2c1-74ab002eda2e with scrape type 2
2026-03-28 14:35:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbde97be-b2c5-596b-b2c1-74ab002eda2e with scrape type 2
2026-03-28 14:35:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbde97be-b2c5-596b-b2c1-74ab002eda2e, identifier: 6992420auction87925
2026-03-28 14:35:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbde97be-b2c5-596b-b2c1-74ab002eda2e with identifier: 6992420auction87925
2026-03-28 14:35:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbde97be-b2c5-596b-b2c1-74ab002eda2e with identifier: 6992420auction87925
2026-03-28 14:35:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbde97be-b2c5-596b-b2c1-74ab002eda2e with identifier: 6992420auction87925 to the API
2026-03-28 14:35:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992420>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Diesel',
'id': 'fbde97be-b2c5-596b-b2c1-74ab002eda2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992420',
'listing': 'auction',
'location': 'France - "HERTZ ORLY"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 60797,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-29',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES-BENZ Sprinter 514 CDI 130 CV 43',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ 514 CDI 130 CV 43',
'vin': None,
'year': 2019}
2026-03-28 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992420auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:35:06 [ecarstrade.be] INFO: Saving data for 6992420auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774280977.063846, 'last_price_update_time': 1774708506.012294}
2026-03-28 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992420auction87925') HTTP/1.1" 204 0
2026-03-28 14:35:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983225> (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-28 14:35:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:06 [ecarstrade.be] INFO: Extracting details for car 6983225auction87925
2026-03-28 14:35:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ed2db08-a5a2-52b7-93d3-4af81b6b6863 with identifier: 6983225auction87925
2026-03-28 14:35:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ed2db08-a5a2-52b7-93d3-4af81b6b6863 with scrape type 2
2026-03-28 14:35:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ed2db08-a5a2-52b7-93d3-4af81b6b6863 with scrape type 2
2026-03-28 14:35:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ed2db08-a5a2-52b7-93d3-4af81b6b6863, identifier: 6983225auction87925
2026-03-28 14:35:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ed2db08-a5a2-52b7-93d3-4af81b6b6863 with identifier: 6983225auction87925
2026-03-28 14:35:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ed2db08-a5a2-52b7-93d3-4af81b6b6863 with identifier: 6983225auction87925
2026-03-28 14:35:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ed2db08-a5a2-52b7-93d3-4af81b6b6863 with identifier: 6983225auction87925 to the API
2026-03-28 14:35:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35: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-28 14:35:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983225>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '0ed2db08-a5a2-52b7-93d3-4af81b6b6863',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983225',
'listing': 'auction',
'location': 'France - "HERTZ ORLY"',
'make': 'Peugeot',
'model': '208',
'odometer': 66006,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-31',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 208 ESS 100 Allure BVM6',
'transmission': 'manual',
'trim': 'PEUGEOT ESS 100 Allure BVM6',
'vin': None,
'year': 2024}
2026-03-28 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983225auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:35:06 [ecarstrade.be] INFO: Saving data for 6983225auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961945.191821, 'last_price_update_time': 1774708506.652931}
2026-03-28 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983225auction87925') HTTP/1.1" 204 0
2026-03-28 14:35:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983228> (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-28 14:35:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:06 [ecarstrade.be] INFO: Extracting details for car 6983228auction87925
2026-03-28 14:35:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a63b0b6-8596-523b-a580-fa034ad1c84e with identifier: 6983228auction87925
2026-03-28 14:35:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a63b0b6-8596-523b-a580-fa034ad1c84e with scrape type 2
2026-03-28 14:35:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a63b0b6-8596-523b-a580-fa034ad1c84e with scrape type 2
2026-03-28 14:35:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a63b0b6-8596-523b-a580-fa034ad1c84e, identifier: 6983228auction87925
2026-03-28 14:35:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a63b0b6-8596-523b-a580-fa034ad1c84e with identifier: 6983228auction87925
2026-03-28 14:35:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a63b0b6-8596-523b-a580-fa034ad1c84e with identifier: 6983228auction87925
2026-03-28 14:35:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a63b0b6-8596-523b-a580-fa034ad1c84e with identifier: 6983228auction87925 to the API
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35: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-28 14:35:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983228>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '3a63b0b6-8596-523b-a580-fa034ad1c84e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983228',
'listing': 'auction',
'location': 'France - "HERTZ ORLY"',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 67197,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-21',
'seats_number': 7,
'seller_name': None,
'title': 'RENAULT Espace 1.2 E-Tech Hybrid 200 HK CVT Techno 7 PLACES',
'transmission': 'automatic',
'trim': 'RENAULT Espace 1.2 E-Tech Hybrid 200 HK CVT Techno 7 PLES',
'vin': None,
'year': 2024}
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [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-28 14:35:07 [ecarstrade.be] INFO: Saving data for 6983228auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961920.290853, 'last_price_update_time': 1774708507.169413}
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983228auction87925') HTTP/1.1" 204 0
2026-03-28 14:35:07 [scrapy.extensions.logstats] INFO: Crawled 143 pages (at 46 pages/min), scraped 112 items (at 40 items/min)
2026-03-28 14:35:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-28 14:35:07 [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-28 14:35:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013532auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013532auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013532auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013533auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013533auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013533auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013534auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013534auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013534auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013535auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013535auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013535auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013536auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013536auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013536auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013537auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013537auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013537auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013538auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013538auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013538auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013539auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013539auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013539auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013540auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013540auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013540auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013541auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013541auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013541auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013542auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013542auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013542auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013543auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013543auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013543auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013544auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013544auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013544auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013545auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013545auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013545auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013546auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013546auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013546auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013547auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013547auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013547auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013548auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013548auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013548auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013549auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013549auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013549auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013550auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013550auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013550auction111170: 1
2026-03-28 14:35:07 [ecarstrade.be] INFO: Found listing with ID: 7013551auction111170
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013551auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:07 [ecarstrade.be] INFO: Scrape type for 7013551auction111170: 1
2026-03-28 14:35:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013513> (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-28 14:35:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:11 [ecarstrade.be] INFO: Extracting details for car 7013513auction111170
2026-03-28 14:35:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95d1b692-4ee3-57a8-9ffb-cbc75484b3fa with identifier: 7013513auction111170
2026-03-28 14:35:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95d1b692-4ee3-57a8-9ffb-cbc75484b3fa with scrape type 1
2026-03-28 14:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 95d1b692-4ee3-57a8-9ffb-cbc75484b3fa
2026-03-28 14:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7013513%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695677%27 HTTP/1.1" 200 None
2026-03-28 14:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013513/photo_001/780x0__r.jpg?hash=1774695677 not downloaded yet
2026-03-28 14:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7013513%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695677%27 HTTP/1.1" 200 None
2026-03-28 14:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013513/photo_002/780x0__r.jpg?hash=1774695677 not downloaded yet
2026-03-28 14:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7013513%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695677%27 HTTP/1.1" 200 None
2026-03-28 14:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013513/photo_003/780x0__r.jpg?hash=1774695677 not downloaded yet
2026-03-28 14:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7013513%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695677%27 HTTP/1.1" 200 None
2026-03-28 14:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013513/photo_004/780x0__r.jpg?hash=1774695677 not downloaded yet
2026-03-28 14:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7013513%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695677%27 HTTP/1.1" 200 None
2026-03-28 14:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013513/photo_005/780x0__r.jpg?hash=1774695677 not downloaded yet
2026-03-28 14:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7013513%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695677%27 HTTP/1.1" 200 None
2026-03-28 14:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013513/photo_006/780x0__r.jpg?hash=1774695677 not downloaded yet
2026-03-28 14:35:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013515> (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-28 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-28 14:35:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013514> (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-28 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-28 14:35:12 [ecarstrade.be] INFO: Extracting details for car 7013515auction111170
2026-03-28 14:35:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d871e36-39fd-50e8-bbb8-549496ad36b2 with identifier: 7013515auction111170
2026-03-28 14:35:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d871e36-39fd-50e8-bbb8-549496ad36b2 with scrape type 1
2026-03-28 14:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9d871e36-39fd-50e8-bbb8-549496ad36b2
2026-03-28 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013515%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695678%27 HTTP/1.1" 200 None
2026-03-28 14:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013515/photo_001/780x0__r.jpg?hash=1774695678 not downloaded yet
2026-03-28 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013515%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695678%27 HTTP/1.1" 200 None
2026-03-28 14:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013515/photo_002/780x0__r.jpg?hash=1774695678 not downloaded yet
2026-03-28 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013515%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695678%27 HTTP/1.1" 200 None
2026-03-28 14:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013515/photo_003/780x0__r.jpg?hash=1774695678 not downloaded yet
2026-03-28 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013515%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695678%27 HTTP/1.1" 200 None
2026-03-28 14:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013515/photo_004/780x0__r.jpg?hash=1774695678 not downloaded yet
2026-03-28 14:35:12 [ecarstrade.be] INFO: Extracting details for car 7013514auction111170
2026-03-28 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013515%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695678%27 HTTP/1.1" 200 None
2026-03-28 14:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013515/photo_005/780x0__r.jpg?hash=1774695678 not downloaded yet
2026-03-28 14:35:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0251b0bc-e755-54e6-aa68-84a63c400ddf with identifier: 7013514auction111170
2026-03-28 14:35:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0251b0bc-e755-54e6-aa68-84a63c400ddf with scrape type 1
2026-03-28 14:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0251b0bc-e755-54e6-aa68-84a63c400ddf
2026-03-28 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013514%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695674%27 HTTP/1.1" 200 None
2026-03-28 14:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013514/photo_001/780x0__r.jpg?hash=1774695674 not downloaded yet
2026-03-28 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013515%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695678%27 HTTP/1.1" 200 None
2026-03-28 14:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013515/photo_006/780x0__r.jpg?hash=1774695678 not downloaded yet
2026-03-28 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013514%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695674%27 HTTP/1.1" 200 None
2026-03-28 14:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013514/photo_002/780x0__r.jpg?hash=1774695674 not downloaded yet
2026-03-28 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013514%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695674%27 HTTP/1.1" 200 None
2026-03-28 14:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013514/photo_003/780x0__r.jpg?hash=1774695674 not downloaded yet
2026-03-28 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013514%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695673%27 HTTP/1.1" 200 None
2026-03-28 14:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013514/photo_004/780x0__r.jpg?hash=1774695673 not downloaded yet
2026-03-28 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013514%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695674%27 HTTP/1.1" 200 None
2026-03-28 14:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013514/photo_005/780x0__r.jpg?hash=1774695674 not downloaded yet
2026-03-28 14:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013514%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695679%27 HTTP/1.1" 200 None
2026-03-28 14:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013514/photo_006/780x0__r.jpg?hash=1774695679 not downloaded yet
2026-03-28 14:35:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013516> (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-28 14:35:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:14 [ecarstrade.be] INFO: Extracting details for car 7013516auction111170
2026-03-28 14:35:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29cb713d-04a3-50e4-bb12-7ded0de70390 with identifier: 7013516auction111170
2026-03-28 14:35:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29cb713d-04a3-50e4-bb12-7ded0de70390 with scrape type 1
2026-03-28 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 29cb713d-04a3-50e4-bb12-7ded0de70390
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013516%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695679%27 HTTP/1.1" 200 None
2026-03-28 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013516/photo_001/780x0__r.jpg?hash=1774695679 not downloaded yet
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013516%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695679%27 HTTP/1.1" 200 None
2026-03-28 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013516/photo_002/780x0__r.jpg?hash=1774695679 not downloaded yet
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013516%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695679%27 HTTP/1.1" 200 None
2026-03-28 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013516/photo_003/780x0__r.jpg?hash=1774695679 not downloaded yet
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013516%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695679%27 HTTP/1.1" 200 None
2026-03-28 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013516/photo_004/780x0__r.jpg?hash=1774695679 not downloaded yet
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013516%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695680%27 HTTP/1.1" 200 None
2026-03-28 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013516/photo_005/780x0__r.jpg?hash=1774695680 not downloaded yet
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013516%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695679%27 HTTP/1.1" 200 None
2026-03-28 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013516/photo_006/780x0__r.jpg?hash=1774695679 not downloaded yet
2026-03-28 14:35:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013518> (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-28 14:35:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:14 [ecarstrade.be] INFO: Extracting details for car 7013518auction111170
2026-03-28 14:35:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb586eaa-c101-51de-900f-1815637ca2f4 with identifier: 7013518auction111170
2026-03-28 14:35:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb586eaa-c101-51de-900f-1815637ca2f4 with scrape type 1
2026-03-28 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eb586eaa-c101-51de-900f-1815637ca2f4
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013518%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695682%27 HTTP/1.1" 200 None
2026-03-28 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013518/photo_001/780x0__r.jpg?hash=1774695682 not downloaded yet
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013518%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695682%27 HTTP/1.1" 200 None
2026-03-28 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013518/photo_002/780x0__r.jpg?hash=1774695682 not downloaded yet
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013518%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695682%27 HTTP/1.1" 200 None
2026-03-28 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013518/photo_003/780x0__r.jpg?hash=1774695682 not downloaded yet
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013518%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695682%27 HTTP/1.1" 200 None
2026-03-28 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013518/photo_004/780x0__r.jpg?hash=1774695682 not downloaded yet
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013518%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695682%27 HTTP/1.1" 200 None
2026-03-28 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013518/photo_005/780x0__r.jpg?hash=1774695682 not downloaded yet
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013518%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695683%27 HTTP/1.1" 200 None
2026-03-28 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013518/photo_006/780x0__r.jpg?hash=1774695683 not downloaded yet
2026-03-28 14:35:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013517> (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-28 14:35:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:16 [ecarstrade.be] INFO: Extracting details for car 7013517auction111170
2026-03-28 14:35:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc5f4e95-2403-547a-9d1a-b86b92d905fd with identifier: 7013517auction111170
2026-03-28 14:35:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc5f4e95-2403-547a-9d1a-b86b92d905fd with scrape type 1
2026-03-28 14:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dc5f4e95-2403-547a-9d1a-b86b92d905fd
2026-03-28 14:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013517%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695680%27 HTTP/1.1" 200 None
2026-03-28 14:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013517/photo_001/780x0__r.jpg?hash=1774695680 not downloaded yet
2026-03-28 14:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013517%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695680%27 HTTP/1.1" 200 None
2026-03-28 14:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013517/photo_002/780x0__r.jpg?hash=1774695680 not downloaded yet
2026-03-28 14:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013517%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695680%27 HTTP/1.1" 200 None
2026-03-28 14:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013517/photo_003/780x0__r.jpg?hash=1774695680 not downloaded yet
2026-03-28 14:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013517%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695680%27 HTTP/1.1" 200 None
2026-03-28 14:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013517/photo_004/780x0__r.jpg?hash=1774695680 not downloaded yet
2026-03-28 14:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013517%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695680%27 HTTP/1.1" 200 None
2026-03-28 14:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013517/photo_005/780x0__r.jpg?hash=1774695680 not downloaded yet
2026-03-28 14:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013517%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695680%27 HTTP/1.1" 200 None
2026-03-28 14:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013517/photo_006/780x0__r.jpg?hash=1774695680 not downloaded yet
2026-03-28 14:35:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013519> (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-28 14:35:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:17 [ecarstrade.be] INFO: Extracting details for car 7013519auction111170
2026-03-28 14:35:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98fd9977-9640-55d2-a1e3-5c007864450c with identifier: 7013519auction111170
2026-03-28 14:35:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98fd9977-9640-55d2-a1e3-5c007864450c with scrape type 1
2026-03-28 14:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 98fd9977-9640-55d2-a1e3-5c007864450c
2026-03-28 14:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013519%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695682%27 HTTP/1.1" 200 None
2026-03-28 14:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013519/photo_001/780x0__r.jpg?hash=1774695682 not downloaded yet
2026-03-28 14:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013519%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695683%27 HTTP/1.1" 200 None
2026-03-28 14:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013519/photo_002/780x0__r.jpg?hash=1774695683 not downloaded yet
2026-03-28 14:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013519%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695682%27 HTTP/1.1" 200 None
2026-03-28 14:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013519/photo_003/780x0__r.jpg?hash=1774695682 not downloaded yet
2026-03-28 14:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013519%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695682%27 HTTP/1.1" 200 None
2026-03-28 14:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013519/photo_004/780x0__r.jpg?hash=1774695682 not downloaded yet
2026-03-28 14:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013519%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695683%27 HTTP/1.1" 200 None
2026-03-28 14:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013519/photo_005/780x0__r.jpg?hash=1774695683 not downloaded yet
2026-03-28 14:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013519%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695682%27 HTTP/1.1" 200 None
2026-03-28 14:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013519/photo_006/780x0__r.jpg?hash=1774695682 not downloaded yet
2026-03-28 14:35:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6968496> (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-28 14:35:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:18 [ecarstrade.be] INFO: Extracting details for car 6968496auction87925
2026-03-28 14:35:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8af58046-89eb-5649-9115-eea1573034e0 with identifier: 6968496auction87925
2026-03-28 14:35:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8af58046-89eb-5649-9115-eea1573034e0 with scrape type 2
2026-03-28 14:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8af58046-89eb-5649-9115-eea1573034e0 with scrape type 2
2026-03-28 14:35:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8af58046-89eb-5649-9115-eea1573034e0, identifier: 6968496auction87925
2026-03-28 14:35:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8af58046-89eb-5649-9115-eea1573034e0 with identifier: 6968496auction87925
2026-03-28 14:35:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8af58046-89eb-5649-9115-eea1573034e0 with identifier: 6968496auction87925
2026-03-28 14:35:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8af58046-89eb-5649-9115-eea1573034e0 with identifier: 6968496auction87925 to the API
2026-03-28 14:35:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35: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-28 14:35:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6968496>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '8af58046-89eb-5649-9115-eea1573034e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6968496',
'listing': 'auction',
'location': 'France - "HERTZ LYON"',
'make': 'Alfa Romeo',
'model': 'Tonale',
'odometer': 46443,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-07',
'seats_number': None,
'seller_name': None,
'title': 'ALFA ROMEO TONALE 1.5 130cv Hybrid TCT7 Sprint BVA',
'transmission': 'automatic',
'trim': 'ALFA ROMEO TONALE 1.5 130cv Hybrid TCT7 Sprint BVA',
'vin': None,
'year': 2023}
2026-03-28 14:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968496auction87925%27 HTTP/1.1" 200 None
2026-03-28 14:35:19 [ecarstrade.be] INFO: Saving data for 6968496auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773700662.699309, 'last_price_update_time': 1774708519.222231}
2026-03-28 14:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968496auction87925') HTTP/1.1" 204 0
2026-03-28 14:35:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013530> (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-28 14:35:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:19 [ecarstrade.be] INFO: Extracting details for car 7013530auction111170
2026-03-28 14:35:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e2f5dd4-701d-51cd-adc8-4c3addd2c04b with identifier: 7013530auction111170
2026-03-28 14:35:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e2f5dd4-701d-51cd-adc8-4c3addd2c04b with scrape type 1
2026-03-28 14:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4e2f5dd4-701d-51cd-adc8-4c3addd2c04b
2026-03-28 14:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013530%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695705%27 HTTP/1.1" 200 None
2026-03-28 14:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013530/photo_001/780x0__r.jpg?hash=1774695705 not downloaded yet
2026-03-28 14:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013530%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695706%27 HTTP/1.1" 200 None
2026-03-28 14:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013530/photo_002/780x0__r.jpg?hash=1774695706 not downloaded yet
2026-03-28 14:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013530%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695705%27 HTTP/1.1" 200 None
2026-03-28 14:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013530/photo_003/780x0__r.jpg?hash=1774695705 not downloaded yet
2026-03-28 14:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013530%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695706%27 HTTP/1.1" 200 None
2026-03-28 14:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013530/photo_004/780x0__r.jpg?hash=1774695706 not downloaded yet
2026-03-28 14:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013530%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695705%27 HTTP/1.1" 200 None
2026-03-28 14:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013530/photo_005/780x0__r.jpg?hash=1774695705 not downloaded yet
2026-03-28 14:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013530%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695706%27 HTTP/1.1" 200 None
2026-03-28 14:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013530/photo_006/780x0__r.jpg?hash=1774695706 not downloaded yet
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013529> (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-28 14:35:21 [ecarstrade.be] INFO: Extracting details for car 7013529auction111170
2026-03-28 14:35:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed4770da-63f7-58eb-9606-8c22db6178fd with identifier: 7013529auction111170
2026-03-28 14:35:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed4770da-63f7-58eb-9606-8c22db6178fd with scrape type 1
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ed4770da-63f7-58eb-9606-8c22db6178fd
2026-03-28 14:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013529%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695700%27 HTTP/1.1" 200 None
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013529/photo_001/780x0__r.jpg?hash=1774695700 not downloaded yet
2026-03-28 14:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013529%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695700%27 HTTP/1.1" 200 None
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013529/photo_002/780x0__r.jpg?hash=1774695700 not downloaded yet
2026-03-28 14:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013529%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695700%27 HTTP/1.1" 200 None
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013529/photo_003/780x0__r.jpg?hash=1774695700 not downloaded yet
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013513/photo_006/780x0__r.jpg?hash=1774695677> (referer: https://ecarstrade.com/cars/7013513)
2026-03-28 14:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013529%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695700%27 HTTP/1.1" 200 None
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013529/photo_004/780x0__r.jpg?hash=1774695700 not downloaded yet
2026-03-28 14:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013529%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695701%27 HTTP/1.1" 200 None
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013529/photo_005/780x0__r.jpg?hash=1774695701 not downloaded yet
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013528> (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-28 14:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013529%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695701%27 HTTP/1.1" 200 None
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013529/photo_006/780x0__r.jpg?hash=1774695701 not downloaded yet
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013513/photo_005/780x0__r.jpg?hash=1774695677> (referer: https://ecarstrade.com/cars/7013513)
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 95d1b692-4ee3-57a8-9ffb-cbc75484b3fa
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013516/photo_006/780x0__r.jpg?hash=1774695679> (referer: https://ecarstrade.com/cars/7013516)
2026-03-28 14:35:21 [ecarstrade.be] INFO: Extracting details for car 7013528auction111170
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013518/photo_006/780x0__r.jpg?hash=1774695683> (referer: https://ecarstrade.com/cars/7013518)
2026-03-28 14:35:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b750ba0d-c75f-5890-9062-deb9e7468100 with identifier: 7013528auction111170
2026-03-28 14:35:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b750ba0d-c75f-5890-9062-deb9e7468100 with scrape type 1
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b750ba0d-c75f-5890-9062-deb9e7468100
2026-03-28 14:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013528%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695704%27 HTTP/1.1" 200 None
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013528/photo_001/780x0__r.jpg?hash=1774695704 not downloaded yet
2026-03-28 14:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013528%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695704%27 HTTP/1.1" 200 None
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013528/photo_002/780x0__r.jpg?hash=1774695704 not downloaded yet
2026-03-28 14:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013528%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695704%27 HTTP/1.1" 200 None
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013528/photo_003/780x0__r.jpg?hash=1774695704 not downloaded yet
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 95d1b692-4ee3-57a8-9ffb-cbc75484b3fa
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013517/photo_006/780x0__r.jpg?hash=1774695680> (referer: https://ecarstrade.com/cars/7013517)
2026-03-28 14:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013528%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695704%27 HTTP/1.1" 200 None
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013528/photo_004/780x0__r.jpg?hash=1774695704 not downloaded yet
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 29cb713d-04a3-50e4-bb12-7ded0de70390
2026-03-28 14:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013528%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695704%27 HTTP/1.1" 200 None
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013528/photo_005/780x0__r.jpg?hash=1774695704 not downloaded yet
2026-03-28 14:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013528%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695704%27 HTTP/1.1" 200 None
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013528/photo_006/780x0__r.jpg?hash=1774695704 not downloaded yet
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eb586eaa-c101-51de-900f-1815637ca2f4
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013519/photo_006/780x0__r.jpg?hash=1774695682> (referer: https://ecarstrade.com/cars/7013519)
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013514/photo_006/780x0__r.jpg?hash=1774695679> (referer: https://ecarstrade.com/cars/7013514)
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dc5f4e95-2403-547a-9d1a-b86b92d905fd
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013519/photo_005/780x0__r.jpg?hash=1774695683> (referer: https://ecarstrade.com/cars/7013519)
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013530/photo_006/780x0__r.jpg?hash=1774695706> (referer: https://ecarstrade.com/cars/7013530)
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 98fd9977-9640-55d2-a1e3-5c007864450c
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013529/photo_003/780x0__r.jpg?hash=1774695700> (referer: https://ecarstrade.com/cars/7013529)
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0251b0bc-e755-54e6-aa68-84a63c400ddf
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013529/photo_004/780x0__r.jpg?hash=1774695700> (referer: https://ecarstrade.com/cars/7013529)
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013529/photo_006/780x0__r.jpg?hash=1774695701> (referer: https://ecarstrade.com/cars/7013529)
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 98fd9977-9640-55d2-a1e3-5c007864450c
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4e2f5dd4-701d-51cd-adc8-4c3addd2c04b
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013529/photo_002/780x0__r.jpg?hash=1774695700> (referer: https://ecarstrade.com/cars/7013529)
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013529/photo_005/780x0__r.jpg?hash=1774695701> (referer: https://ecarstrade.com/cars/7013529)
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ed4770da-63f7-58eb-9606-8c22db6178fd
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013528/photo_003/780x0__r.jpg?hash=1774695704> (referer: https://ecarstrade.com/cars/7013528)
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ed4770da-63f7-58eb-9606-8c22db6178fd
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ed4770da-63f7-58eb-9606-8c22db6178fd
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013528/photo_006/780x0__r.jpg?hash=1774695704> (referer: https://ecarstrade.com/cars/7013528)
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013528/photo_005/780x0__r.jpg?hash=1774695704> (referer: https://ecarstrade.com/cars/7013528)
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ed4770da-63f7-58eb-9606-8c22db6178fd
2026-03-28 14:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013528/photo_002/780x0__r.jpg?hash=1774695704> (referer: https://ecarstrade.com/cars/7013528)
2026-03-28 14:35:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ed4770da-63f7-58eb-9606-8c22db6178fd
2026-03-28 14:35:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013528/photo_004/780x0__r.jpg?hash=1774695704> (referer: https://ecarstrade.com/cars/7013528)
2026-03-28 14:35:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b750ba0d-c75f-5890-9062-deb9e7468100
2026-03-28 14:35:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013528/photo_001/780x0__r.jpg?hash=1774695704> (referer: https://ecarstrade.com/cars/7013528)
2026-03-28 14:35:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b750ba0d-c75f-5890-9062-deb9e7468100
2026-03-28 14:35:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b750ba0d-c75f-5890-9062-deb9e7468100
2026-03-28 14:35:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013530/photo_005/780x0__r.jpg?hash=1774695705> (referer: https://ecarstrade.com/cars/7013530)
2026-03-28 14:35:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013529/photo_001/780x0__r.jpg?hash=1774695700> (referer: https://ecarstrade.com/cars/7013529)
2026-03-28 14:35:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b750ba0d-c75f-5890-9062-deb9e7468100
2026-03-28 14:35:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013530/photo_004/780x0__r.jpg?hash=1774695706> (referer: https://ecarstrade.com/cars/7013530)
2026-03-28 14:35:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b750ba0d-c75f-5890-9062-deb9e7468100
2026-03-28 14:35:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013530/photo_003/780x0__r.jpg?hash=1774695705> (referer: https://ecarstrade.com/cars/7013530)
2026-03-28 14:35:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b750ba0d-c75f-5890-9062-deb9e7468100
2026-03-28 14:35:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b750ba0d-c75f-5890-9062-deb9e7468100, skipping ID generation
2026-03-28 14:35:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b750ba0d-c75f-5890-9062-deb9e7468100 with scrape type 1
2026-03-28 14:35:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b750ba0d-c75f-5890-9062-deb9e7468100 sending to next pipeline
2026-03-28 14:35:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b750ba0d-c75f-5890-9062-deb9e7468100, identifier: 7013528auction111170
2026-03-28 14:35:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b750ba0d-c75f-5890-9062-deb9e7468100 with identifier: 7013528auction111170
2026-03-28 14:35:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b750ba0d-c75f-5890-9062-deb9e7468100 with identifier: 7013528auction111170
2026-03-28 14:35:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b750ba0d-c75f-5890-9062-deb9e7468100 with identifier: 7013528auction111170 to the API
2026-03-28 14:35:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35: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-28 14:35:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013528/photo_001/780x0__r.jpg?hash=1774695704>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'b750ba0d-c75f-5890-9062-deb9e7468100',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013528',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mini',
'model': 'Cabrio Series',
'odometer': 83789,
'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': 4,
'seller_name': None,
'title': 'MINI Mini Cabrio / 2014 / 2P / Cabriolet Cooper Edition Greenwich '
'136 ch BVM6',
'transmission': 'manual',
'trim': 'MINI Cabrio / 2014 / 2P / Cabriolet Cooper Edition Greenwich 136 ch '
'BVM6',
'vin': None,
'year': 2021}
2026-03-28 14:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013528auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:22 [ecarstrade.be] INFO: Saving data for 7013528auction111170: {'created_time': 1774708522.593548, 'last_price_update_time': 1774708522.593563, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013528auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013530/photo_002/780x0__r.jpg?hash=1774695706> (referer: https://ecarstrade.com/cars/7013530)
2026-03-28 14:35:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013530/photo_001/780x0__r.jpg?hash=1774695705> (referer: https://ecarstrade.com/cars/7013530)
2026-03-28 14:35:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4e2f5dd4-701d-51cd-adc8-4c3addd2c04b
2026-03-28 14:35:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ed4770da-63f7-58eb-9606-8c22db6178fd
2026-03-28 14:35:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ed4770da-63f7-58eb-9606-8c22db6178fd, skipping ID generation
2026-03-28 14:35:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed4770da-63f7-58eb-9606-8c22db6178fd with scrape type 1
2026-03-28 14:35:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ed4770da-63f7-58eb-9606-8c22db6178fd sending to next pipeline
2026-03-28 14:35:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ed4770da-63f7-58eb-9606-8c22db6178fd, identifier: 7013529auction111170
2026-03-28 14:35:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4e2f5dd4-701d-51cd-adc8-4c3addd2c04b
2026-03-28 14:35:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4e2f5dd4-701d-51cd-adc8-4c3addd2c04b
2026-03-28 14:35:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ed4770da-63f7-58eb-9606-8c22db6178fd with identifier: 7013529auction111170
2026-03-28 14:35:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 14:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-28 14:35:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ed4770da-63f7-58eb-9606-8c22db6178fd with identifier: 7013529auction111170
2026-03-28 14:35:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ed4770da-63f7-58eb-9606-8c22db6178fd with identifier: 7013529auction111170 to the API
2026-03-28 14:35:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35: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-28 14:35:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013529/photo_001/780x0__r.jpg?hash=1774695700>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ed4770da-63f7-58eb-9606-8c22db6178fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013529',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 42139,
'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 T-GDI 150 iBVM HYBRID 48V '
'CREATIVE',
'transmission': 'manual',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 T-GDI 150 iBVM HYBRID 48V CREATIVE',
'vin': None,
'year': 2021}
2026-03-28 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013529auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:23 [ecarstrade.be] INFO: Saving data for 7013529auction111170: {'created_time': 1774708523.088192, 'last_price_update_time': 1774708523.088206, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013529auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013519/photo_004/780x0__r.jpg?hash=1774695682> (referer: https://ecarstrade.com/cars/7013519)
2026-03-28 14:35:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013519/photo_003/780x0__r.jpg?hash=1774695682> (referer: https://ecarstrade.com/cars/7013519)
2026-03-28 14:35:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013531> (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-28 14:35:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4e2f5dd4-701d-51cd-adc8-4c3addd2c04b
2026-03-28 14:35:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4e2f5dd4-701d-51cd-adc8-4c3addd2c04b
2026-03-28 14:35:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4e2f5dd4-701d-51cd-adc8-4c3addd2c04b, skipping ID generation
2026-03-28 14:35:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e2f5dd4-701d-51cd-adc8-4c3addd2c04b with scrape type 1
2026-03-28 14:35:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4e2f5dd4-701d-51cd-adc8-4c3addd2c04b sending to next pipeline
2026-03-28 14:35:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e2f5dd4-701d-51cd-adc8-4c3addd2c04b, identifier: 7013530auction111170
2026-03-28 14:35:23 [ecarstrade.be] INFO: Extracting details for car 7013531auction111170
2026-03-28 14:35:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e2f5dd4-701d-51cd-adc8-4c3addd2c04b with identifier: 7013530auction111170
2026-03-28 14:35:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e2f5dd4-701d-51cd-adc8-4c3addd2c04b with identifier: 7013530auction111170
2026-03-28 14:35:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e2f5dd4-701d-51cd-adc8-4c3addd2c04b with identifier: 7013530auction111170 to the API
2026-03-28 14:35:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013530/photo_001/780x0__r.jpg?hash=1774695705>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': '4e2f5dd4-701d-51cd-adc8-4c3addd2c04b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013530',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Mercedes',
'model': 'GLA 200',
'odometer': 103512,
'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': 'MERCEDES-BENZ GLA / 2020 / 5P / SUV GLA 200 D BUSINESS LINE DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLA / 2020 / 5P / SUV D BUSINESS LINE DCT',
'vin': None,
'year': 2023}
2026-03-28 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013530auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:23 [ecarstrade.be] INFO: Saving data for 7013530auction111170: {'created_time': 1774708523.722361, 'last_price_update_time': 1774708523.722373, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013530auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013519/photo_002/780x0__r.jpg?hash=1774695683> (referer: https://ecarstrade.com/cars/7013519)
2026-03-28 14:35:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013519/photo_001/780x0__r.jpg?hash=1774695682> (referer: https://ecarstrade.com/cars/7013519)
2026-03-28 14:35:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 98fd9977-9640-55d2-a1e3-5c007864450c
2026-03-28 14:35:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 98fd9977-9640-55d2-a1e3-5c007864450c
2026-03-28 14:35:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fcd7dca-60a7-5cc1-8a17-1ce328446259 with identifier: 7013531auction111170
2026-03-28 14:35:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fcd7dca-60a7-5cc1-8a17-1ce328446259 with scrape type 1
2026-03-28 14:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4fcd7dca-60a7-5cc1-8a17-1ce328446259
2026-03-28 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013531%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695706%27 HTTP/1.1" 200 None
2026-03-28 14:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013531/photo_001/780x0__r.jpg?hash=1774695706 not downloaded yet
2026-03-28 14:35:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013527> (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-28 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013531%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695706%27 HTTP/1.1" 200 None
2026-03-28 14:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013531/photo_002/780x0__r.jpg?hash=1774695706 not downloaded yet
2026-03-28 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013531%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695706%27 HTTP/1.1" 200 None
2026-03-28 14:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013531/photo_003/780x0__r.jpg?hash=1774695706 not downloaded yet
2026-03-28 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013531%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695706%27 HTTP/1.1" 200 None
2026-03-28 14:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013531/photo_004/780x0__r.jpg?hash=1774695706 not downloaded yet
2026-03-28 14:35:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013517/photo_004/780x0__r.jpg?hash=1774695680> (referer: https://ecarstrade.com/cars/7013517)
2026-03-28 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013531%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695706%27 HTTP/1.1" 200 None
2026-03-28 14:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013531/photo_005/780x0__r.jpg?hash=1774695706 not downloaded yet
2026-03-28 14:35:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013517/photo_003/780x0__r.jpg?hash=1774695680> (referer: https://ecarstrade.com/cars/7013517)
2026-03-28 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013531%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695706%27 HTTP/1.1" 200 None
2026-03-28 14:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013531/photo_006/780x0__r.jpg?hash=1774695706 not downloaded yet
2026-03-28 14:35:23 [ecarstrade.be] INFO: Extracting details for car 7013527auction111170
2026-03-28 14:35:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 98fd9977-9640-55d2-a1e3-5c007864450c
2026-03-28 14:35:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 98fd9977-9640-55d2-a1e3-5c007864450c
2026-03-28 14:35:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 98fd9977-9640-55d2-a1e3-5c007864450c, skipping ID generation
2026-03-28 14:35:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98fd9977-9640-55d2-a1e3-5c007864450c with scrape type 1
2026-03-28 14:35:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 98fd9977-9640-55d2-a1e3-5c007864450c sending to next pipeline
2026-03-28 14:35:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 98fd9977-9640-55d2-a1e3-5c007864450c, identifier: 7013519auction111170
2026-03-28 14:35:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 98fd9977-9640-55d2-a1e3-5c007864450c with identifier: 7013519auction111170
2026-03-28 14:35:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 98fd9977-9640-55d2-a1e3-5c007864450c with identifier: 7013519auction111170
2026-03-28 14:35:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 98fd9977-9640-55d2-a1e3-5c007864450c with identifier: 7013519auction111170 to the API
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013519/photo_001/780x0__r.jpg?hash=1774695682>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Petrol',
'id': '98fd9977-9640-55d2-a1e3-5c007864450c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013519',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 68740,
'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': 'CITROEN C3 / 2020 / 5P / Berline PureTech 83 S&S BVM Feel Pack',
'transmission': 'manual',
'trim': 'CITROEN / 2020 / 5P / Berline PureTech 83 S&S BVM Feel Pack',
'vin': None,
'year': 2022}
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013519auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:24 [ecarstrade.be] INFO: Saving data for 7013519auction111170: {'created_time': 1774708524.365757, 'last_price_update_time': 1774708524.365776, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013519auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013517/photo_001/780x0__r.jpg?hash=1774695680> (referer: https://ecarstrade.com/cars/7013517)
2026-03-28 14:35:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013518/photo_005/780x0__r.jpg?hash=1774695682> (referer: https://ecarstrade.com/cars/7013518)
2026-03-28 14:35:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faba27c4-9f0a-5af6-bcf9-aea7d49af1e9 with identifier: 7013527auction111170
2026-03-28 14:35:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faba27c4-9f0a-5af6-bcf9-aea7d49af1e9 with scrape type 1
2026-03-28 14:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item faba27c4-9f0a-5af6-bcf9-aea7d49af1e9
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013527%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695703%27 HTTP/1.1" 200 None
2026-03-28 14:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013527/photo_001/780x0__r.jpg?hash=1774695703 not downloaded yet
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013527%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695703%27 HTTP/1.1" 200 None
2026-03-28 14:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013527/photo_002/780x0__r.jpg?hash=1774695703 not downloaded yet
2026-03-28 14:35:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dc5f4e95-2403-547a-9d1a-b86b92d905fd
2026-03-28 14:35:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dc5f4e95-2403-547a-9d1a-b86b92d905fd
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013527%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695704%27 HTTP/1.1" 200 None
2026-03-28 14:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013527/photo_003/780x0__r.jpg?hash=1774695704 not downloaded yet
2026-03-28 14:35:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013517/photo_005/780x0__r.jpg?hash=1774695680> (referer: https://ecarstrade.com/cars/7013517)
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013527%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695703%27 HTTP/1.1" 200 None
2026-03-28 14:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013527/photo_004/780x0__r.jpg?hash=1774695703 not downloaded yet
2026-03-28 14:35:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013517/photo_002/780x0__r.jpg?hash=1774695680> (referer: https://ecarstrade.com/cars/7013517)
2026-03-28 14:35:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013518/photo_004/780x0__r.jpg?hash=1774695682> (referer: https://ecarstrade.com/cars/7013518)
2026-03-28 14:35:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013518/photo_003/780x0__r.jpg?hash=1774695682> (referer: https://ecarstrade.com/cars/7013518)
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013527%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695703%27 HTTP/1.1" 200 None
2026-03-28 14:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013527/photo_005/780x0__r.jpg?hash=1774695703 not downloaded yet
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013527%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695704%27 HTTP/1.1" 200 None
2026-03-28 14:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013527/photo_006/780x0__r.jpg?hash=1774695704 not downloaded yet
2026-03-28 14:35:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dc5f4e95-2403-547a-9d1a-b86b92d905fd
2026-03-28 14:35:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eb586eaa-c101-51de-900f-1815637ca2f4
2026-03-28 14:35:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013516/photo_005/780x0__r.jpg?hash=1774695680> (referer: https://ecarstrade.com/cars/7013516)
2026-03-28 14:35:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013518/photo_002/780x0__r.jpg?hash=1774695682> (referer: https://ecarstrade.com/cars/7013518)
2026-03-28 14:35:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013518/photo_001/780x0__r.jpg?hash=1774695682> (referer: https://ecarstrade.com/cars/7013518)
2026-03-28 14:35:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013531/photo_001/780x0__r.jpg?hash=1774695706> (referer: https://ecarstrade.com/cars/7013531)
2026-03-28 14:35:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dc5f4e95-2403-547a-9d1a-b86b92d905fd
2026-03-28 14:35:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dc5f4e95-2403-547a-9d1a-b86b92d905fd
2026-03-28 14:35:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dc5f4e95-2403-547a-9d1a-b86b92d905fd, skipping ID generation
2026-03-28 14:35:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc5f4e95-2403-547a-9d1a-b86b92d905fd with scrape type 1
2026-03-28 14:35:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dc5f4e95-2403-547a-9d1a-b86b92d905fd sending to next pipeline
2026-03-28 14:35:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc5f4e95-2403-547a-9d1a-b86b92d905fd, identifier: 7013517auction111170
2026-03-28 14:35:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eb586eaa-c101-51de-900f-1815637ca2f4
2026-03-28 14:35:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc5f4e95-2403-547a-9d1a-b86b92d905fd with identifier: 7013517auction111170
2026-03-28 14:35:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc5f4e95-2403-547a-9d1a-b86b92d905fd with identifier: 7013517auction111170
2026-03-28 14:35:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc5f4e95-2403-547a-9d1a-b86b92d905fd with identifier: 7013517auction111170 to the API
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013517/photo_002/780x0__r.jpg?hash=1774695680>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'dc5f4e95-2403-547a-9d1a-b86b92d905fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013517',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'C3',
'odometer': 71088,
'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': 'C3 Société Feel 1.2 PureTech 80CV BVM5 E6d',
'transmission': 'manual',
'trim': 'Société Feel 1.2 PureTech 80CV BVM5 E6d',
'vin': None,
'year': 2022}
2026-03-28 14:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013517auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:25 [ecarstrade.be] INFO: Saving data for 7013517auction111170: {'created_time': 1774708525.070644, 'last_price_update_time': 1774708525.070656, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013517auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013531/photo_004/780x0__r.jpg?hash=1774695706> (referer: https://ecarstrade.com/cars/7013531)
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013531/photo_006/780x0__r.jpg?hash=1774695706> (referer: https://ecarstrade.com/cars/7013531)
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013531/photo_003/780x0__r.jpg?hash=1774695706> (referer: https://ecarstrade.com/cars/7013531)
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013531/photo_005/780x0__r.jpg?hash=1774695706> (referer: https://ecarstrade.com/cars/7013531)
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eb586eaa-c101-51de-900f-1815637ca2f4
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 29cb713d-04a3-50e4-bb12-7ded0de70390
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eb586eaa-c101-51de-900f-1815637ca2f4
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eb586eaa-c101-51de-900f-1815637ca2f4
2026-03-28 14:35:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eb586eaa-c101-51de-900f-1815637ca2f4, skipping ID generation
2026-03-28 14:35:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb586eaa-c101-51de-900f-1815637ca2f4 with scrape type 1
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eb586eaa-c101-51de-900f-1815637ca2f4 sending to next pipeline
2026-03-28 14:35:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb586eaa-c101-51de-900f-1815637ca2f4, identifier: 7013518auction111170
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4fcd7dca-60a7-5cc1-8a17-1ce328446259
2026-03-28 14:35:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb586eaa-c101-51de-900f-1815637ca2f4 with identifier: 7013518auction111170
2026-03-28 14:35:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb586eaa-c101-51de-900f-1815637ca2f4 with identifier: 7013518auction111170
2026-03-28 14:35:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb586eaa-c101-51de-900f-1815637ca2f4 with identifier: 7013518auction111170 to the API
2026-03-28 14:35:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013518/photo_001/780x0__r.jpg?hash=1774695682>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'eb586eaa-c101-51de-900f-1815637ca2f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013518',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 87906,
'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': 2,
'seller_name': None,
'title': 'Berlingo Fourgon Club M 650 1.5 BlueHDi 75CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Fourgon Club M 650 1.5 BlueHDi 75CV BVM5 E6dT',
'vin': None,
'year': 2021}
2026-03-28 14:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013518auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:25 [ecarstrade.be] INFO: Saving data for 7013518auction111170: {'created_time': 1774708525.542164, 'last_price_update_time': 1774708525.542177, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013518auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013527/photo_003/780x0__r.jpg?hash=1774695704> (referer: https://ecarstrade.com/cars/7013527)
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013527/photo_004/780x0__r.jpg?hash=1774695703> (referer: https://ecarstrade.com/cars/7013527)
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013527/photo_001/780x0__r.jpg?hash=1774695703> (referer: https://ecarstrade.com/cars/7013527)
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013527/photo_002/780x0__r.jpg?hash=1774695703> (referer: https://ecarstrade.com/cars/7013527)
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013526> (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-28 14:35:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4fcd7dca-60a7-5cc1-8a17-1ce328446259
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4fcd7dca-60a7-5cc1-8a17-1ce328446259
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4fcd7dca-60a7-5cc1-8a17-1ce328446259
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4fcd7dca-60a7-5cc1-8a17-1ce328446259
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013527/photo_005/780x0__r.jpg?hash=1774695703> (referer: https://ecarstrade.com/cars/7013527)
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013527/photo_006/780x0__r.jpg?hash=1774695704> (referer: https://ecarstrade.com/cars/7013527)
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013516/photo_004/780x0__r.jpg?hash=1774695679> (referer: https://ecarstrade.com/cars/7013516)
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013531/photo_002/780x0__r.jpg?hash=1774695706> (referer: https://ecarstrade.com/cars/7013531)
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013516/photo_001/780x0__r.jpg?hash=1774695679> (referer: https://ecarstrade.com/cars/7013516)
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013516/photo_002/780x0__r.jpg?hash=1774695679> (referer: https://ecarstrade.com/cars/7013516)
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item faba27c4-9f0a-5af6-bcf9-aea7d49af1e9
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item faba27c4-9f0a-5af6-bcf9-aea7d49af1e9
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item faba27c4-9f0a-5af6-bcf9-aea7d49af1e9
2026-03-28 14:35:25 [ecarstrade.be] INFO: Extracting details for car 7013526auction111170
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item faba27c4-9f0a-5af6-bcf9-aea7d49af1e9
2026-03-28 14:35:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b42fabf8-66e4-5949-a02b-1135bbf63ed5 with identifier: 7013526auction111170
2026-03-28 14:35:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b42fabf8-66e4-5949-a02b-1135bbf63ed5 with scrape type 1
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b42fabf8-66e4-5949-a02b-1135bbf63ed5
2026-03-28 14:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013526%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695701%27 HTTP/1.1" 200 None
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013526/photo_001/780x0__r.jpg?hash=1774695701 not downloaded yet
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013514/photo_005/780x0__r.jpg?hash=1774695674> (referer: https://ecarstrade.com/cars/7013514)
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013514/photo_002/780x0__r.jpg?hash=1774695674> (referer: https://ecarstrade.com/cars/7013514)
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013514/photo_003/780x0__r.jpg?hash=1774695674> (referer: https://ecarstrade.com/cars/7013514)
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013514/photo_004/780x0__r.jpg?hash=1774695673> (referer: https://ecarstrade.com/cars/7013514)
2026-03-28 14:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013526%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695701%27 HTTP/1.1" 200 None
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013526/photo_002/780x0__r.jpg?hash=1774695701 not downloaded yet
2026-03-28 14:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013526%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695701%27 HTTP/1.1" 200 None
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013526/photo_003/780x0__r.jpg?hash=1774695701 not downloaded yet
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item faba27c4-9f0a-5af6-bcf9-aea7d49af1e9
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item faba27c4-9f0a-5af6-bcf9-aea7d49af1e9
2026-03-28 14:35:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: faba27c4-9f0a-5af6-bcf9-aea7d49af1e9, skipping ID generation
2026-03-28 14:35:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faba27c4-9f0a-5af6-bcf9-aea7d49af1e9 with scrape type 1
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item faba27c4-9f0a-5af6-bcf9-aea7d49af1e9 sending to next pipeline
2026-03-28 14:35:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: faba27c4-9f0a-5af6-bcf9-aea7d49af1e9, identifier: 7013527auction111170
2026-03-28 14:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013516/photo_003/780x0__r.jpg?hash=1774695679> (referer: https://ecarstrade.com/cars/7013516)
2026-03-28 14:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013526%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695701%27 HTTP/1.1" 200 None
2026-03-28 14:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013526/photo_004/780x0__r.jpg?hash=1774695701 not downloaded yet
2026-03-28 14:35:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: faba27c4-9f0a-5af6-bcf9-aea7d49af1e9 with identifier: 7013527auction111170
2026-03-28 14:35:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: faba27c4-9f0a-5af6-bcf9-aea7d49af1e9 with identifier: 7013527auction111170
2026-03-28 14:35:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: faba27c4-9f0a-5af6-bcf9-aea7d49af1e9 with identifier: 7013527auction111170 to the API
2026-03-28 14:35:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013527/photo_006/780x0__r.jpg?hash=1774695704>
{'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-29T12:00:00Z',
'fuel_type': 'Electric',
'id': 'faba27c4-9f0a-5af6-bcf9-aea7d49af1e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013527',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 22748,
'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-28 14:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013527auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:26 [ecarstrade.be] INFO: Saving data for 7013527auction111170: {'created_time': 1774708526.247258, 'last_price_update_time': 1774708526.247272, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013527auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013515/photo_005/780x0__r.jpg?hash=1774695678> (referer: https://ecarstrade.com/cars/7013515)
2026-03-28 14:35:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013514/photo_001/780x0__r.jpg?hash=1774695674> (referer: https://ecarstrade.com/cars/7013514)
2026-03-28 14:35:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013515/photo_006/780x0__r.jpg?hash=1774695678> (referer: https://ecarstrade.com/cars/7013515)
2026-03-28 14:35:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013515/photo_004/780x0__r.jpg?hash=1774695678> (referer: https://ecarstrade.com/cars/7013515)
2026-03-28 14:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013526%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695701%27 HTTP/1.1" 200 None
2026-03-28 14:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013526/photo_005/780x0__r.jpg?hash=1774695701 not downloaded yet
2026-03-28 14:35:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 29cb713d-04a3-50e4-bb12-7ded0de70390
2026-03-28 14:35:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4fcd7dca-60a7-5cc1-8a17-1ce328446259
2026-03-28 14:35:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4fcd7dca-60a7-5cc1-8a17-1ce328446259, skipping ID generation
2026-03-28 14:35:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fcd7dca-60a7-5cc1-8a17-1ce328446259 with scrape type 1
2026-03-28 14:35:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4fcd7dca-60a7-5cc1-8a17-1ce328446259 sending to next pipeline
2026-03-28 14:35:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4fcd7dca-60a7-5cc1-8a17-1ce328446259, identifier: 7013531auction111170
2026-03-28 14:35:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 29cb713d-04a3-50e4-bb12-7ded0de70390
2026-03-28 14:35:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 29cb713d-04a3-50e4-bb12-7ded0de70390
2026-03-28 14:35:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0251b0bc-e755-54e6-aa68-84a63c400ddf
2026-03-28 14:35:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0251b0bc-e755-54e6-aa68-84a63c400ddf
2026-03-28 14:35:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0251b0bc-e755-54e6-aa68-84a63c400ddf
2026-03-28 14:35:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0251b0bc-e755-54e6-aa68-84a63c400ddf
2026-03-28 14:35:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4fcd7dca-60a7-5cc1-8a17-1ce328446259 with identifier: 7013531auction111170
2026-03-28 14:35:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4fcd7dca-60a7-5cc1-8a17-1ce328446259 with identifier: 7013531auction111170
2026-03-28 14:35:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4fcd7dca-60a7-5cc1-8a17-1ce328446259 with identifier: 7013531auction111170 to the API
2026-03-28 14:35:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013531/photo_002/780x0__r.jpg?hash=1774695706>
{'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-29T12:00:00Z',
'fuel_type': 'Petrol',
'id': '4fcd7dca-60a7-5cc1-8a17-1ce328446259',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013531',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 82831,
'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 Active Business 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Business 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-28 14:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013531auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:26 [ecarstrade.be] INFO: Saving data for 7013531auction111170: {'created_time': 1774708526.743337, 'last_price_update_time': 1774708526.74335, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013531auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013515/photo_003/780x0__r.jpg?hash=1774695678> (referer: https://ecarstrade.com/cars/7013515)
2026-03-28 14:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013526%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695701%27 HTTP/1.1" 200 None
2026-03-28 14:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013526/photo_006/780x0__r.jpg?hash=1774695701 not downloaded yet
2026-03-28 14:35:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 29cb713d-04a3-50e4-bb12-7ded0de70390
2026-03-28 14:35:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 29cb713d-04a3-50e4-bb12-7ded0de70390, skipping ID generation
2026-03-28 14:35:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29cb713d-04a3-50e4-bb12-7ded0de70390 with scrape type 1
2026-03-28 14:35:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 29cb713d-04a3-50e4-bb12-7ded0de70390 sending to next pipeline
2026-03-28 14:35:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 29cb713d-04a3-50e4-bb12-7ded0de70390, identifier: 7013516auction111170
2026-03-28 14:35:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013515/photo_002/780x0__r.jpg?hash=1774695678> (referer: https://ecarstrade.com/cars/7013515)
2026-03-28 14:35:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013515/photo_001/780x0__r.jpg?hash=1774695678> (referer: https://ecarstrade.com/cars/7013515)
2026-03-28 14:35:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013526/photo_001/780x0__r.jpg?hash=1774695701> (referer: https://ecarstrade.com/cars/7013526)
2026-03-28 14:35:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 29cb713d-04a3-50e4-bb12-7ded0de70390 with identifier: 7013516auction111170
2026-03-28 14:35:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 29cb713d-04a3-50e4-bb12-7ded0de70390 with identifier: 7013516auction111170
2026-03-28 14:35:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 29cb713d-04a3-50e4-bb12-7ded0de70390 with identifier: 7013516auction111170 to the API
2026-03-28 14:35:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35: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-28 14:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013516/photo_003/780x0__r.jpg?hash=1774695679>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': '29cb713d-04a3-50e4-bb12-7ded0de70390',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013516',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 96363,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-01',
'seats_number': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Club L1 (Court) 1.6 BlueHDi 100CV BVM5 E6',
'transmission': 'manual',
'trim': 'Fourgon Club L1 (Court) 1.6 BlueHDi 100CV BVM5 E6',
'vin': None,
'year': 2017}
2026-03-28 14:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013516auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:27 [ecarstrade.be] INFO: Saving data for 7013516auction111170: {'created_time': 1774708527.226366, 'last_price_update_time': 1774708527.226379, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013516auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013513/photo_004/780x0__r.jpg?hash=1774695677> (referer: https://ecarstrade.com/cars/7013513)
2026-03-28 14:35:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9d871e36-39fd-50e8-bbb8-549496ad36b2
2026-03-28 14:35:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0251b0bc-e755-54e6-aa68-84a63c400ddf
2026-03-28 14:35:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0251b0bc-e755-54e6-aa68-84a63c400ddf, skipping ID generation
2026-03-28 14:35:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0251b0bc-e755-54e6-aa68-84a63c400ddf with scrape type 1
2026-03-28 14:35:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0251b0bc-e755-54e6-aa68-84a63c400ddf sending to next pipeline
2026-03-28 14:35:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0251b0bc-e755-54e6-aa68-84a63c400ddf, identifier: 7013514auction111170
2026-03-28 14:35:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9d871e36-39fd-50e8-bbb8-549496ad36b2
2026-03-28 14:35:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9d871e36-39fd-50e8-bbb8-549496ad36b2
2026-03-28 14:35:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013513/photo_003/780x0__r.jpg?hash=1774695677> (referer: https://ecarstrade.com/cars/7013513)
2026-03-28 14:35:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013551> (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-28 14:35:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0251b0bc-e755-54e6-aa68-84a63c400ddf with identifier: 7013514auction111170
2026-03-28 14:35:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0251b0bc-e755-54e6-aa68-84a63c400ddf with identifier: 7013514auction111170
2026-03-28 14:35:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0251b0bc-e755-54e6-aa68-84a63c400ddf with identifier: 7013514auction111170 to the API
2026-03-28 14:35:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35: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-28 14:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013514/photo_001/780x0__r.jpg?hash=1774695674>
{'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-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': '0251b0bc-e755-54e6-aa68-84a63c400ddf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013514',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '116',
'odometer': 55920,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': 5,
'seller_name': None,
'title': '1 Berline 116 d 1.5 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': '1 Berline d 1.5 115CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-28 14:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013514auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:27 [ecarstrade.be] INFO: Saving data for 7013514auction111170: {'created_time': 1774708527.713325, 'last_price_update_time': 1774708527.713335, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013514auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9d871e36-39fd-50e8-bbb8-549496ad36b2
2026-03-28 14:35:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013513/photo_002/780x0__r.jpg?hash=1774695677> (referer: https://ecarstrade.com/cars/7013513)
2026-03-28 14:35:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013513/photo_001/780x0__r.jpg?hash=1774695677> (referer: https://ecarstrade.com/cars/7013513)
2026-03-28 14:35:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013526/photo_003/780x0__r.jpg?hash=1774695701> (referer: https://ecarstrade.com/cars/7013526)
2026-03-28 14:35:27 [ecarstrade.be] INFO: Extracting details for car 7013551auction111170
2026-03-28 14:35:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9d871e36-39fd-50e8-bbb8-549496ad36b2
2026-03-28 14:35:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9d871e36-39fd-50e8-bbb8-549496ad36b2
2026-03-28 14:35:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9d871e36-39fd-50e8-bbb8-549496ad36b2, skipping ID generation
2026-03-28 14:35:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d871e36-39fd-50e8-bbb8-549496ad36b2 with scrape type 1
2026-03-28 14:35:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9d871e36-39fd-50e8-bbb8-549496ad36b2 sending to next pipeline
2026-03-28 14:35:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d871e36-39fd-50e8-bbb8-549496ad36b2, identifier: 7013515auction111170
2026-03-28 14:35:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b42fabf8-66e4-5949-a02b-1135bbf63ed5
2026-03-28 14:35:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013526/photo_004/780x0__r.jpg?hash=1774695701> (referer: https://ecarstrade.com/cars/7013526)
2026-03-28 14:35:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d871e36-39fd-50e8-bbb8-549496ad36b2 with identifier: 7013515auction111170
2026-03-28 14:35:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d871e36-39fd-50e8-bbb8-549496ad36b2 with identifier: 7013515auction111170
2026-03-28 14:35:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d871e36-39fd-50e8-bbb8-549496ad36b2 with identifier: 7013515auction111170 to the API
2026-03-28 14:35:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013515/photo_001/780x0__r.jpg?hash=1774695678>
{'auction_title': '',
'c_o_2_emission_value': 45,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9d871e36-39fd-50e8-bbb8-549496ad36b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013515',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X3',
'odometer': 37404,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 / 2021 / 5P / SUV xDrive30e 292ch Business Design BVA8',
'transmission': 'automatic',
'trim': '/ 2021 / 5P / SUV xDrive30e 292ch Business Design BVA8',
'vin': None,
'year': 2023}
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013515auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:28 [ecarstrade.be] INFO: Saving data for 7013515auction111170: {'created_time': 1774708528.244995, 'last_price_update_time': 1774708528.245006, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013515auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013526/photo_002/780x0__r.jpg?hash=1774695701> (referer: https://ecarstrade.com/cars/7013526)
2026-03-28 14:35:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 95d1b692-4ee3-57a8-9ffb-cbc75484b3fa
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 95d1b692-4ee3-57a8-9ffb-cbc75484b3fa
2026-03-28 14:35:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60eb1332-54af-55b5-aa9e-8d838a609122 with identifier: 7013551auction111170
2026-03-28 14:35:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60eb1332-54af-55b5-aa9e-8d838a609122 with scrape type 1
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 60eb1332-54af-55b5-aa9e-8d838a609122
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013551%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695745%27 HTTP/1.1" 200 None
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013551/photo_001/780x0__r.jpg?hash=1774695745 not downloaded yet
2026-03-28 14:35:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013526/photo_005/780x0__r.jpg?hash=1774695701> (referer: https://ecarstrade.com/cars/7013526)
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 95d1b692-4ee3-57a8-9ffb-cbc75484b3fa
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 95d1b692-4ee3-57a8-9ffb-cbc75484b3fa
2026-03-28 14:35:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 95d1b692-4ee3-57a8-9ffb-cbc75484b3fa, skipping ID generation
2026-03-28 14:35:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95d1b692-4ee3-57a8-9ffb-cbc75484b3fa with scrape type 1
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 95d1b692-4ee3-57a8-9ffb-cbc75484b3fa sending to next pipeline
2026-03-28 14:35:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 95d1b692-4ee3-57a8-9ffb-cbc75484b3fa, identifier: 7013513auction111170
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b42fabf8-66e4-5949-a02b-1135bbf63ed5
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013551%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695745%27 HTTP/1.1" 200 None
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013551/photo_002/780x0__r.jpg?hash=1774695745 not downloaded yet
2026-03-28 14:35:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 95d1b692-4ee3-57a8-9ffb-cbc75484b3fa with identifier: 7013513auction111170
2026-03-28 14:35:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 95d1b692-4ee3-57a8-9ffb-cbc75484b3fa with identifier: 7013513auction111170
2026-03-28 14:35:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 95d1b692-4ee3-57a8-9ffb-cbc75484b3fa with identifier: 7013513auction111170 to the API
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013513/photo_001/780x0__r.jpg?hash=1774695677>
{'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-29T12:00:00Z',
'fuel_type': 'Petrol',
'id': '95d1b692-4ee3-57a8-9ffb-cbc75484b3fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013513',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X2',
'odometer': 37996,
'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': 'Série X2 sDrive 18i Lounge 1.5 135CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Série sDrive 18i Lounge 1.5 135CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013513auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:28 [ecarstrade.be] INFO: Saving data for 7013513auction111170: {'created_time': 1774708528.825705, 'last_price_update_time': 1774708528.825716, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013513auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b42fabf8-66e4-5949-a02b-1135bbf63ed5
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b42fabf8-66e4-5949-a02b-1135bbf63ed5
2026-03-28 14:35:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013526/photo_006/780x0__r.jpg?hash=1774695701> (referer: https://ecarstrade.com/cars/7013526)
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013551%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695745%27 HTTP/1.1" 200 None
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013551/photo_003/780x0__r.jpg?hash=1774695745 not downloaded yet
2026-03-28 14:35:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013551%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695745%27 HTTP/1.1" 200 None
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013551/photo_004/780x0__r.jpg?hash=1774695745 not downloaded yet
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b42fabf8-66e4-5949-a02b-1135bbf63ed5
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013551%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695745%27 HTTP/1.1" 200 None
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013551/photo_005/780x0__r.jpg?hash=1774695745 not downloaded yet
2026-03-28 14:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013551%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695745%27 HTTP/1.1" 200 None
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013551/photo_006/780x0__r.jpg?hash=1774695745 not downloaded yet
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b42fabf8-66e4-5949-a02b-1135bbf63ed5
2026-03-28 14:35:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b42fabf8-66e4-5949-a02b-1135bbf63ed5, skipping ID generation
2026-03-28 14:35:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b42fabf8-66e4-5949-a02b-1135bbf63ed5 with scrape type 1
2026-03-28 14:35:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b42fabf8-66e4-5949-a02b-1135bbf63ed5 sending to next pipeline
2026-03-28 14:35:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b42fabf8-66e4-5949-a02b-1135bbf63ed5, identifier: 7013526auction111170
2026-03-28 14:35:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b42fabf8-66e4-5949-a02b-1135bbf63ed5 with identifier: 7013526auction111170
2026-03-28 14:35:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b42fabf8-66e4-5949-a02b-1135bbf63ed5 with identifier: 7013526auction111170
2026-03-28 14:35:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b42fabf8-66e4-5949-a02b-1135bbf63ed5 with identifier: 7013526auction111170 to the API
2026-03-28 14:35:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013526/photo_006/780x0__r.jpg?hash=1774695701>
{'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-29T12:00:00Z',
'fuel_type': 'Electric',
'id': 'b42fabf8-66e4-5949-a02b-1135bbf63ed5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013526',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 56881,
'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': 'Kona Creative Electrique 2WD 64kWh BVA',
'transmission': 'automatic',
'trim': 'Creative Electrique 2WD 64kWh BVA',
'vin': None,
'year': 2022}
2026-03-28 14:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013526auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:29 [ecarstrade.be] INFO: Saving data for 7013526auction111170: {'created_time': 1774708529.431025, 'last_price_update_time': 1774708529.431037, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013526auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013525> (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-28 14:35:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:30 [ecarstrade.be] INFO: Extracting details for car 7013525auction111170
2026-03-28 14:35:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17627772-1fc2-55e1-8303-8b30320edc8b with identifier: 7013525auction111170
2026-03-28 14:35:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17627772-1fc2-55e1-8303-8b30320edc8b with scrape type 1
2026-03-28 14:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 17627772-1fc2-55e1-8303-8b30320edc8b
2026-03-28 14:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013525%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695695%27 HTTP/1.1" 200 None
2026-03-28 14:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013525/photo_001/780x0__r.jpg?hash=1774695695 not downloaded yet
2026-03-28 14:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013525%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695695%27 HTTP/1.1" 200 None
2026-03-28 14:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013525/photo_002/780x0__r.jpg?hash=1774695695 not downloaded yet
2026-03-28 14:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013525%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695695%27 HTTP/1.1" 200 None
2026-03-28 14:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013525/photo_003/780x0__r.jpg?hash=1774695695 not downloaded yet
2026-03-28 14:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013525%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695695%27 HTTP/1.1" 200 None
2026-03-28 14:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013525/photo_004/780x0__r.jpg?hash=1774695695 not downloaded yet
2026-03-28 14:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013525%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695695%27 HTTP/1.1" 200 None
2026-03-28 14:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013525/photo_005/780x0__r.jpg?hash=1774695695 not downloaded yet
2026-03-28 14:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013525%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695695%27 HTTP/1.1" 200 None
2026-03-28 14:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013525/photo_006/780x0__r.jpg?hash=1774695695 not downloaded yet
2026-03-28 14:35:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013550> (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-28 14:35:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013547> (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-28 14:35:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:35 [ecarstrade.be] INFO: Extracting details for car 7013550auction111170
2026-03-28 14:35:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4c07644-0d5c-5e59-a9e3-9c3b601a5f1a with identifier: 7013550auction111170
2026-03-28 14:35:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4c07644-0d5c-5e59-a9e3-9c3b601a5f1a with scrape type 1
2026-03-28 14:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d4c07644-0d5c-5e59-a9e3-9c3b601a5f1a
2026-03-28 14:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013550%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695743%27 HTTP/1.1" 200 None
2026-03-28 14:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013550/photo_001/780x0__r.jpg?hash=1774695743 not downloaded yet
2026-03-28 14:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013550%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695743%27 HTTP/1.1" 200 None
2026-03-28 14:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013550/photo_002/780x0__r.jpg?hash=1774695743 not downloaded yet
2026-03-28 14:35:35 [ecarstrade.be] INFO: Extracting details for car 7013547auction111170
2026-03-28 14:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013550%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695743%27 HTTP/1.1" 200 None
2026-03-28 14:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013550/photo_003/780x0__r.jpg?hash=1774695743 not downloaded yet
2026-03-28 14:35:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e87a69eb-2be7-5e1d-a704-d667b95c9639 with identifier: 7013547auction111170
2026-03-28 14:35:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e87a69eb-2be7-5e1d-a704-d667b95c9639 with scrape type 1
2026-03-28 14:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e87a69eb-2be7-5e1d-a704-d667b95c9639
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013547%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695737%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013547/photo_001/780x0__r.jpg?hash=1774695737 not downloaded yet
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013550%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695743%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013550/photo_004/780x0__r.jpg?hash=1774695743 not downloaded yet
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013547%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695737%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013547/photo_002/780x0__r.jpg?hash=1774695737 not downloaded yet
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013550%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695743%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013550/photo_005/780x0__r.jpg?hash=1774695743 not downloaded yet
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013547%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695737%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013547/photo_003/780x0__r.jpg?hash=1774695737 not downloaded yet
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013550%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695743%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013550/photo_006/780x0__r.jpg?hash=1774695743 not downloaded yet
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013547%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695738%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013547/photo_004/780x0__r.jpg?hash=1774695738 not downloaded yet
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013547%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695738%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013547/photo_005/780x0__r.jpg?hash=1774695738 not downloaded yet
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013547%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695737%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013547/photo_006/780x0__r.jpg?hash=1774695737 not downloaded yet
2026-03-28 14:35:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013549> (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-28 14:35:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:36 [ecarstrade.be] INFO: Extracting details for car 7013549auction111170
2026-03-28 14:35:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd8552dd-2a49-5d8e-aaeb-481e282e0034 with identifier: 7013549auction111170
2026-03-28 14:35:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd8552dd-2a49-5d8e-aaeb-481e282e0034 with scrape type 1
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dd8552dd-2a49-5d8e-aaeb-481e282e0034
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013549%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695740%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013549/photo_001/780x0__r.jpg?hash=1774695740 not downloaded yet
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013549%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695740%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013549/photo_002/780x0__r.jpg?hash=1774695740 not downloaded yet
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013549%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695741%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013549/photo_003/780x0__r.jpg?hash=1774695741 not downloaded yet
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013549%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695741%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013549/photo_004/780x0__r.jpg?hash=1774695741 not downloaded yet
2026-03-28 14:35:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013548> (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-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013549%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695741%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013549/photo_005/780x0__r.jpg?hash=1774695741 not downloaded yet
2026-03-28 14:35:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013549%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695741%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013549/photo_006/780x0__r.jpg?hash=1774695741 not downloaded yet
2026-03-28 14:35:36 [ecarstrade.be] INFO: Extracting details for car 7013548auction111170
2026-03-28 14:35:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55d8d79a-95bf-5349-8b57-a8b1fbb3f231 with identifier: 7013548auction111170
2026-03-28 14:35:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55d8d79a-95bf-5349-8b57-a8b1fbb3f231 with scrape type 1
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 55d8d79a-95bf-5349-8b57-a8b1fbb3f231
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013548%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695739%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013548/photo_001/780x0__r.jpg?hash=1774695739 not downloaded yet
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013548%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695739%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013548/photo_002/780x0__r.jpg?hash=1774695739 not downloaded yet
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013548%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695739%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013548/photo_003/780x0__r.jpg?hash=1774695739 not downloaded yet
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013548%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695739%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013548/photo_004/780x0__r.jpg?hash=1774695739 not downloaded yet
2026-03-28 14:35:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013546> (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-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013548%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695739%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013548/photo_005/780x0__r.jpg?hash=1774695739 not downloaded yet
2026-03-28 14:35:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013548%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695740%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013548/photo_006/780x0__r.jpg?hash=1774695740 not downloaded yet
2026-03-28 14:35:36 [ecarstrade.be] INFO: Extracting details for car 7013546auction111170
2026-03-28 14:35:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 482bcf6e-7cff-58b8-b88f-8a479506cc8f with identifier: 7013546auction111170
2026-03-28 14:35:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 482bcf6e-7cff-58b8-b88f-8a479506cc8f with scrape type 1
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 482bcf6e-7cff-58b8-b88f-8a479506cc8f
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013546%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695735%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013546/photo_001/780x0__r.jpg?hash=1774695735 not downloaded yet
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013546%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695735%27 HTTP/1.1" 200 None
2026-03-28 14:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013546/photo_002/780x0__r.jpg?hash=1774695735 not downloaded yet
2026-03-28 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013546%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695735%27 HTTP/1.1" 200 None
2026-03-28 14:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013546/photo_003/780x0__r.jpg?hash=1774695735 not downloaded yet
2026-03-28 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013546%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695735%27 HTTP/1.1" 200 None
2026-03-28 14:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013546/photo_004/780x0__r.jpg?hash=1774695735 not downloaded yet
2026-03-28 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013546%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695735%27 HTTP/1.1" 200 None
2026-03-28 14:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013546/photo_005/780x0__r.jpg?hash=1774695735 not downloaded yet
2026-03-28 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013546%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695736%27 HTTP/1.1" 200 None
2026-03-28 14:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013546/photo_006/780x0__r.jpg?hash=1774695736 not downloaded yet
2026-03-28 14:35:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013512> (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-28 14:35:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:39 [ecarstrade.be] INFO: Extracting details for car 7013512auction111170
2026-03-28 14:35:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68ca75a1-3b99-51a6-be5a-61e70aa8fe24 with identifier: 7013512auction111170
2026-03-28 14:35:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68ca75a1-3b99-51a6-be5a-61e70aa8fe24 with scrape type 1
2026-03-28 14:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 68ca75a1-3b99-51a6-be5a-61e70aa8fe24
2026-03-28 14:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013512%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695676%27 HTTP/1.1" 200 None
2026-03-28 14:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013512/photo_001/780x0__r.jpg?hash=1774695676 not downloaded yet
2026-03-28 14:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013512%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695675%27 HTTP/1.1" 200 None
2026-03-28 14:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013512/photo_002/780x0__r.jpg?hash=1774695675 not downloaded yet
2026-03-28 14:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013512%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695675%27 HTTP/1.1" 200 None
2026-03-28 14:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013512/photo_003/780x0__r.jpg?hash=1774695675 not downloaded yet
2026-03-28 14:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013512%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695676%27 HTTP/1.1" 200 None
2026-03-28 14:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013512/photo_004/780x0__r.jpg?hash=1774695676 not downloaded yet
2026-03-28 14:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013512%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695676%27 HTTP/1.1" 200 None
2026-03-28 14:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013512/photo_005/780x0__r.jpg?hash=1774695676 not downloaded yet
2026-03-28 14:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013512%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695676%27 HTTP/1.1" 200 None
2026-03-28 14:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013512/photo_006/780x0__r.jpg?hash=1774695676 not downloaded yet
2026-03-28 14:35:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013542> (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-28 14:35:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013551/photo_002/780x0__r.jpg?hash=1774695745> (referer: https://ecarstrade.com/cars/7013551)
2026-03-28 14:35:42 [ecarstrade.be] INFO: Extracting details for car 7013542auction111170
2026-03-28 14:35:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cec3440-4360-5106-a16b-1a2dc6dccb4e with identifier: 7013542auction111170
2026-03-28 14:35:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cec3440-4360-5106-a16b-1a2dc6dccb4e with scrape type 1
2026-03-28 14:35:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4cec3440-4360-5106-a16b-1a2dc6dccb4e
2026-03-28 14:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013542%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695731%27 HTTP/1.1" 200 None
2026-03-28 14:35:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013542/photo_001/780x0__r.jpg?hash=1774695731 not downloaded yet
2026-03-28 14:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013542%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695731%27 HTTP/1.1" 200 None
2026-03-28 14:35:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013542/photo_002/780x0__r.jpg?hash=1774695731 not downloaded yet
2026-03-28 14:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013542%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695731%27 HTTP/1.1" 200 None
2026-03-28 14:35:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013542/photo_003/780x0__r.jpg?hash=1774695731 not downloaded yet
2026-03-28 14:35:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013551/photo_006/780x0__r.jpg?hash=1774695745> (referer: https://ecarstrade.com/cars/7013551)
2026-03-28 14:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013542%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695731%27 HTTP/1.1" 200 None
2026-03-28 14:35:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013542/photo_004/780x0__r.jpg?hash=1774695731 not downloaded yet
2026-03-28 14:35:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 60eb1332-54af-55b5-aa9e-8d838a609122
2026-03-28 14:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013542%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695732%27 HTTP/1.1" 200 None
2026-03-28 14:35:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013542/photo_005/780x0__r.jpg?hash=1774695732 not downloaded yet
2026-03-28 14:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013542%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695731%27 HTTP/1.1" 200 None
2026-03-28 14:35:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013542/photo_006/780x0__r.jpg?hash=1774695731 not downloaded yet
2026-03-28 14:35:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 60eb1332-54af-55b5-aa9e-8d838a609122
2026-03-28 14:35:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013525/photo_006/780x0__r.jpg?hash=1774695695> (referer: https://ecarstrade.com/cars/7013525)
2026-03-28 14:35:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013525/photo_005/780x0__r.jpg?hash=1774695695> (referer: https://ecarstrade.com/cars/7013525)
2026-03-28 14:35:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 17627772-1fc2-55e1-8303-8b30320edc8b
2026-03-28 14:35:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013547/photo_006/780x0__r.jpg?hash=1774695737> (referer: https://ecarstrade.com/cars/7013547)
2026-03-28 14:35:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 17627772-1fc2-55e1-8303-8b30320edc8b
2026-03-28 14:35:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013549/photo_004/780x0__r.jpg?hash=1774695741> (referer: https://ecarstrade.com/cars/7013549)
2026-03-28 14:35:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013543> (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-28 14:35:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e87a69eb-2be7-5e1d-a704-d667b95c9639
2026-03-28 14:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013548/photo_004/780x0__r.jpg?hash=1774695739> (referer: https://ecarstrade.com/cars/7013548)
2026-03-28 14:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013546/photo_006/780x0__r.jpg?hash=1774695736> (referer: https://ecarstrade.com/cars/7013546)
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dd8552dd-2a49-5d8e-aaeb-481e282e0034
2026-03-28 14:35:43 [ecarstrade.be] INFO: Extracting details for car 7013543auction111170
2026-03-28 14:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013512/photo_005/780x0__r.jpg?hash=1774695676> (referer: https://ecarstrade.com/cars/7013512)
2026-03-28 14:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013512/photo_006/780x0__r.jpg?hash=1774695676> (referer: https://ecarstrade.com/cars/7013512)
2026-03-28 14:35:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 846649f7-044a-5e9e-a2ef-8d8182daeb3f with identifier: 7013543auction111170
2026-03-28 14:35:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 846649f7-044a-5e9e-a2ef-8d8182daeb3f with scrape type 1
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 846649f7-044a-5e9e-a2ef-8d8182daeb3f
2026-03-28 14:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013543%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695732%27 HTTP/1.1" 200 None
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013543/photo_001/780x0__r.jpg?hash=1774695732 not downloaded yet
2026-03-28 14:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013543%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695732%27 HTTP/1.1" 200 None
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013543/photo_002/780x0__r.jpg?hash=1774695732 not downloaded yet
2026-03-28 14:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013543%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695732%27 HTTP/1.1" 200 None
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013543/photo_003/780x0__r.jpg?hash=1774695732 not downloaded yet
2026-03-28 14:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013543%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695733%27 HTTP/1.1" 200 None
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013543/photo_004/780x0__r.jpg?hash=1774695733 not downloaded yet
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 55d8d79a-95bf-5349-8b57-a8b1fbb3f231
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 482bcf6e-7cff-58b8-b88f-8a479506cc8f
2026-03-28 14:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013543%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695732%27 HTTP/1.1" 200 None
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013543/photo_005/780x0__r.jpg?hash=1774695732 not downloaded yet
2026-03-28 14:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013542/photo_006/780x0__r.jpg?hash=1774695731> (referer: https://ecarstrade.com/cars/7013542)
2026-03-28 14:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013542/photo_003/780x0__r.jpg?hash=1774695731> (referer: https://ecarstrade.com/cars/7013542)
2026-03-28 14:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013543%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695732%27 HTTP/1.1" 200 None
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013543/photo_006/780x0__r.jpg?hash=1774695732 not downloaded yet
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 68ca75a1-3b99-51a6-be5a-61e70aa8fe24
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 68ca75a1-3b99-51a6-be5a-61e70aa8fe24
2026-03-28 14:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013542/photo_004/780x0__r.jpg?hash=1774695731> (referer: https://ecarstrade.com/cars/7013542)
2026-03-28 14:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013542/photo_005/780x0__r.jpg?hash=1774695732> (referer: https://ecarstrade.com/cars/7013542)
2026-03-28 14:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013542/photo_002/780x0__r.jpg?hash=1774695731> (referer: https://ecarstrade.com/cars/7013542)
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4cec3440-4360-5106-a16b-1a2dc6dccb4e
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4cec3440-4360-5106-a16b-1a2dc6dccb4e
2026-03-28 14:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013542/photo_001/780x0__r.jpg?hash=1774695731> (referer: https://ecarstrade.com/cars/7013542)
2026-03-28 14:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013512/photo_004/780x0__r.jpg?hash=1774695676> (referer: https://ecarstrade.com/cars/7013512)
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4cec3440-4360-5106-a16b-1a2dc6dccb4e
2026-03-28 14:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013512/photo_003/780x0__r.jpg?hash=1774695675> (referer: https://ecarstrade.com/cars/7013512)
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4cec3440-4360-5106-a16b-1a2dc6dccb4e
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4cec3440-4360-5106-a16b-1a2dc6dccb4e
2026-03-28 14:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013512/photo_001/780x0__r.jpg?hash=1774695676> (referer: https://ecarstrade.com/cars/7013512)
2026-03-28 14:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013512/photo_002/780x0__r.jpg?hash=1774695675> (referer: https://ecarstrade.com/cars/7013512)
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4cec3440-4360-5106-a16b-1a2dc6dccb4e
2026-03-28 14:35:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4cec3440-4360-5106-a16b-1a2dc6dccb4e, skipping ID generation
2026-03-28 14:35:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cec3440-4360-5106-a16b-1a2dc6dccb4e with scrape type 1
2026-03-28 14:35:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4cec3440-4360-5106-a16b-1a2dc6dccb4e sending to next pipeline
2026-03-28 14:35:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4cec3440-4360-5106-a16b-1a2dc6dccb4e, identifier: 7013542auction111170
2026-03-28 14:35:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4cec3440-4360-5106-a16b-1a2dc6dccb4e with identifier: 7013542auction111170
2026-03-28 14:35:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4cec3440-4360-5106-a16b-1a2dc6dccb4e with identifier: 7013542auction111170
2026-03-28 14:35:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4cec3440-4360-5106-a16b-1a2dc6dccb4e with identifier: 7013542auction111170 to the API
2026-03-28 14:35:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013542/photo_001/780x0__r.jpg?hash=1774695731>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Petrol',
'id': '4cec3440-4360-5106-a16b-1a2dc6dccb4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013542',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 80082,
'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': 'Clio V Equilibre 1.0 TCe 90CV BVM6 E6d',
'transmission': 'manual',
'trim': 'V Equilibre 1.0 TCe 90CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-28 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277013542auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:44 [ecarstrade.be] INFO: Saving data for 7013542auction111170: {'created_time': 1774708544.134616, 'last_price_update_time': 1774708544.134626, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013542auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013543/photo_005/780x0__r.jpg?hash=1774695732> (referer: https://ecarstrade.com/cars/7013543)
2026-03-28 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013543/photo_004/780x0__r.jpg?hash=1774695733> (referer: https://ecarstrade.com/cars/7013543)
2026-03-28 14:35:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 68ca75a1-3b99-51a6-be5a-61e70aa8fe24
2026-03-28 14:35:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 68ca75a1-3b99-51a6-be5a-61e70aa8fe24
2026-03-28 14:35:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 68ca75a1-3b99-51a6-be5a-61e70aa8fe24
2026-03-28 14:35:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 68ca75a1-3b99-51a6-be5a-61e70aa8fe24
2026-03-28 14:35:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 68ca75a1-3b99-51a6-be5a-61e70aa8fe24, skipping ID generation
2026-03-28 14:35:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68ca75a1-3b99-51a6-be5a-61e70aa8fe24 with scrape type 1
2026-03-28 14:35:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 68ca75a1-3b99-51a6-be5a-61e70aa8fe24 sending to next pipeline
2026-03-28 14:35:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 68ca75a1-3b99-51a6-be5a-61e70aa8fe24, identifier: 7013512auction111170
2026-03-28 14:35:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 68ca75a1-3b99-51a6-be5a-61e70aa8fe24 with identifier: 7013512auction111170
2026-03-28 14:35:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 68ca75a1-3b99-51a6-be5a-61e70aa8fe24 with identifier: 7013512auction111170
2026-03-28 14:35:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 68ca75a1-3b99-51a6-be5a-61e70aa8fe24 with identifier: 7013512auction111170 to the API
2026-03-28 14:35:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013512/photo_002/780x0__r.jpg?hash=1774695675>
{'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-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': '68ca75a1-3b99-51a6-be5a-61e70aa8fe24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013512',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'Q3',
'odometer': 75805,
'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': 'Q3 35 TDI Business Line 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': '35 TDI Business Line 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-28 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277013512auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:44 [ecarstrade.be] INFO: Saving data for 7013512auction111170: {'created_time': 1774708544.558374, 'last_price_update_time': 1774708544.558386, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013512auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013543/photo_003/780x0__r.jpg?hash=1774695732> (referer: https://ecarstrade.com/cars/7013543)
2026-03-28 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013543/photo_006/780x0__r.jpg?hash=1774695732> (referer: https://ecarstrade.com/cars/7013543)
2026-03-28 14:35:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 846649f7-044a-5e9e-a2ef-8d8182daeb3f
2026-03-28 14:35:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 846649f7-044a-5e9e-a2ef-8d8182daeb3f
2026-03-28 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013544> (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-28 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013543/photo_001/780x0__r.jpg?hash=1774695732> (referer: https://ecarstrade.com/cars/7013543)
2026-03-28 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013543/photo_002/780x0__r.jpg?hash=1774695732> (referer: https://ecarstrade.com/cars/7013543)
2026-03-28 14:35:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 846649f7-044a-5e9e-a2ef-8d8182daeb3f
2026-03-28 14:35:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 846649f7-044a-5e9e-a2ef-8d8182daeb3f
2026-03-28 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013546/photo_004/780x0__r.jpg?hash=1774695735> (referer: https://ecarstrade.com/cars/7013546)
2026-03-28 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013546/photo_003/780x0__r.jpg?hash=1774695735> (referer: https://ecarstrade.com/cars/7013546)
2026-03-28 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013546/photo_005/780x0__r.jpg?hash=1774695735> (referer: https://ecarstrade.com/cars/7013546)
2026-03-28 14:35:44 [ecarstrade.be] INFO: Extracting details for car 7013544auction111170
2026-03-28 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013546/photo_001/780x0__r.jpg?hash=1774695735> (referer: https://ecarstrade.com/cars/7013546)
2026-03-28 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013548/photo_006/780x0__r.jpg?hash=1774695740> (referer: https://ecarstrade.com/cars/7013548)
2026-03-28 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013540> (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-28 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013546/photo_002/780x0__r.jpg?hash=1774695735> (referer: https://ecarstrade.com/cars/7013546)
2026-03-28 14:35:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66b3601d-482f-5b73-b754-9f2df3a02766 with identifier: 7013544auction111170
2026-03-28 14:35:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66b3601d-482f-5b73-b754-9f2df3a02766 with scrape type 1
2026-03-28 14:35:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 66b3601d-482f-5b73-b754-9f2df3a02766
2026-03-28 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013544%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695733%27 HTTP/1.1" 200 None
2026-03-28 14:35:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013544/photo_001/780x0__r.jpg?hash=1774695733 not downloaded yet
2026-03-28 14:35:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 846649f7-044a-5e9e-a2ef-8d8182daeb3f
2026-03-28 14:35:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 846649f7-044a-5e9e-a2ef-8d8182daeb3f
2026-03-28 14:35:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 846649f7-044a-5e9e-a2ef-8d8182daeb3f, skipping ID generation
2026-03-28 14:35:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 846649f7-044a-5e9e-a2ef-8d8182daeb3f with scrape type 1
2026-03-28 14:35:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 846649f7-044a-5e9e-a2ef-8d8182daeb3f sending to next pipeline
2026-03-28 14:35:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 846649f7-044a-5e9e-a2ef-8d8182daeb3f, identifier: 7013543auction111170
2026-03-28 14:35:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 846649f7-044a-5e9e-a2ef-8d8182daeb3f with identifier: 7013543auction111170
2026-03-28 14:35:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 846649f7-044a-5e9e-a2ef-8d8182daeb3f with identifier: 7013543auction111170
2026-03-28 14:35:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 846649f7-044a-5e9e-a2ef-8d8182daeb3f with identifier: 7013543auction111170 to the API
2026-03-28 14:35:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013543/photo_002/780x0__r.jpg?hash=1774695732>
{'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-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': '846649f7-044a-5e9e-a2ef-8d8182daeb3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013543',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 115053,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 2,
'seller_name': None,
'title': 'Kangoo 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-28 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277013543auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:45 [ecarstrade.be] INFO: Saving data for 7013543auction111170: {'created_time': 1774708545.284143, 'last_price_update_time': 1774708545.284153, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013543auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013548/photo_005/780x0__r.jpg?hash=1774695739> (referer: https://ecarstrade.com/cars/7013548)
2026-03-28 14:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013548/photo_003/780x0__r.jpg?hash=1774695739> (referer: https://ecarstrade.com/cars/7013548)
2026-03-28 14:35:45 [ecarstrade.be] INFO: Extracting details for car 7013540auction111170
2026-03-28 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013544%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695733%27 HTTP/1.1" 200 None
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013544/photo_002/780x0__r.jpg?hash=1774695733 not downloaded yet
2026-03-28 14:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013548/photo_001/780x0__r.jpg?hash=1774695739> (referer: https://ecarstrade.com/cars/7013548)
2026-03-28 14:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013548/photo_002/780x0__r.jpg?hash=1774695739> (referer: https://ecarstrade.com/cars/7013548)
2026-03-28 14:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013539> (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-28 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013544%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695733%27 HTTP/1.1" 200 None
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013544/photo_003/780x0__r.jpg?hash=1774695733 not downloaded yet
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 482bcf6e-7cff-58b8-b88f-8a479506cc8f
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 482bcf6e-7cff-58b8-b88f-8a479506cc8f
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 482bcf6e-7cff-58b8-b88f-8a479506cc8f
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 482bcf6e-7cff-58b8-b88f-8a479506cc8f
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 55d8d79a-95bf-5349-8b57-a8b1fbb3f231
2026-03-28 14:35:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81295096-5d0d-593d-8144-94c6a8ce4a62 with identifier: 7013540auction111170
2026-03-28 14:35:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81295096-5d0d-593d-8144-94c6a8ce4a62 with scrape type 1
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 81295096-5d0d-593d-8144-94c6a8ce4a62
2026-03-28 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013540%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695726%27 HTTP/1.1" 200 None
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013540/photo_001/780x0__r.jpg?hash=1774695726 not downloaded yet
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 482bcf6e-7cff-58b8-b88f-8a479506cc8f
2026-03-28 14:35:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 482bcf6e-7cff-58b8-b88f-8a479506cc8f, skipping ID generation
2026-03-28 14:35:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 482bcf6e-7cff-58b8-b88f-8a479506cc8f with scrape type 1
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 482bcf6e-7cff-58b8-b88f-8a479506cc8f sending to next pipeline
2026-03-28 14:35:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 482bcf6e-7cff-58b8-b88f-8a479506cc8f, identifier: 7013546auction111170
2026-03-28 14:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013549/photo_005/780x0__r.jpg?hash=1774695741> (referer: https://ecarstrade.com/cars/7013549)
2026-03-28 14:35:45 [ecarstrade.be] INFO: Extracting details for car 7013539auction111170
2026-03-28 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013544%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695733%27 HTTP/1.1" 200 None
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013544/photo_004/780x0__r.jpg?hash=1774695733 not downloaded yet
2026-03-28 14:35:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 482bcf6e-7cff-58b8-b88f-8a479506cc8f with identifier: 7013546auction111170
2026-03-28 14:35:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 482bcf6e-7cff-58b8-b88f-8a479506cc8f with identifier: 7013546auction111170
2026-03-28 14:35:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 482bcf6e-7cff-58b8-b88f-8a479506cc8f with identifier: 7013546auction111170 to the API
2026-03-28 14:35:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013546/photo_002/780x0__r.jpg?hash=1774695735>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Petrol',
'id': '482bcf6e-7cff-58b8-b88f-8a479506cc8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013546',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Seat',
'model': 'Leon',
'odometer': 55154,
'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': 'SEAT Leon 5p Berline 2.0 TSI 190 DSG S&S Xcellence',
'transmission': 'automatic',
'trim': 'SEAT 5p Berline 2.0 TSI 190 DSG S&S Xcellence',
'vin': None,
'year': 2019}
2026-03-28 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277013546auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:45 [ecarstrade.be] INFO: Saving data for 7013546auction111170: {'created_time': 1774708545.919313, 'last_price_update_time': 1774708545.919324, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013546auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013549/photo_002/780x0__r.jpg?hash=1774695740> (referer: https://ecarstrade.com/cars/7013549)
2026-03-28 14:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013549/photo_006/780x0__r.jpg?hash=1774695741> (referer: https://ecarstrade.com/cars/7013549)
2026-03-28 14:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013549/photo_003/780x0__r.jpg?hash=1774695741> (referer: https://ecarstrade.com/cars/7013549)
2026-03-28 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013540%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695726%27 HTTP/1.1" 200 None
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013540/photo_002/780x0__r.jpg?hash=1774695726 not downloaded yet
2026-03-28 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013544%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695733%27 HTTP/1.1" 200 None
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013544/photo_005/780x0__r.jpg?hash=1774695733 not downloaded yet
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 55d8d79a-95bf-5349-8b57-a8b1fbb3f231
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 55d8d79a-95bf-5349-8b57-a8b1fbb3f231
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 55d8d79a-95bf-5349-8b57-a8b1fbb3f231
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 55d8d79a-95bf-5349-8b57-a8b1fbb3f231
2026-03-28 14:35:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 55d8d79a-95bf-5349-8b57-a8b1fbb3f231, skipping ID generation
2026-03-28 14:35:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55d8d79a-95bf-5349-8b57-a8b1fbb3f231 with scrape type 1
2026-03-28 14:35:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 55d8d79a-95bf-5349-8b57-a8b1fbb3f231 sending to next pipeline
2026-03-28 14:35:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55d8d79a-95bf-5349-8b57-a8b1fbb3f231, identifier: 7013548auction111170
2026-03-28 14:35:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba16e828-068f-5dc9-a537-d3ddd5d49ae8 with identifier: 7013539auction111170
2026-03-28 14:35:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba16e828-068f-5dc9-a537-d3ddd5d49ae8 with scrape type 1
2026-03-28 14:35:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ba16e828-068f-5dc9-a537-d3ddd5d49ae8
2026-03-28 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013539%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695724%27 HTTP/1.1" 200 None
2026-03-28 14:35:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013539/photo_001/780x0__r.jpg?hash=1774695724 not downloaded yet
2026-03-28 14:35:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013549/photo_001/780x0__r.jpg?hash=1774695740> (referer: https://ecarstrade.com/cars/7013549)
2026-03-28 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013540%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695727%27 HTTP/1.1" 200 None
2026-03-28 14:35:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013540/photo_003/780x0__r.jpg?hash=1774695727 not downloaded yet
2026-03-28 14:35:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55d8d79a-95bf-5349-8b57-a8b1fbb3f231 with identifier: 7013548auction111170
2026-03-28 14:35:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55d8d79a-95bf-5349-8b57-a8b1fbb3f231 with identifier: 7013548auction111170
2026-03-28 14:35:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55d8d79a-95bf-5349-8b57-a8b1fbb3f231 with identifier: 7013548auction111170 to the API
2026-03-28 14:35:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013548/photo_002/780x0__r.jpg?hash=1774695739>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Electric',
'id': '55d8d79a-95bf-5349-8b57-a8b1fbb3f231',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013548',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 93137,
'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': 'TESLA Model 3 / 2018 / 4P / Berline -',
'transmission': 'automatic',
'trim': 'TESLA / 2018 / 4P / Berline -',
'vin': None,
'year': 2022}
2026-03-28 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013548auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:46 [ecarstrade.be] INFO: Saving data for 7013548auction111170: {'created_time': 1774708546.492606, 'last_price_update_time': 1774708546.492618, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013548auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013547/photo_005/780x0__r.jpg?hash=1774695738> (referer: https://ecarstrade.com/cars/7013547)
2026-03-28 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013544%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695733%27 HTTP/1.1" 200 None
2026-03-28 14:35:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013544/photo_006/780x0__r.jpg?hash=1774695733 not downloaded yet
2026-03-28 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013539%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695724%27 HTTP/1.1" 200 None
2026-03-28 14:35:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013539/photo_002/780x0__r.jpg?hash=1774695724 not downloaded yet
2026-03-28 14:35:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dd8552dd-2a49-5d8e-aaeb-481e282e0034
2026-03-28 14:35:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013547/photo_004/780x0__r.jpg?hash=1774695738> (referer: https://ecarstrade.com/cars/7013547)
2026-03-28 14:35:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013544/photo_001/780x0__r.jpg?hash=1774695733> (referer: https://ecarstrade.com/cars/7013544)
2026-03-28 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013540%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695727%27 HTTP/1.1" 200 None
2026-03-28 14:35:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013540/photo_004/780x0__r.jpg?hash=1774695727 not downloaded yet
2026-03-28 14:35:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013550/photo_006/780x0__r.jpg?hash=1774695743> (referer: https://ecarstrade.com/cars/7013550)
2026-03-28 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013539%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695724%27 HTTP/1.1" 200 None
2026-03-28 14:35:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013539/photo_003/780x0__r.jpg?hash=1774695724 not downloaded yet
2026-03-28 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013540%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695727%27 HTTP/1.1" 200 None
2026-03-28 14:35:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013540/photo_005/780x0__r.jpg?hash=1774695727 not downloaded yet
2026-03-28 14:35:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dd8552dd-2a49-5d8e-aaeb-481e282e0034
2026-03-28 14:35:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dd8552dd-2a49-5d8e-aaeb-481e282e0034
2026-03-28 14:35:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dd8552dd-2a49-5d8e-aaeb-481e282e0034
2026-03-28 14:35:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dd8552dd-2a49-5d8e-aaeb-481e282e0034
2026-03-28 14:35:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dd8552dd-2a49-5d8e-aaeb-481e282e0034, skipping ID generation
2026-03-28 14:35:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd8552dd-2a49-5d8e-aaeb-481e282e0034 with scrape type 1
2026-03-28 14:35:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dd8552dd-2a49-5d8e-aaeb-481e282e0034 sending to next pipeline
2026-03-28 14:35:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd8552dd-2a49-5d8e-aaeb-481e282e0034, identifier: 7013549auction111170
2026-03-28 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013539%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695726%27 HTTP/1.1" 200 None
2026-03-28 14:35:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013539/photo_004/780x0__r.jpg?hash=1774695726 not downloaded yet
2026-03-28 14:35:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd8552dd-2a49-5d8e-aaeb-481e282e0034 with identifier: 7013549auction111170
2026-03-28 14:35:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd8552dd-2a49-5d8e-aaeb-481e282e0034 with identifier: 7013549auction111170
2026-03-28 14:35:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd8552dd-2a49-5d8e-aaeb-481e282e0034 with identifier: 7013549auction111170 to the API
2026-03-28 14:35:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013549/photo_001/780x0__r.jpg?hash=1774695740>
{'auction_title': '',
'c_o_2_emission_value': 87,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'dd8552dd-2a49-5d8e-aaeb-481e282e0034',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013549',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 95479,
'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 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-28 14:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013549auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:47 [ecarstrade.be] INFO: Saving data for 7013549auction111170: {'created_time': 1774708547.118752, 'last_price_update_time': 1774708547.118763, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013549auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013547/photo_003/780x0__r.jpg?hash=1774695737> (referer: https://ecarstrade.com/cars/7013547)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013547/photo_002/780x0__r.jpg?hash=1774695737> (referer: https://ecarstrade.com/cars/7013547)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013544/photo_002/780x0__r.jpg?hash=1774695733> (referer: https://ecarstrade.com/cars/7013544)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013550/photo_005/780x0__r.jpg?hash=1774695743> (referer: https://ecarstrade.com/cars/7013550)
2026-03-28 14:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013540%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695727%27 HTTP/1.1" 200 None
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013540/photo_006/780x0__r.jpg?hash=1774695727 not downloaded yet
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013544/photo_003/780x0__r.jpg?hash=1774695733> (referer: https://ecarstrade.com/cars/7013544)
2026-03-28 14:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013539%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695724%27 HTTP/1.1" 200 None
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013539/photo_005/780x0__r.jpg?hash=1774695724 not downloaded yet
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e87a69eb-2be7-5e1d-a704-d667b95c9639
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e87a69eb-2be7-5e1d-a704-d667b95c9639
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 66b3601d-482f-5b73-b754-9f2df3a02766
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d4c07644-0d5c-5e59-a9e3-9c3b601a5f1a
2026-03-28 14:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013539%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695724%27 HTTP/1.1" 200 None
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013539/photo_006/780x0__r.jpg?hash=1774695724 not downloaded yet
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013539/photo_001/780x0__r.jpg?hash=1774695724> (referer: https://ecarstrade.com/cars/7013539)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013540/photo_001/780x0__r.jpg?hash=1774695726> (referer: https://ecarstrade.com/cars/7013540)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013544/photo_004/780x0__r.jpg?hash=1774695733> (referer: https://ecarstrade.com/cars/7013544)
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e87a69eb-2be7-5e1d-a704-d667b95c9639
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e87a69eb-2be7-5e1d-a704-d667b95c9639
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 66b3601d-482f-5b73-b754-9f2df3a02766
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d4c07644-0d5c-5e59-a9e3-9c3b601a5f1a
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013540/photo_002/780x0__r.jpg?hash=1774695726> (referer: https://ecarstrade.com/cars/7013540)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013540/photo_003/780x0__r.jpg?hash=1774695727> (referer: https://ecarstrade.com/cars/7013540)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013544/photo_005/780x0__r.jpg?hash=1774695733> (referer: https://ecarstrade.com/cars/7013544)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013550/photo_004/780x0__r.jpg?hash=1774695743> (referer: https://ecarstrade.com/cars/7013550)
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 66b3601d-482f-5b73-b754-9f2df3a02766
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013540/photo_005/780x0__r.jpg?hash=1774695727> (referer: https://ecarstrade.com/cars/7013540)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013540/photo_004/780x0__r.jpg?hash=1774695727> (referer: https://ecarstrade.com/cars/7013540)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013539/photo_003/780x0__r.jpg?hash=1774695724> (referer: https://ecarstrade.com/cars/7013539)
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ba16e828-068f-5dc9-a537-d3ddd5d49ae8
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 81295096-5d0d-593d-8144-94c6a8ce4a62
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013544/photo_006/780x0__r.jpg?hash=1774695733> (referer: https://ecarstrade.com/cars/7013544)
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 66b3601d-482f-5b73-b754-9f2df3a02766
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013539/photo_004/780x0__r.jpg?hash=1774695726> (referer: https://ecarstrade.com/cars/7013539)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013539/photo_002/780x0__r.jpg?hash=1774695724> (referer: https://ecarstrade.com/cars/7013539)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013539/photo_005/780x0__r.jpg?hash=1774695724> (referer: https://ecarstrade.com/cars/7013539)
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 81295096-5d0d-593d-8144-94c6a8ce4a62
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 81295096-5d0d-593d-8144-94c6a8ce4a62
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013539/photo_006/780x0__r.jpg?hash=1774695724> (referer: https://ecarstrade.com/cars/7013539)
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 66b3601d-482f-5b73-b754-9f2df3a02766
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d4c07644-0d5c-5e59-a9e3-9c3b601a5f1a
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013547/photo_001/780x0__r.jpg?hash=1774695737> (referer: https://ecarstrade.com/cars/7013547)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013550/photo_002/780x0__r.jpg?hash=1774695743> (referer: https://ecarstrade.com/cars/7013550)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013540/photo_006/780x0__r.jpg?hash=1774695727> (referer: https://ecarstrade.com/cars/7013540)
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 81295096-5d0d-593d-8144-94c6a8ce4a62
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013550/photo_003/780x0__r.jpg?hash=1774695743> (referer: https://ecarstrade.com/cars/7013550)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013525/photo_004/780x0__r.jpg?hash=1774695695> (referer: https://ecarstrade.com/cars/7013525)
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 81295096-5d0d-593d-8144-94c6a8ce4a62
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ba16e828-068f-5dc9-a537-d3ddd5d49ae8
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013525/photo_003/780x0__r.jpg?hash=1774695695> (referer: https://ecarstrade.com/cars/7013525)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013550/photo_001/780x0__r.jpg?hash=1774695743> (referer: https://ecarstrade.com/cars/7013550)
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 66b3601d-482f-5b73-b754-9f2df3a02766
2026-03-28 14:35:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 66b3601d-482f-5b73-b754-9f2df3a02766, skipping ID generation
2026-03-28 14:35:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66b3601d-482f-5b73-b754-9f2df3a02766 with scrape type 1
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 66b3601d-482f-5b73-b754-9f2df3a02766 sending to next pipeline
2026-03-28 14:35:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66b3601d-482f-5b73-b754-9f2df3a02766, identifier: 7013544auction111170
2026-03-28 14:35:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66b3601d-482f-5b73-b754-9f2df3a02766 with identifier: 7013544auction111170
2026-03-28 14:35:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66b3601d-482f-5b73-b754-9f2df3a02766 with identifier: 7013544auction111170
2026-03-28 14:35:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66b3601d-482f-5b73-b754-9f2df3a02766 with identifier: 7013544auction111170 to the API
2026-03-28 14:35:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013544/photo_006/780x0__r.jpg?hash=1774695733>
{'auction_title': '',
'c_o_2_emission_value': 336,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': None,
'engine': '2.3L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': '66b3601d-482f-5b73-b754-9f2df3a02766',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013544',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Master',
'odometer': 21932,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-01',
'seats_number': None,
'seller_name': None,
'title': '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-28 14:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013544auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:47 [ecarstrade.be] INFO: Saving data for 7013544auction111170: {'created_time': 1774708547.907788, 'last_price_update_time': 1774708547.9078, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013544auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013551/photo_005/780x0__r.jpg?hash=1774695745> (referer: https://ecarstrade.com/cars/7013551)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013525/photo_002/780x0__r.jpg?hash=1774695695> (referer: https://ecarstrade.com/cars/7013525)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013551/photo_004/780x0__r.jpg?hash=1774695745> (referer: https://ecarstrade.com/cars/7013551)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013525/photo_001/780x0__r.jpg?hash=1774695695> (referer: https://ecarstrade.com/cars/7013525)
2026-03-28 14:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013551/photo_003/780x0__r.jpg?hash=1774695745> (referer: https://ecarstrade.com/cars/7013551)
2026-03-28 14:35:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ba16e828-068f-5dc9-a537-d3ddd5d49ae8
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ba16e828-068f-5dc9-a537-d3ddd5d49ae8
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ba16e828-068f-5dc9-a537-d3ddd5d49ae8
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ba16e828-068f-5dc9-a537-d3ddd5d49ae8
2026-03-28 14:35:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ba16e828-068f-5dc9-a537-d3ddd5d49ae8, skipping ID generation
2026-03-28 14:35:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba16e828-068f-5dc9-a537-d3ddd5d49ae8 with scrape type 1
2026-03-28 14:35:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ba16e828-068f-5dc9-a537-d3ddd5d49ae8 sending to next pipeline
2026-03-28 14:35:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba16e828-068f-5dc9-a537-d3ddd5d49ae8, identifier: 7013539auction111170
2026-03-28 14:35:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e87a69eb-2be7-5e1d-a704-d667b95c9639
2026-03-28 14:35:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e87a69eb-2be7-5e1d-a704-d667b95c9639, skipping ID generation
2026-03-28 14:35:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e87a69eb-2be7-5e1d-a704-d667b95c9639 with scrape type 1
2026-03-28 14:35:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e87a69eb-2be7-5e1d-a704-d667b95c9639 sending to next pipeline
2026-03-28 14:35:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e87a69eb-2be7-5e1d-a704-d667b95c9639, identifier: 7013547auction111170
2026-03-28 14:35:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d4c07644-0d5c-5e59-a9e3-9c3b601a5f1a
2026-03-28 14:35:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 81295096-5d0d-593d-8144-94c6a8ce4a62
2026-03-28 14:35:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 81295096-5d0d-593d-8144-94c6a8ce4a62, skipping ID generation
2026-03-28 14:35:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81295096-5d0d-593d-8144-94c6a8ce4a62 with scrape type 1
2026-03-28 14:35:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 81295096-5d0d-593d-8144-94c6a8ce4a62 sending to next pipeline
2026-03-28 14:35:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81295096-5d0d-593d-8144-94c6a8ce4a62, identifier: 7013540auction111170
2026-03-28 14:35:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d4c07644-0d5c-5e59-a9e3-9c3b601a5f1a
2026-03-28 14:35:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 17627772-1fc2-55e1-8303-8b30320edc8b
2026-03-28 14:35:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 17627772-1fc2-55e1-8303-8b30320edc8b
2026-03-28 14:35:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d4c07644-0d5c-5e59-a9e3-9c3b601a5f1a
2026-03-28 14:35:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d4c07644-0d5c-5e59-a9e3-9c3b601a5f1a, skipping ID generation
2026-03-28 14:35:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4c07644-0d5c-5e59-a9e3-9c3b601a5f1a with scrape type 1
2026-03-28 14:35:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d4c07644-0d5c-5e59-a9e3-9c3b601a5f1a sending to next pipeline
2026-03-28 14:35:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4c07644-0d5c-5e59-a9e3-9c3b601a5f1a, identifier: 7013550auction111170
2026-03-28 14:35:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba16e828-068f-5dc9-a537-d3ddd5d49ae8 with identifier: 7013539auction111170
2026-03-28 14:35:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba16e828-068f-5dc9-a537-d3ddd5d49ae8 with identifier: 7013539auction111170
2026-03-28 14:35:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba16e828-068f-5dc9-a537-d3ddd5d49ae8 with identifier: 7013539auction111170 to the API
2026-03-28 14:35:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013539/photo_006/780x0__r.jpg?hash=1774695724>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'ba16e828-068f-5dc9-a537-d3ddd5d49ae8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013539',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 36906,
'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': '5008 GT 1.2 PureTech 130CV BVA8 7 Sieges E6d',
'transmission': 'automatic',
'trim': 'GT 1.2 PureTech 130CV BVA8 7 Sieges E6d',
'vin': None,
'year': 2023}
2026-03-28 14:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013539auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:48 [ecarstrade.be] INFO: Saving data for 7013539auction111170: {'created_time': 1774708548.639072, 'last_price_update_time': 1774708548.639083, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013539auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e87a69eb-2be7-5e1d-a704-d667b95c9639 with identifier: 7013547auction111170
2026-03-28 14:35:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e87a69eb-2be7-5e1d-a704-d667b95c9639 with identifier: 7013547auction111170
2026-03-28 14:35:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e87a69eb-2be7-5e1d-a704-d667b95c9639 with identifier: 7013547auction111170 to the API
2026-03-28 14:35:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013547/photo_001/780x0__r.jpg?hash=1774695737>
{'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-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'e87a69eb-2be7-5e1d-a704-d667b95c9639',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013547',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 67719,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 2,
'seller_name': None,
'title': 'Kangoo II Express Maxi Extra (Série Spéciale) 1.5 dCi 95CV BVM6 '
'E6dT',
'transmission': 'manual',
'trim': 'II Express Maxi Extra (Série Spéciale) 1.5 dCi 95CV BVM6 E6dT',
'vin': None,
'year': 2022}
2026-03-28 14:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013547auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:48 [ecarstrade.be] INFO: Saving data for 7013547auction111170: {'created_time': 1774708548.97913, 'last_price_update_time': 1774708548.979142, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013547auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81295096-5d0d-593d-8144-94c6a8ce4a62 with identifier: 7013540auction111170
2026-03-28 14:35:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81295096-5d0d-593d-8144-94c6a8ce4a62 with identifier: 7013540auction111170
2026-03-28 14:35:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81295096-5d0d-593d-8144-94c6a8ce4a62 with identifier: 7013540auction111170 to the API
2026-03-28 14:35:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013540/photo_006/780x0__r.jpg?hash=1774695727>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': '81295096-5d0d-593d-8144-94c6a8ce4a62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013540',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 90333,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio 5p Berline Intens dCi 90 EDC - 18',
'transmission': 'automatic',
'trim': 'RENAULT 5p Berline Intens dCi 90 EDC - 18',
'vin': None,
'year': 2019}
2026-03-28 14:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013540auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:49 [ecarstrade.be] INFO: Saving data for 7013540auction111170: {'created_time': 1774708549.338954, 'last_price_update_time': 1774708549.338968, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013540auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4c07644-0d5c-5e59-a9e3-9c3b601a5f1a with identifier: 7013550auction111170
2026-03-28 14:35:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4c07644-0d5c-5e59-a9e3-9c3b601a5f1a with identifier: 7013550auction111170
2026-03-28 14:35:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4c07644-0d5c-5e59-a9e3-9c3b601a5f1a with identifier: 7013550auction111170 to the API
2026-03-28 14:35:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013550/photo_001/780x0__r.jpg?hash=1774695743>
{'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-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'd4c07644-0d5c-5e59-a9e3-9c3b601a5f1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013550',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 119910,
'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 120CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Passat Break Business 2.0 TDI 120CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-28 14:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013550auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:49 [ecarstrade.be] INFO: Saving data for 7013550auction111170: {'created_time': 1774708549.727406, 'last_price_update_time': 1774708549.727416, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013550auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013551/photo_001/780x0__r.jpg?hash=1774695745> (referer: https://ecarstrade.com/cars/7013551)
2026-03-28 14:35:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 60eb1332-54af-55b5-aa9e-8d838a609122
2026-03-28 14:35:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 17627772-1fc2-55e1-8303-8b30320edc8b
2026-03-28 14:35:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 60eb1332-54af-55b5-aa9e-8d838a609122
2026-03-28 14:35:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 17627772-1fc2-55e1-8303-8b30320edc8b
2026-03-28 14:35:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 17627772-1fc2-55e1-8303-8b30320edc8b, skipping ID generation
2026-03-28 14:35:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17627772-1fc2-55e1-8303-8b30320edc8b with scrape type 1
2026-03-28 14:35:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 17627772-1fc2-55e1-8303-8b30320edc8b sending to next pipeline
2026-03-28 14:35:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17627772-1fc2-55e1-8303-8b30320edc8b, identifier: 7013525auction111170
2026-03-28 14:35:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 60eb1332-54af-55b5-aa9e-8d838a609122
2026-03-28 14:35:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17627772-1fc2-55e1-8303-8b30320edc8b with identifier: 7013525auction111170
2026-03-28 14:35:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17627772-1fc2-55e1-8303-8b30320edc8b with identifier: 7013525auction111170
2026-03-28 14:35:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17627772-1fc2-55e1-8303-8b30320edc8b with identifier: 7013525auction111170 to the API
2026-03-28 14:35:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013525/photo_001/780x0__r.jpg?hash=1774695695>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': '17627772-1fc2-55e1-8303-8b30320edc8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013525',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'i30',
'odometer': 80069,
'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': 'i30 cw Business 1.6 CRDi 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'cw Business 1.6 CRDi 115CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-28 14:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013525auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:50 [ecarstrade.be] INFO: Saving data for 7013525auction111170: {'created_time': 1774708550.203697, 'last_price_update_time': 1774708550.203708, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013525auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 60eb1332-54af-55b5-aa9e-8d838a609122
2026-03-28 14:35:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 60eb1332-54af-55b5-aa9e-8d838a609122, skipping ID generation
2026-03-28 14:35:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60eb1332-54af-55b5-aa9e-8d838a609122 with scrape type 1
2026-03-28 14:35:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 60eb1332-54af-55b5-aa9e-8d838a609122 sending to next pipeline
2026-03-28 14:35:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60eb1332-54af-55b5-aa9e-8d838a609122, identifier: 7013551auction111170
2026-03-28 14:35:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60eb1332-54af-55b5-aa9e-8d838a609122 with identifier: 7013551auction111170
2026-03-28 14:35:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60eb1332-54af-55b5-aa9e-8d838a609122 with identifier: 7013551auction111170
2026-03-28 14:35:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60eb1332-54af-55b5-aa9e-8d838a609122 with identifier: 7013551auction111170 to the API
2026-03-28 14:35:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:35:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:35:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013551/photo_001/780x0__r.jpg?hash=1774695745>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': '60eb1332-54af-55b5-aa9e-8d838a609122',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013551',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 94707,
'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': 'VOLKSWAGEN Golf / 2020 / 5P / Berline 2.0 TDI SCR 150 DSG7 Life '
'Busi 1st',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / Berline 2.0 TDI SCR 150 DSG7 Life Busi 1st',
'vin': None,
'year': 2021}
2026-03-28 14:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013551auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:35:50 [ecarstrade.be] INFO: Saving data for 7013551auction111170: {'created_time': 1774708550.658223, 'last_price_update_time': 1774708550.658235, 'auction_closing_time': 1774785600.0}
2026-03-28 14:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013551auction111170') HTTP/1.1" 204 0
2026-03-28 14:35:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013541> (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-28 14:35:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013538> (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-28 14:35:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:52 [ecarstrade.be] INFO: Extracting details for car 7013541auction111170
2026-03-28 14:35:52 [ecarstrade.be] INFO: Extracting details for car 7013538auction111170
2026-03-28 14:35:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e with identifier: 7013541auction111170
2026-03-28 14:35:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e with scrape type 1
2026-03-28 14:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e
2026-03-28 14:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013541%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695730%27 HTTP/1.1" 200 None
2026-03-28 14:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013541/photo_001/780x0__r.jpg?hash=1774695730 not downloaded yet
2026-03-28 14:35:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c97e1f4-f701-55b8-a96a-b53612d46774 with identifier: 7013538auction111170
2026-03-28 14:35:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c97e1f4-f701-55b8-a96a-b53612d46774 with scrape type 1
2026-03-28 14:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1c97e1f4-f701-55b8-a96a-b53612d46774
2026-03-28 14:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013538%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695722%27 HTTP/1.1" 200 None
2026-03-28 14:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013538/photo_001/780x0__r.jpg?hash=1774695722 not downloaded yet
2026-03-28 14:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013541%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695730%27 HTTP/1.1" 200 None
2026-03-28 14:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013541/photo_002/780x0__r.jpg?hash=1774695730 not downloaded yet
2026-03-28 14:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013538%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695723%27 HTTP/1.1" 200 None
2026-03-28 14:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013538/photo_002/780x0__r.jpg?hash=1774695723 not downloaded yet
2026-03-28 14:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013541%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695730%27 HTTP/1.1" 200 None
2026-03-28 14:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013541/photo_003/780x0__r.jpg?hash=1774695730 not downloaded yet
2026-03-28 14:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013538%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695722%27 HTTP/1.1" 200 None
2026-03-28 14:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013538/photo_003/780x0__r.jpg?hash=1774695722 not downloaded yet
2026-03-28 14:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013541%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695730%27 HTTP/1.1" 200 None
2026-03-28 14:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013541/photo_004/780x0__r.jpg?hash=1774695730 not downloaded yet
2026-03-28 14:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013538%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695722%27 HTTP/1.1" 200 None
2026-03-28 14:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013538/photo_004/780x0__r.jpg?hash=1774695722 not downloaded yet
2026-03-28 14:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013541%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695730%27 HTTP/1.1" 200 None
2026-03-28 14:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013541/photo_005/780x0__r.jpg?hash=1774695730 not downloaded yet
2026-03-28 14:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013538%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695722%27 HTTP/1.1" 200 None
2026-03-28 14:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013538/photo_005/780x0__r.jpg?hash=1774695722 not downloaded yet
2026-03-28 14:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013541%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695730%27 HTTP/1.1" 200 None
2026-03-28 14:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013541/photo_006/780x0__r.jpg?hash=1774695730 not downloaded yet
2026-03-28 14:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013538%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695723%27 HTTP/1.1" 200 None
2026-03-28 14:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013538/photo_006/780x0__r.jpg?hash=1774695723 not downloaded yet
2026-03-28 14:35:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013535> (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-28 14:35:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:56 [ecarstrade.be] INFO: Extracting details for car 7013535auction111170
2026-03-28 14:35:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5d88edb-223c-523b-8794-39cbd1ae9639 with identifier: 7013535auction111170
2026-03-28 14:35:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5d88edb-223c-523b-8794-39cbd1ae9639 with scrape type 1
2026-03-28 14:35:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a5d88edb-223c-523b-8794-39cbd1ae9639
2026-03-28 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013535%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695716%27 HTTP/1.1" 200 None
2026-03-28 14:35:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013535/photo_001/780x0__r.jpg?hash=1774695716 not downloaded yet
2026-03-28 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013535%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695718%27 HTTP/1.1" 200 None
2026-03-28 14:35:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013535/photo_002/780x0__r.jpg?hash=1774695718 not downloaded yet
2026-03-28 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013535%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695716%27 HTTP/1.1" 200 None
2026-03-28 14:35:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013535/photo_003/780x0__r.jpg?hash=1774695716 not downloaded yet
2026-03-28 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013535%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695716%27 HTTP/1.1" 200 None
2026-03-28 14:35:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013535/photo_004/780x0__r.jpg?hash=1774695716 not downloaded yet
2026-03-28 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013535%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695718%27 HTTP/1.1" 200 None
2026-03-28 14:35:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013535/photo_005/780x0__r.jpg?hash=1774695718 not downloaded yet
2026-03-28 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013535%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695716%27 HTTP/1.1" 200 None
2026-03-28 14:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013535/photo_006/780x0__r.jpg?hash=1774695716 not downloaded yet
2026-03-28 14:35:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013536> (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-28 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-28 14:35:57 [ecarstrade.be] INFO: Extracting details for car 7013536auction111170
2026-03-28 14:35:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cb61d87-2156-58a8-ab86-d1ca417520ac with identifier: 7013536auction111170
2026-03-28 14:35:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb61d87-2156-58a8-ab86-d1ca417520ac with scrape type 1
2026-03-28 14:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6cb61d87-2156-58a8-ab86-d1ca417520ac
2026-03-28 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013536%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695718%27 HTTP/1.1" 200 None
2026-03-28 14:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013536/photo_001/780x0__r.jpg?hash=1774695718 not downloaded yet
2026-03-28 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013536%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695718%27 HTTP/1.1" 200 None
2026-03-28 14:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013536/photo_002/780x0__r.jpg?hash=1774695718 not downloaded yet
2026-03-28 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013536%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695718%27 HTTP/1.1" 200 None
2026-03-28 14:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013536/photo_003/780x0__r.jpg?hash=1774695718 not downloaded yet
2026-03-28 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013536%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695718%27 HTTP/1.1" 200 None
2026-03-28 14:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013536/photo_004/780x0__r.jpg?hash=1774695718 not downloaded yet
2026-03-28 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013536%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695718%27 HTTP/1.1" 200 None
2026-03-28 14:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013536/photo_005/780x0__r.jpg?hash=1774695718 not downloaded yet
2026-03-28 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013536%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695718%27 HTTP/1.1" 200 None
2026-03-28 14:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013536/photo_006/780x0__r.jpg?hash=1774695718 not downloaded yet
2026-03-28 14:35:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013533> (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-28 14:35:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:58 [ecarstrade.be] INFO: Extracting details for car 7013533auction111170
2026-03-28 14:35:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f99cf6e-1b16-581d-9929-2f62a51eac6a with identifier: 7013533auction111170
2026-03-28 14:35:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f99cf6e-1b16-581d-9929-2f62a51eac6a with scrape type 1
2026-03-28 14:35:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3f99cf6e-1b16-581d-9929-2f62a51eac6a
2026-03-28 14:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013533%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695715%27 HTTP/1.1" 200 None
2026-03-28 14:35:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013533/photo_001/780x0__r.jpg?hash=1774695715 not downloaded yet
2026-03-28 14:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013533%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695715%27 HTTP/1.1" 200 None
2026-03-28 14:35:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013533/photo_002/780x0__r.jpg?hash=1774695715 not downloaded yet
2026-03-28 14:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013533%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695715%27 HTTP/1.1" 200 None
2026-03-28 14:35:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013533/photo_003/780x0__r.jpg?hash=1774695715 not downloaded yet
2026-03-28 14:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013533%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695716%27 HTTP/1.1" 200 None
2026-03-28 14:35:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013533/photo_004/780x0__r.jpg?hash=1774695716 not downloaded yet
2026-03-28 14:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013533%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695715%27 HTTP/1.1" 200 None
2026-03-28 14:35:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013533/photo_005/780x0__r.jpg?hash=1774695715 not downloaded yet
2026-03-28 14:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7010001-7020000%252F7013533%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695715%27 HTTP/1.1" 200 None
2026-03-28 14:35:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013533/photo_006/780x0__r.jpg?hash=1774695715 not downloaded yet
2026-03-28 14:35:59 [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-28 14:35:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002818auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002818auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002818auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002819auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002819auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002819auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002820auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002820auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002820auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002853auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002853auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002853auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002913auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002913auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002913auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002915auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002915auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002915auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002916auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002916auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002916auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002917auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002917auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002917auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002918auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002918auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002918auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002919auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002919auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002919auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002920auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002920auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002920auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002921auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002921auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002921auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002922auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002922auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002922auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002923auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002923auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002923auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002992auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002992auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002992auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002993auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002993auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002993auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002995auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002995auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002995auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002996auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002996auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002996auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002998auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002998auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002998auction111054: 0
2026-03-28 14:35:59 [ecarstrade.be] INFO: Found listing with ID: 7002999auction111054
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002999auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [ecarstrade.be] INFO: Scrape type for 7002999auction111054: 0
2026-03-28 14:35:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013532> (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-28 14:35:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:35:59 [ecarstrade.be] INFO: Extracting details for car 7013532auction111170
2026-03-28 14:35:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6f0cc2a-6f75-5336-9b59-4c29e8a96620 with identifier: 7013532auction111170
2026-03-28 14:35:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6f0cc2a-6f75-5336-9b59-4c29e8a96620 with scrape type 1
2026-03-28 14:35:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b6f0cc2a-6f75-5336-9b59-4c29e8a96620
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013532%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695709%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013532/photo_001/780x0__r.jpg?hash=1774695709 not downloaded yet
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013532%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695709%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013532/photo_002/780x0__r.jpg?hash=1774695709 not downloaded yet
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:35: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%252F7013532%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695711%27 HTTP/1.1" 200 None
2026-03-28 14:35:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013532/photo_003/780x0__r.jpg?hash=1774695711 not downloaded yet
2026-03-28 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013532%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695709%27 HTTP/1.1" 200 None
2026-03-28 14:36:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013532/photo_004/780x0__r.jpg?hash=1774695709 not downloaded yet
2026-03-28 14:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013532%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695709%27 HTTP/1.1" 200 None
2026-03-28 14:36:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013532/photo_005/780x0__r.jpg?hash=1774695709 not downloaded yet
2026-03-28 14:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013532%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695709%27 HTTP/1.1" 200 None
2026-03-28 14:36:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013532/photo_006/780x0__r.jpg?hash=1774695709 not downloaded yet
2026-03-28 14:36:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013524> (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-28 14:36:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013538/photo_001/780x0__r.jpg?hash=1774695722> (referer: https://ecarstrade.com/cars/7013538)
2026-03-28 14:36:03 [ecarstrade.be] INFO: Extracting details for car 7013524auction111170
2026-03-28 14:36:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f0f8661-1382-5d4c-8a3f-de6bde86d9d6 with identifier: 7013524auction111170
2026-03-28 14:36:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f0f8661-1382-5d4c-8a3f-de6bde86d9d6 with scrape type 1
2026-03-28 14:36:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9f0f8661-1382-5d4c-8a3f-de6bde86d9d6
2026-03-28 14:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013524%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695694%27 HTTP/1.1" 200 None
2026-03-28 14:36:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013524/photo_001/780x0__r.jpg?hash=1774695694 not downloaded yet
2026-03-28 14:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013524%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695693%27 HTTP/1.1" 200 None
2026-03-28 14:36:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013524/photo_002/780x0__r.jpg?hash=1774695693 not downloaded yet
2026-03-28 14:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013524%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695693%27 HTTP/1.1" 200 None
2026-03-28 14:36:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013524/photo_003/780x0__r.jpg?hash=1774695693 not downloaded yet
2026-03-28 14:36:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013541/photo_001/780x0__r.jpg?hash=1774695730> (referer: https://ecarstrade.com/cars/7013541)
2026-03-28 14:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013524%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695693%27 HTTP/1.1" 200 None
2026-03-28 14:36:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013524/photo_004/780x0__r.jpg?hash=1774695693 not downloaded yet
2026-03-28 14:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013524%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695693%27 HTTP/1.1" 200 None
2026-03-28 14:36:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013524/photo_005/780x0__r.jpg?hash=1774695693 not downloaded yet
2026-03-28 14:36:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1c97e1f4-f701-55b8-a96a-b53612d46774
2026-03-28 14:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013524%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695693%27 HTTP/1.1" 200 None
2026-03-28 14:36:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013524/photo_006/780x0__r.jpg?hash=1774695693 not downloaded yet
2026-03-28 14:36:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013538/photo_002/780x0__r.jpg?hash=1774695723> (referer: https://ecarstrade.com/cars/7013538)
2026-03-28 14:36:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e
2026-03-28 14:36:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013538/photo_006/780x0__r.jpg?hash=1774695723> (referer: https://ecarstrade.com/cars/7013538)
2026-03-28 14:36:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1c97e1f4-f701-55b8-a96a-b53612d46774
2026-03-28 14:36:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013535/photo_006/780x0__r.jpg?hash=1774695716> (referer: https://ecarstrade.com/cars/7013535)
2026-03-28 14:36:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1c97e1f4-f701-55b8-a96a-b53612d46774
2026-03-28 14:36:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013536/photo_006/780x0__r.jpg?hash=1774695718> (referer: https://ecarstrade.com/cars/7013536)
2026-03-28 14:36:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013533/photo_006/780x0__r.jpg?hash=1774695715> (referer: https://ecarstrade.com/cars/7013533)
2026-03-28 14:36:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:36:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a5d88edb-223c-523b-8794-39cbd1ae9639
2026-03-28 14:36:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6cb61d87-2156-58a8-ab86-d1ca417520ac
2026-03-28 14:36:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3f99cf6e-1b16-581d-9929-2f62a51eac6a
2026-03-28 14:36:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013520> (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-28 14:36:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013532/photo_006/780x0__r.jpg?hash=1774695709> (referer: https://ecarstrade.com/cars/7013532)
2026-03-28 14:36:06 [ecarstrade.be] INFO: Extracting details for car 7013520auction111170
2026-03-28 14:36:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2b18ea2-ce4f-515a-9394-a2810d436d19 with identifier: 7013520auction111170
2026-03-28 14:36:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2b18ea2-ce4f-515a-9394-a2810d436d19 with scrape type 1
2026-03-28 14:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f2b18ea2-ce4f-515a-9394-a2810d436d19
2026-03-28 14:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013520%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695686%27 HTTP/1.1" 200 None
2026-03-28 14:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013520/photo_001/780x0__r.jpg?hash=1774695686 not downloaded yet
2026-03-28 14:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013520%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695685%27 HTTP/1.1" 200 None
2026-03-28 14:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013520/photo_002/780x0__r.jpg?hash=1774695685 not downloaded yet
2026-03-28 14:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013520%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695685%27 HTTP/1.1" 200 None
2026-03-28 14:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013520/photo_003/780x0__r.jpg?hash=1774695685 not downloaded yet
2026-03-28 14:36:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013532/photo_005/780x0__r.jpg?hash=1774695709> (referer: https://ecarstrade.com/cars/7013532)
2026-03-28 14:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013520%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695686%27 HTTP/1.1" 200 None
2026-03-28 14:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013520/photo_004/780x0__r.jpg?hash=1774695686 not downloaded yet
2026-03-28 14:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013520%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695686%27 HTTP/1.1" 200 None
2026-03-28 14:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013520/photo_005/780x0__r.jpg?hash=1774695686 not downloaded yet
2026-03-28 14:36:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b6f0cc2a-6f75-5336-9b59-4c29e8a96620
2026-03-28 14:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013520%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695686%27 HTTP/1.1" 200 None
2026-03-28 14:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013520/photo_006/780x0__r.jpg?hash=1774695686 not downloaded yet
2026-03-28 14:36:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013524/photo_003/780x0__r.jpg?hash=1774695693> (referer: https://ecarstrade.com/cars/7013524)
2026-03-28 14:36:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b6f0cc2a-6f75-5336-9b59-4c29e8a96620
2026-03-28 14:36:06 [scrapy.extensions.logstats] INFO: Crawled 181 pages (at 38 pages/min), scraped 139 items (at 27 items/min)
2026-03-28 14:36:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-28 14:36:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013524/photo_006/780x0__r.jpg?hash=1774695693> (referer: https://ecarstrade.com/cars/7013524)
2026-03-28 14:36:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9f0f8661-1382-5d4c-8a3f-de6bde86d9d6
2026-03-28 14:36:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013524/photo_005/780x0__r.jpg?hash=1774695693> (referer: https://ecarstrade.com/cars/7013524)
2026-03-28 14:36:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013545> (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-28 14:36:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9f0f8661-1382-5d4c-8a3f-de6bde86d9d6
2026-03-28 14:36:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013524/photo_004/780x0__r.jpg?hash=1774695693> (referer: https://ecarstrade.com/cars/7013524)
2026-03-28 14:36:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013524/photo_002/780x0__r.jpg?hash=1774695693> (referer: https://ecarstrade.com/cars/7013524)
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9f0f8661-1382-5d4c-8a3f-de6bde86d9d6
2026-03-28 14:36:07 [ecarstrade.be] INFO: Extracting details for car 7013545auction111170
2026-03-28 14:36:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013524/photo_001/780x0__r.jpg?hash=1774695694> (referer: https://ecarstrade.com/cars/7013524)
2026-03-28 14:36:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f36d1e96-fa80-5010-a788-374230902465 with identifier: 7013545auction111170
2026-03-28 14:36:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f36d1e96-fa80-5010-a788-374230902465 with scrape type 1
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f36d1e96-fa80-5010-a788-374230902465
2026-03-28 14:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013545%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695733%27 HTTP/1.1" 200 None
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013545/photo_001/780x0__r.jpg?hash=1774695733 not downloaded yet
2026-03-28 14:36:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013532/photo_004/780x0__r.jpg?hash=1774695709> (referer: https://ecarstrade.com/cars/7013532)
2026-03-28 14:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013545%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695733%27 HTTP/1.1" 200 None
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013545/photo_002/780x0__r.jpg?hash=1774695733 not downloaded yet
2026-03-28 14:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013545%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695733%27 HTTP/1.1" 200 None
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013545/photo_003/780x0__r.jpg?hash=1774695733 not downloaded yet
2026-03-28 14:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013545%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695733%27 HTTP/1.1" 200 None
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013545/photo_004/780x0__r.jpg?hash=1774695733 not downloaded yet
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9f0f8661-1382-5d4c-8a3f-de6bde86d9d6
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9f0f8661-1382-5d4c-8a3f-de6bde86d9d6
2026-03-28 14:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013545%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695735%27 HTTP/1.1" 200 None
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013545/photo_005/780x0__r.jpg?hash=1774695735 not downloaded yet
2026-03-28 14:36:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013532/photo_003/780x0__r.jpg?hash=1774695711> (referer: https://ecarstrade.com/cars/7013532)
2026-03-28 14:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013545%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695734%27 HTTP/1.1" 200 None
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013545/photo_006/780x0__r.jpg?hash=1774695734 not downloaded yet
2026-03-28 14:36:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013520/photo_003/780x0__r.jpg?hash=1774695685> (referer: https://ecarstrade.com/cars/7013520)
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9f0f8661-1382-5d4c-8a3f-de6bde86d9d6
2026-03-28 14:36:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9f0f8661-1382-5d4c-8a3f-de6bde86d9d6, skipping ID generation
2026-03-28 14:36:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f0f8661-1382-5d4c-8a3f-de6bde86d9d6 with scrape type 1
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9f0f8661-1382-5d4c-8a3f-de6bde86d9d6 sending to next pipeline
2026-03-28 14:36:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f0f8661-1382-5d4c-8a3f-de6bde86d9d6, identifier: 7013524auction111170
2026-03-28 14:36:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f0f8661-1382-5d4c-8a3f-de6bde86d9d6 with identifier: 7013524auction111170
2026-03-28 14:36:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f0f8661-1382-5d4c-8a3f-de6bde86d9d6 with identifier: 7013524auction111170
2026-03-28 14:36:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f0f8661-1382-5d4c-8a3f-de6bde86d9d6 with identifier: 7013524auction111170 to the API
2026-03-28 14:36:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:36:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:36:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013524/photo_001/780x0__r.jpg?hash=1774695694>
{'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-29T12:00:00Z',
'fuel_type': 'Electric',
'id': '9f0f8661-1382-5d4c-8a3f-de6bde86d9d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013524',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Ford',
'model': 'Transit',
'odometer': 92588,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit 2019 4P Fourgon tôlé E 390 L3H3 elec184CH TREND '
'BUSINE',
'transmission': 'automatic',
'trim': 'FORD 2019 4P Fourgon tôlé E 390 L3H3 elec184CH TREND BUSINE',
'vin': None,
'year': 2023}
2026-03-28 14:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013524auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:36:07 [ecarstrade.be] INFO: Saving data for 7013524auction111170: {'created_time': 1774708567.757838, 'last_price_update_time': 1774708567.757848, 'auction_closing_time': 1774785600.0}
2026-03-28 14:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013524auction111170') HTTP/1.1" 204 0
2026-03-28 14:36:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013520/photo_005/780x0__r.jpg?hash=1774695686> (referer: https://ecarstrade.com/cars/7013520)
2026-03-28 14:36:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013520/photo_006/780x0__r.jpg?hash=1774695686> (referer: https://ecarstrade.com/cars/7013520)
2026-03-28 14:36:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013521> (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-28 14:36:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b6f0cc2a-6f75-5336-9b59-4c29e8a96620
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b6f0cc2a-6f75-5336-9b59-4c29e8a96620
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f2b18ea2-ce4f-515a-9394-a2810d436d19
2026-03-28 14:36:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013520/photo_002/780x0__r.jpg?hash=1774695685> (referer: https://ecarstrade.com/cars/7013520)
2026-03-28 14:36:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013520/photo_001/780x0__r.jpg?hash=1774695686> (referer: https://ecarstrade.com/cars/7013520)
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f2b18ea2-ce4f-515a-9394-a2810d436d19
2026-03-28 14:36:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013520/photo_004/780x0__r.jpg?hash=1774695686> (referer: https://ecarstrade.com/cars/7013520)
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f2b18ea2-ce4f-515a-9394-a2810d436d19
2026-03-28 14:36:07 [ecarstrade.be] INFO: Extracting details for car 7013521auction111170
2026-03-28 14:36:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c95896cb-09aa-5c1c-bf95-f81aa2006f73 with identifier: 7013521auction111170
2026-03-28 14:36:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c95896cb-09aa-5c1c-bf95-f81aa2006f73 with scrape type 1
2026-03-28 14:36:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c95896cb-09aa-5c1c-bf95-f81aa2006f73
2026-03-28 14:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013521%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695688%27 HTTP/1.1" 200 None
2026-03-28 14:36:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013521/photo_001/780x0__r.jpg?hash=1774695688 not downloaded yet
2026-03-28 14:36:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013532/photo_002/780x0__r.jpg?hash=1774695709> (referer: https://ecarstrade.com/cars/7013532)
2026-03-28 14:36:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013545/photo_001/780x0__r.jpg?hash=1774695733> (referer: https://ecarstrade.com/cars/7013545)
2026-03-28 14:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013521%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695689%27 HTTP/1.1" 200 None
2026-03-28 14:36:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013521/photo_002/780x0__r.jpg?hash=1774695689 not downloaded yet
2026-03-28 14:36:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013532/photo_001/780x0__r.jpg?hash=1774695709> (referer: https://ecarstrade.com/cars/7013532)
2026-03-28 14:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013521%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695689%27 HTTP/1.1" 200 None
2026-03-28 14:36:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013521/photo_003/780x0__r.jpg?hash=1774695689 not downloaded yet
2026-03-28 14:36:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f2b18ea2-ce4f-515a-9394-a2810d436d19
2026-03-28 14:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013521%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695689%27 HTTP/1.1" 200 None
2026-03-28 14:36:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013521/photo_004/780x0__r.jpg?hash=1774695689 not downloaded yet
2026-03-28 14:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013521%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695689%27 HTTP/1.1" 200 None
2026-03-28 14:36:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013521/photo_005/780x0__r.jpg?hash=1774695689 not downloaded yet
2026-03-28 14:36:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f2b18ea2-ce4f-515a-9394-a2810d436d19
2026-03-28 14:36:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f2b18ea2-ce4f-515a-9394-a2810d436d19
2026-03-28 14:36:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f2b18ea2-ce4f-515a-9394-a2810d436d19, skipping ID generation
2026-03-28 14:36:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2b18ea2-ce4f-515a-9394-a2810d436d19 with scrape type 1
2026-03-28 14:36:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f2b18ea2-ce4f-515a-9394-a2810d436d19 sending to next pipeline
2026-03-28 14:36:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2b18ea2-ce4f-515a-9394-a2810d436d19, identifier: 7013520auction111170
2026-03-28 14:36:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2b18ea2-ce4f-515a-9394-a2810d436d19 with identifier: 7013520auction111170
2026-03-28 14:36:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2b18ea2-ce4f-515a-9394-a2810d436d19 with identifier: 7013520auction111170
2026-03-28 14:36:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2b18ea2-ce4f-515a-9394-a2810d436d19 with identifier: 7013520auction111170 to the API
2026-03-28 14:36:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:36:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013520/photo_004/780x0__r.jpg?hash=1774695686>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'f2b18ea2-ce4f-515a-9394-a2810d436d19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013520',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C4',
'odometer': 102603,
'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': 'C4 X Feel Pack 1.2 PureTech 130CV BVA8 6E',
'transmission': 'automatic',
'trim': 'X Feel Pack 1.2 PureTech 130CV BVA8 6E',
'vin': None,
'year': 2023}
2026-03-28 14:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277013520auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:36:08 [ecarstrade.be] INFO: Saving data for 7013520auction111170: {'created_time': 1774708568.542878, 'last_price_update_time': 1774708568.54289, 'auction_closing_time': 1774785600.0}
2026-03-28 14:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013520auction111170') HTTP/1.1" 204 0
2026-03-28 14:36:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013545/photo_006/780x0__r.jpg?hash=1774695734> (referer: https://ecarstrade.com/cars/7013545)
2026-03-28 14:36:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013545/photo_004/780x0__r.jpg?hash=1774695733> (referer: https://ecarstrade.com/cars/7013545)
2026-03-28 14:36:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013545/photo_005/780x0__r.jpg?hash=1774695735> (referer: https://ecarstrade.com/cars/7013545)
2026-03-28 14:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7013521%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695689%27 HTTP/1.1" 200 None
2026-03-28 14:36:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013521/photo_006/780x0__r.jpg?hash=1774695689 not downloaded yet
2026-03-28 14:36:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b6f0cc2a-6f75-5336-9b59-4c29e8a96620
2026-03-28 14:36:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f36d1e96-fa80-5010-a788-374230902465
2026-03-28 14:36:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b6f0cc2a-6f75-5336-9b59-4c29e8a96620
2026-03-28 14:36:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b6f0cc2a-6f75-5336-9b59-4c29e8a96620, skipping ID generation
2026-03-28 14:36:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6f0cc2a-6f75-5336-9b59-4c29e8a96620 with scrape type 1
2026-03-28 14:36:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b6f0cc2a-6f75-5336-9b59-4c29e8a96620 sending to next pipeline
2026-03-28 14:36:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6f0cc2a-6f75-5336-9b59-4c29e8a96620, identifier: 7013532auction111170
2026-03-28 14:36:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6f0cc2a-6f75-5336-9b59-4c29e8a96620 with identifier: 7013532auction111170
2026-03-28 14:36:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6f0cc2a-6f75-5336-9b59-4c29e8a96620 with identifier: 7013532auction111170
2026-03-28 14:36:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6f0cc2a-6f75-5336-9b59-4c29e8a96620 with identifier: 7013532auction111170 to the API
2026-03-28 14:36:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:36:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013532/photo_001/780x0__r.jpg?hash=1774695709>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'b6f0cc2a-6f75-5336-9b59-4c29e8a96620',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013532',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 120197,
'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': '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-28 14:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013532auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:36:09 [ecarstrade.be] INFO: Saving data for 7013532auction111170: {'created_time': 1774708569.099225, 'last_price_update_time': 1774708569.099235, 'auction_closing_time': 1774785600.0}
2026-03-28 14:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013532auction111170') HTTP/1.1" 204 0
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013545/photo_003/780x0__r.jpg?hash=1774695733> (referer: https://ecarstrade.com/cars/7013545)
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013545/photo_002/780x0__r.jpg?hash=1774695733> (referer: https://ecarstrade.com/cars/7013545)
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013533/photo_005/780x0__r.jpg?hash=1774695715> (referer: https://ecarstrade.com/cars/7013533)
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f36d1e96-fa80-5010-a788-374230902465
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f36d1e96-fa80-5010-a788-374230902465
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f36d1e96-fa80-5010-a788-374230902465
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013521/photo_001/780x0__r.jpg?hash=1774695688> (referer: https://ecarstrade.com/cars/7013521)
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013533/photo_004/780x0__r.jpg?hash=1774695716> (referer: https://ecarstrade.com/cars/7013533)
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013533/photo_003/780x0__r.jpg?hash=1774695715> (referer: https://ecarstrade.com/cars/7013533)
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f36d1e96-fa80-5010-a788-374230902465
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f36d1e96-fa80-5010-a788-374230902465
2026-03-28 14:36:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f36d1e96-fa80-5010-a788-374230902465, skipping ID generation
2026-03-28 14:36:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f36d1e96-fa80-5010-a788-374230902465 with scrape type 1
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f36d1e96-fa80-5010-a788-374230902465 sending to next pipeline
2026-03-28 14:36:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f36d1e96-fa80-5010-a788-374230902465, identifier: 7013545auction111170
2026-03-28 14:36:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f36d1e96-fa80-5010-a788-374230902465 with identifier: 7013545auction111170
2026-03-28 14:36:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f36d1e96-fa80-5010-a788-374230902465 with identifier: 7013545auction111170
2026-03-28 14:36:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f36d1e96-fa80-5010-a788-374230902465 with identifier: 7013545auction111170 to the API
2026-03-28 14:36:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:36:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:36:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013545/photo_002/780x0__r.jpg?hash=1774695733>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'f36d1e96-fa80-5010-a788-374230902465',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013545',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Express',
'odometer': 53706,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 2,
'seller_name': None,
'title': 'Express Confort 1.5 dCi 95CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Confort 1.5 dCi 95CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-28 14:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013545auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:36:09 [ecarstrade.be] INFO: Saving data for 7013545auction111170: {'created_time': 1774708569.661193, 'last_price_update_time': 1774708569.661205, 'auction_closing_time': 1774785600.0}
2026-03-28 14:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013545auction111170') HTTP/1.1" 204 0
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013521/photo_005/780x0__r.jpg?hash=1774695689> (referer: https://ecarstrade.com/cars/7013521)
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013521/photo_002/780x0__r.jpg?hash=1774695689> (referer: https://ecarstrade.com/cars/7013521)
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013533/photo_002/780x0__r.jpg?hash=1774695715> (referer: https://ecarstrade.com/cars/7013533)
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3f99cf6e-1b16-581d-9929-2f62a51eac6a
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c95896cb-09aa-5c1c-bf95-f81aa2006f73
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3f99cf6e-1b16-581d-9929-2f62a51eac6a
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3f99cf6e-1b16-581d-9929-2f62a51eac6a
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013521/photo_004/780x0__r.jpg?hash=1774695689> (referer: https://ecarstrade.com/cars/7013521)
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013521/photo_006/780x0__r.jpg?hash=1774695689> (referer: https://ecarstrade.com/cars/7013521)
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013521/photo_003/780x0__r.jpg?hash=1774695689> (referer: https://ecarstrade.com/cars/7013521)
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c95896cb-09aa-5c1c-bf95-f81aa2006f73
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c95896cb-09aa-5c1c-bf95-f81aa2006f73
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3f99cf6e-1b16-581d-9929-2f62a51eac6a
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013536/photo_004/780x0__r.jpg?hash=1774695718> (referer: https://ecarstrade.com/cars/7013536)
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013533/photo_001/780x0__r.jpg?hash=1774695715> (referer: https://ecarstrade.com/cars/7013533)
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013536/photo_005/780x0__r.jpg?hash=1774695718> (referer: https://ecarstrade.com/cars/7013536)
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013536/photo_003/780x0__r.jpg?hash=1774695718> (referer: https://ecarstrade.com/cars/7013536)
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c95896cb-09aa-5c1c-bf95-f81aa2006f73
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013536/photo_001/780x0__r.jpg?hash=1774695718> (referer: https://ecarstrade.com/cars/7013536)
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013536/photo_002/780x0__r.jpg?hash=1774695718> (referer: https://ecarstrade.com/cars/7013536)
2026-03-28 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013535/photo_005/780x0__r.jpg?hash=1774695718> (referer: https://ecarstrade.com/cars/7013535)
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c95896cb-09aa-5c1c-bf95-f81aa2006f73
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c95896cb-09aa-5c1c-bf95-f81aa2006f73
2026-03-28 14:36:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c95896cb-09aa-5c1c-bf95-f81aa2006f73, skipping ID generation
2026-03-28 14:36:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c95896cb-09aa-5c1c-bf95-f81aa2006f73 with scrape type 1
2026-03-28 14:36:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c95896cb-09aa-5c1c-bf95-f81aa2006f73 sending to next pipeline
2026-03-28 14:36:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c95896cb-09aa-5c1c-bf95-f81aa2006f73, identifier: 7013521auction111170
2026-03-28 14:36:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6cb61d87-2156-58a8-ab86-d1ca417520ac
2026-03-28 14:36:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3f99cf6e-1b16-581d-9929-2f62a51eac6a
2026-03-28 14:36:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3f99cf6e-1b16-581d-9929-2f62a51eac6a, skipping ID generation
2026-03-28 14:36:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f99cf6e-1b16-581d-9929-2f62a51eac6a with scrape type 1
2026-03-28 14:36:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3f99cf6e-1b16-581d-9929-2f62a51eac6a sending to next pipeline
2026-03-28 14:36:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3f99cf6e-1b16-581d-9929-2f62a51eac6a, identifier: 7013533auction111170
2026-03-28 14:36:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6cb61d87-2156-58a8-ab86-d1ca417520ac
2026-03-28 14:36:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6cb61d87-2156-58a8-ab86-d1ca417520ac
2026-03-28 14:36:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c95896cb-09aa-5c1c-bf95-f81aa2006f73 with identifier: 7013521auction111170
2026-03-28 14:36:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c95896cb-09aa-5c1c-bf95-f81aa2006f73 with identifier: 7013521auction111170
2026-03-28 14:36:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c95896cb-09aa-5c1c-bf95-f81aa2006f73 with identifier: 7013521auction111170 to the API
2026-03-28 14:36:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:36:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013521/photo_003/780x0__r.jpg?hash=1774695689>
{'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-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'c95896cb-09aa-5c1c-bf95-f81aa2006f73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013521',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 111006,
'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': 'C4 Grand Picasso/Spacetourer Business 1.5 BlueHDi 130CV BVA8 7 '
'Sieges E6d',
'transmission': 'automatic',
'trim': 'C4 Grand Picasso/Spacetourer Business 1.5 BlueHDi 130CV BVA8 7 '
'Sieges E6d',
'vin': None,
'year': 2021}
2026-03-28 14:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277013521auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:36:10 [ecarstrade.be] INFO: Saving data for 7013521auction111170: {'created_time': 1774708570.538745, 'last_price_update_time': 1774708570.538757, 'auction_closing_time': 1774785600.0}
2026-03-28 14:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013521auction111170') HTTP/1.1" 204 0
2026-03-28 14:36:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3f99cf6e-1b16-581d-9929-2f62a51eac6a with identifier: 7013533auction111170
2026-03-28 14:36:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3f99cf6e-1b16-581d-9929-2f62a51eac6a with identifier: 7013533auction111170
2026-03-28 14:36:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3f99cf6e-1b16-581d-9929-2f62a51eac6a with identifier: 7013533auction111170 to the API
2026-03-28 14:36:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:36:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013533/photo_001/780x0__r.jpg?hash=1774695715>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Petrol',
'id': '3f99cf6e-1b16-581d-9929-2f62a51eac6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013533',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '3008',
'odometer': 89710,
'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': '3008 Allure Business 1.2 PureTech 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Allure Business 1.2 PureTech 130CV BVA8 E6dT',
'vin': None,
'year': 2019}
2026-03-28 14:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277013533auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:36:10 [ecarstrade.be] INFO: Saving data for 7013533auction111170: {'created_time': 1774708570.903058, 'last_price_update_time': 1774708570.90307, 'auction_closing_time': 1774785600.0}
2026-03-28 14:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013533auction111170') HTTP/1.1" 204 0
2026-03-28 14:36:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013535/photo_002/780x0__r.jpg?hash=1774695718> (referer: https://ecarstrade.com/cars/7013535)
2026-03-28 14:36:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013535/photo_003/780x0__r.jpg?hash=1774695716> (referer: https://ecarstrade.com/cars/7013535)
2026-03-28 14:36:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013535/photo_004/780x0__r.jpg?hash=1774695716> (referer: https://ecarstrade.com/cars/7013535)
2026-03-28 14:36:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6cb61d87-2156-58a8-ab86-d1ca417520ac
2026-03-28 14:36:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6cb61d87-2156-58a8-ab86-d1ca417520ac
2026-03-28 14:36:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6cb61d87-2156-58a8-ab86-d1ca417520ac, skipping ID generation
2026-03-28 14:36:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb61d87-2156-58a8-ab86-d1ca417520ac with scrape type 1
2026-03-28 14:36:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6cb61d87-2156-58a8-ab86-d1ca417520ac sending to next pipeline
2026-03-28 14:36:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6cb61d87-2156-58a8-ab86-d1ca417520ac, identifier: 7013536auction111170
2026-03-28 14:36:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a5d88edb-223c-523b-8794-39cbd1ae9639
2026-03-28 14:36:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6cb61d87-2156-58a8-ab86-d1ca417520ac with identifier: 7013536auction111170
2026-03-28 14:36:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6cb61d87-2156-58a8-ab86-d1ca417520ac with identifier: 7013536auction111170
2026-03-28 14:36:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6cb61d87-2156-58a8-ab86-d1ca417520ac with identifier: 7013536auction111170 to the API
2026-03-28 14:36:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:36:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:36:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013536/photo_002/780x0__r.jpg?hash=1774695718>
{'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-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': '6cb61d87-2156-58a8-ab86-d1ca417520ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013536',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 123520,
'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': 'Partner Premium L1 1.5 HDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Premium L1 1.5 HDi 100CV BVM5 E6dT',
'vin': None,
'year': 2021}
2026-03-28 14:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013536auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:36:11 [ecarstrade.be] INFO: Saving data for 7013536auction111170: {'created_time': 1774708571.923427, 'last_price_update_time': 1774708571.923437, 'auction_closing_time': 1774785600.0}
2026-03-28 14:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013536auction111170') HTTP/1.1" 204 0
2026-03-28 14:36:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013538/photo_005/780x0__r.jpg?hash=1774695722> (referer: https://ecarstrade.com/cars/7013538)
2026-03-28 14:36:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013541/photo_006/780x0__r.jpg?hash=1774695730> (referer: https://ecarstrade.com/cars/7013541)
2026-03-28 14:36:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013535/photo_001/780x0__r.jpg?hash=1774695716> (referer: https://ecarstrade.com/cars/7013535)
2026-03-28 14:36:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a5d88edb-223c-523b-8794-39cbd1ae9639
2026-03-28 14:36:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a5d88edb-223c-523b-8794-39cbd1ae9639
2026-03-28 14:36:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a5d88edb-223c-523b-8794-39cbd1ae9639
2026-03-28 14:36:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013541/photo_004/780x0__r.jpg?hash=1774695730> (referer: https://ecarstrade.com/cars/7013541)
2026-03-28 14:36:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013541/photo_005/780x0__r.jpg?hash=1774695730> (referer: https://ecarstrade.com/cars/7013541)
2026-03-28 14:36:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013538/photo_004/780x0__r.jpg?hash=1774695722> (referer: https://ecarstrade.com/cars/7013538)
2026-03-28 14:36:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1c97e1f4-f701-55b8-a96a-b53612d46774
2026-03-28 14:36:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e
2026-03-28 14:36:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a5d88edb-223c-523b-8794-39cbd1ae9639
2026-03-28 14:36:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a5d88edb-223c-523b-8794-39cbd1ae9639, skipping ID generation
2026-03-28 14:36:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5d88edb-223c-523b-8794-39cbd1ae9639 with scrape type 1
2026-03-28 14:36:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a5d88edb-223c-523b-8794-39cbd1ae9639 sending to next pipeline
2026-03-28 14:36:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a5d88edb-223c-523b-8794-39cbd1ae9639, identifier: 7013535auction111170
2026-03-28 14:36:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a5d88edb-223c-523b-8794-39cbd1ae9639 with identifier: 7013535auction111170
2026-03-28 14:36:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a5d88edb-223c-523b-8794-39cbd1ae9639 with identifier: 7013535auction111170
2026-03-28 14:36:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a5d88edb-223c-523b-8794-39cbd1ae9639 with identifier: 7013535auction111170 to the API
2026-03-28 14:36:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:36:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:36:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013535/photo_001/780x0__r.jpg?hash=1774695716>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a5d88edb-223c-523b-8794-39cbd1ae9639',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013535',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '308',
'odometer': 87344,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW / 2021 / 5P / Break PHEV 180 E-EAT8 ALLURE PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT SW / 2021 / 5P / Break PHEV 180 E-EAT8 ALLURE PACK',
'vin': None,
'year': 2023}
2026-03-28 14:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013535auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:36:12 [ecarstrade.be] INFO: Saving data for 7013535auction111170: {'created_time': 1774708572.507121, 'last_price_update_time': 1774708572.507132, 'auction_closing_time': 1774785600.0}
2026-03-28 14:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013535auction111170') HTTP/1.1" 204 0
2026-03-28 14:36:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013541/photo_002/780x0__r.jpg?hash=1774695730> (referer: https://ecarstrade.com/cars/7013541)
2026-03-28 14:36:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013541/photo_003/780x0__r.jpg?hash=1774695730> (referer: https://ecarstrade.com/cars/7013541)
2026-03-28 14:36:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013538/photo_003/780x0__r.jpg?hash=1774695722> (referer: https://ecarstrade.com/cars/7013538)
2026-03-28 14:36:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013537> (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-28 14:36:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e
2026-03-28 14:36:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e
2026-03-28 14:36:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1c97e1f4-f701-55b8-a96a-b53612d46774
2026-03-28 14:36:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e
2026-03-28 14:36:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e
2026-03-28 14:36:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e, skipping ID generation
2026-03-28 14:36:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e with scrape type 1
2026-03-28 14:36:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e sending to next pipeline
2026-03-28 14:36:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e, identifier: 7013541auction111170
2026-03-28 14:36:12 [ecarstrade.be] INFO: Extracting details for car 7013537auction111170
2026-03-28 14:36:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e with identifier: 7013541auction111170
2026-03-28 14:36:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e with identifier: 7013541auction111170
2026-03-28 14:36:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e with identifier: 7013541auction111170 to the API
2026-03-28 14:36:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:36:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:36:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013541/photo_003/780x0__r.jpg?hash=1774695730>
{'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-29T12:00:00Z',
'fuel_type': 'Petrol',
'id': '4ad19b95-d78d-5b7a-aab4-be6dd1ff4b8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013541',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 33931,
'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': 'Clio V Business 1.0 TCe 100CV BVM6 E6d / GPL',
'transmission': 'manual',
'trim': 'V Business 1.0 TCe 100CV BVM6 E6d / GPL',
'vin': None,
'year': 2022}
2026-03-28 14:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013541auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:36:13 [ecarstrade.be] INFO: Saving data for 7013541auction111170: {'created_time': 1774708573.095042, 'last_price_update_time': 1774708573.095053, 'auction_closing_time': 1774785600.0}
2026-03-28 14:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013541auction111170') HTTP/1.1" 204 0
2026-03-28 14:36:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1c97e1f4-f701-55b8-a96a-b53612d46774
2026-03-28 14:36:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1c97e1f4-f701-55b8-a96a-b53612d46774, skipping ID generation
2026-03-28 14:36:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c97e1f4-f701-55b8-a96a-b53612d46774 with scrape type 1
2026-03-28 14:36:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1c97e1f4-f701-55b8-a96a-b53612d46774 sending to next pipeline
2026-03-28 14:36:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c97e1f4-f701-55b8-a96a-b53612d46774, identifier: 7013538auction111170
2026-03-28 14:36:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32baf280-9f30-5087-8847-9254c31b1594 with identifier: 7013537auction111170
2026-03-28 14:36:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32baf280-9f30-5087-8847-9254c31b1594 with scrape type 1
2026-03-28 14:36:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 32baf280-9f30-5087-8847-9254c31b1594
2026-03-28 14:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013537%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695721%27 HTTP/1.1" 200 None
2026-03-28 14:36:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013537/photo_001/780x0__r.jpg?hash=1774695721 not downloaded yet
2026-03-28 14:36:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c97e1f4-f701-55b8-a96a-b53612d46774 with identifier: 7013538auction111170
2026-03-28 14:36:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c97e1f4-f701-55b8-a96a-b53612d46774 with identifier: 7013538auction111170
2026-03-28 14:36:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c97e1f4-f701-55b8-a96a-b53612d46774 with identifier: 7013538auction111170 to the API
2026-03-28 14:36:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:36:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:36:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013538/photo_003/780x0__r.jpg?hash=1774695722>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Petrol',
'id': '1c97e1f4-f701-55b8-a96a-b53612d46774',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013538',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 80373,
'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': '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-28 14:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013538auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:36:13 [ecarstrade.be] INFO: Saving data for 7013538auction111170: {'created_time': 1774708573.526912, 'last_price_update_time': 1774708573.526923, 'auction_closing_time': 1774785600.0}
2026-03-28 14:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013538auction111170') HTTP/1.1" 204 0
2026-03-28 14:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013537%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695719%27 HTTP/1.1" 200 None
2026-03-28 14:36:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013537/photo_002/780x0__r.jpg?hash=1774695719 not downloaded yet
2026-03-28 14:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013537%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695719%27 HTTP/1.1" 200 None
2026-03-28 14:36:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013537/photo_003/780x0__r.jpg?hash=1774695719 not downloaded yet
2026-03-28 14:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013537%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695719%27 HTTP/1.1" 200 None
2026-03-28 14:36:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013537/photo_004/780x0__r.jpg?hash=1774695719 not downloaded yet
2026-03-28 14:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013537%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695720%27 HTTP/1.1" 200 None
2026-03-28 14:36:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013537/photo_005/780x0__r.jpg?hash=1774695720 not downloaded yet
2026-03-28 14:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013537%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695719%27 HTTP/1.1" 200 None
2026-03-28 14:36:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013537/photo_006/780x0__r.jpg?hash=1774695719 not downloaded yet
2026-03-28 14:36:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013537/photo_001/780x0__r.jpg?hash=1774695721> (referer: https://ecarstrade.com/cars/7013537)
2026-03-28 14:36:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013537/photo_003/780x0__r.jpg?hash=1774695719> (referer: https://ecarstrade.com/cars/7013537)
2026-03-28 14:36:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013537/photo_002/780x0__r.jpg?hash=1774695719> (referer: https://ecarstrade.com/cars/7013537)
2026-03-28 14:36:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013537/photo_006/780x0__r.jpg?hash=1774695719> (referer: https://ecarstrade.com/cars/7013537)
2026-03-28 14:36:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013537/photo_005/780x0__r.jpg?hash=1774695720> (referer: https://ecarstrade.com/cars/7013537)
2026-03-28 14:36:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013537/photo_004/780x0__r.jpg?hash=1774695719> (referer: https://ecarstrade.com/cars/7013537)
2026-03-28 14:36:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 32baf280-9f30-5087-8847-9254c31b1594
2026-03-28 14:36:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 32baf280-9f30-5087-8847-9254c31b1594
2026-03-28 14:36:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 32baf280-9f30-5087-8847-9254c31b1594
2026-03-28 14:36:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 32baf280-9f30-5087-8847-9254c31b1594
2026-03-28 14:36:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 32baf280-9f30-5087-8847-9254c31b1594
2026-03-28 14:36:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 32baf280-9f30-5087-8847-9254c31b1594
2026-03-28 14:36:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 32baf280-9f30-5087-8847-9254c31b1594, skipping ID generation
2026-03-28 14:36:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32baf280-9f30-5087-8847-9254c31b1594 with scrape type 1
2026-03-28 14:36:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 32baf280-9f30-5087-8847-9254c31b1594 sending to next pipeline
2026-03-28 14:36:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 32baf280-9f30-5087-8847-9254c31b1594, identifier: 7013537auction111170
2026-03-28 14:36:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 32baf280-9f30-5087-8847-9254c31b1594 with identifier: 7013537auction111170
2026-03-28 14:36:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 32baf280-9f30-5087-8847-9254c31b1594 with identifier: 7013537auction111170
2026-03-28 14:36:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 32baf280-9f30-5087-8847-9254c31b1594 with identifier: 7013537auction111170 to the API
2026-03-28 14:36:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:36:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:36:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013537/photo_004/780x0__r.jpg?hash=1774695719>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Petrol',
'id': '32baf280-9f30-5087-8847-9254c31b1594',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013537',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '308',
'odometer': 61350,
'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': '308 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-28 14:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013537auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:36:14 [ecarstrade.be] INFO: Saving data for 7013537auction111170: {'created_time': 1774708574.239144, 'last_price_update_time': 1774708574.239155, 'auction_closing_time': 1774785600.0}
2026-03-28 14:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013537auction111170') HTTP/1.1" 204 0
2026-03-28 14:36:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013534> (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-28 14:36:15 [ecarstrade.be] INFO: Extracting details for car 7013534auction111170
2026-03-28 14:36:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40faa49c-ad67-5acc-939f-1acdad9aaea4 with identifier: 7013534auction111170
2026-03-28 14:36:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40faa49c-ad67-5acc-939f-1acdad9aaea4 with scrape type 1
2026-03-28 14:36:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 40faa49c-ad67-5acc-939f-1acdad9aaea4
2026-03-28 14:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013534%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695712%27 HTTP/1.1" 200 None
2026-03-28 14:36:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013534/photo_001/780x0__r.jpg?hash=1774695712 not downloaded yet
2026-03-28 14:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013534%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695712%27 HTTP/1.1" 200 None
2026-03-28 14:36:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013534/photo_002/780x0__r.jpg?hash=1774695712 not downloaded yet
2026-03-28 14:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013534%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695712%27 HTTP/1.1" 200 None
2026-03-28 14:36:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013534/photo_003/780x0__r.jpg?hash=1774695712 not downloaded yet
2026-03-28 14:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013534%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695712%27 HTTP/1.1" 200 None
2026-03-28 14:36:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013534/photo_004/780x0__r.jpg?hash=1774695712 not downloaded yet
2026-03-28 14:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013534%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695713%27 HTTP/1.1" 200 None
2026-03-28 14:36:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013534/photo_005/780x0__r.jpg?hash=1774695713 not downloaded yet
2026-03-28 14:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013534%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695712%27 HTTP/1.1" 200 None
2026-03-28 14:36:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013534/photo_006/780x0__r.jpg?hash=1774695712 not downloaded yet
2026-03-28 14:36:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013534/photo_001/780x0__r.jpg?hash=1774695712> (referer: https://ecarstrade.com/cars/7013534)
2026-03-28 14:36:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013534/photo_002/780x0__r.jpg?hash=1774695712> (referer: https://ecarstrade.com/cars/7013534)
2026-03-28 14:36:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013534/photo_003/780x0__r.jpg?hash=1774695712> (referer: https://ecarstrade.com/cars/7013534)
2026-03-28 14:36:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013534/photo_006/780x0__r.jpg?hash=1774695712> (referer: https://ecarstrade.com/cars/7013534)
2026-03-28 14:36:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013534/photo_004/780x0__r.jpg?hash=1774695712> (referer: https://ecarstrade.com/cars/7013534)
2026-03-28 14:36:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013534/photo_005/780x0__r.jpg?hash=1774695713> (referer: https://ecarstrade.com/cars/7013534)
2026-03-28 14:36:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 40faa49c-ad67-5acc-939f-1acdad9aaea4
2026-03-28 14:36:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 40faa49c-ad67-5acc-939f-1acdad9aaea4
2026-03-28 14:36:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 40faa49c-ad67-5acc-939f-1acdad9aaea4
2026-03-28 14:36:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 40faa49c-ad67-5acc-939f-1acdad9aaea4
2026-03-28 14:36:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 40faa49c-ad67-5acc-939f-1acdad9aaea4
2026-03-28 14:36:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 40faa49c-ad67-5acc-939f-1acdad9aaea4
2026-03-28 14:36:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 40faa49c-ad67-5acc-939f-1acdad9aaea4, skipping ID generation
2026-03-28 14:36:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40faa49c-ad67-5acc-939f-1acdad9aaea4 with scrape type 1
2026-03-28 14:36:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 40faa49c-ad67-5acc-939f-1acdad9aaea4 sending to next pipeline
2026-03-28 14:36:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 40faa49c-ad67-5acc-939f-1acdad9aaea4, identifier: 7013534auction111170
2026-03-28 14:36:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 40faa49c-ad67-5acc-939f-1acdad9aaea4 with identifier: 7013534auction111170
2026-03-28 14:36:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 40faa49c-ad67-5acc-939f-1acdad9aaea4 with identifier: 7013534auction111170
2026-03-28 14:36:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 40faa49c-ad67-5acc-939f-1acdad9aaea4 with identifier: 7013534auction111170 to the API
2026-03-28 14:36:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:36:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:36:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013534/photo_005/780x0__r.jpg?hash=1774695713>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Petrol',
'id': '40faa49c-ad67-5acc-939f-1acdad9aaea4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013534',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 80430,
'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': '208 Allure Pack 1.2 PureTech 100CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Pack 1.2 PureTech 100CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-28 14:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013534auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:36:16 [ecarstrade.be] INFO: Saving data for 7013534auction111170: {'created_time': 1774708576.30305, 'last_price_update_time': 1774708576.303063, 'auction_closing_time': 1774785600.0}
2026-03-28 14:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013534auction111170') HTTP/1.1" 204 0
2026-03-28 14:36:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013523> (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-28 14:36:20 [ecarstrade.be] INFO: Extracting details for car 7013523auction111170
2026-03-28 14:36:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1cd9c74-fdf8-5f08-98e1-f5320fd345c8 with identifier: 7013523auction111170
2026-03-28 14:36:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1cd9c74-fdf8-5f08-98e1-f5320fd345c8 with scrape type 1
2026-03-28 14:36:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d1cd9c74-fdf8-5f08-98e1-f5320fd345c8
2026-03-28 14:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013523%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695692%27 HTTP/1.1" 200 None
2026-03-28 14:36:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013523/photo_001/780x0__r.jpg?hash=1774695692 not downloaded yet
2026-03-28 14:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013523%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695692%27 HTTP/1.1" 200 None
2026-03-28 14:36:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013523/photo_002/780x0__r.jpg?hash=1774695692 not downloaded yet
2026-03-28 14:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013523%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695692%27 HTTP/1.1" 200 None
2026-03-28 14:36:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013523/photo_003/780x0__r.jpg?hash=1774695692 not downloaded yet
2026-03-28 14:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013523%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695692%27 HTTP/1.1" 200 None
2026-03-28 14:36:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013523/photo_004/780x0__r.jpg?hash=1774695692 not downloaded yet
2026-03-28 14:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013523%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695692%27 HTTP/1.1" 200 None
2026-03-28 14:36:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013523/photo_005/780x0__r.jpg?hash=1774695692 not downloaded yet
2026-03-28 14:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013523%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695692%27 HTTP/1.1" 200 None
2026-03-28 14:36:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013523/photo_006/780x0__r.jpg?hash=1774695692 not downloaded yet
2026-03-28 14:36:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013523/photo_002/780x0__r.jpg?hash=1774695692> (referer: https://ecarstrade.com/cars/7013523)
2026-03-28 14:36:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013523/photo_001/780x0__r.jpg?hash=1774695692> (referer: https://ecarstrade.com/cars/7013523)
2026-03-28 14:36:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013523/photo_003/780x0__r.jpg?hash=1774695692> (referer: https://ecarstrade.com/cars/7013523)
2026-03-28 14:36:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013523/photo_004/780x0__r.jpg?hash=1774695692> (referer: https://ecarstrade.com/cars/7013523)
2026-03-28 14:36:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013523/photo_005/780x0__r.jpg?hash=1774695692> (referer: https://ecarstrade.com/cars/7013523)
2026-03-28 14:36:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d1cd9c74-fdf8-5f08-98e1-f5320fd345c8
2026-03-28 14:36:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d1cd9c74-fdf8-5f08-98e1-f5320fd345c8
2026-03-28 14:36:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d1cd9c74-fdf8-5f08-98e1-f5320fd345c8
2026-03-28 14:36:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d1cd9c74-fdf8-5f08-98e1-f5320fd345c8
2026-03-28 14:36:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d1cd9c74-fdf8-5f08-98e1-f5320fd345c8
2026-03-28 14:36:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013523/photo_006/780x0__r.jpg?hash=1774695692> (referer: https://ecarstrade.com/cars/7013523)
2026-03-28 14:36:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d1cd9c74-fdf8-5f08-98e1-f5320fd345c8
2026-03-28 14:36:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d1cd9c74-fdf8-5f08-98e1-f5320fd345c8, skipping ID generation
2026-03-28 14:36:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1cd9c74-fdf8-5f08-98e1-f5320fd345c8 with scrape type 1
2026-03-28 14:36:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d1cd9c74-fdf8-5f08-98e1-f5320fd345c8 sending to next pipeline
2026-03-28 14:36:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d1cd9c74-fdf8-5f08-98e1-f5320fd345c8, identifier: 7013523auction111170
2026-03-28 14:36:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d1cd9c74-fdf8-5f08-98e1-f5320fd345c8 with identifier: 7013523auction111170
2026-03-28 14:36:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d1cd9c74-fdf8-5f08-98e1-f5320fd345c8 with identifier: 7013523auction111170
2026-03-28 14:36:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d1cd9c74-fdf8-5f08-98e1-f5320fd345c8 with identifier: 7013523auction111170 to the API
2026-03-28 14:36:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:36: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-28 14:36:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013523/photo_006/780x0__r.jpg?hash=1774695692>
{'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-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'd1cd9c74-fdf8-5f08-98e1-f5320fd345c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013523',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 113881,
'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': 'CITROEN C3 Aircross / 2017 / 5P / SUV BlueHDi 100 S&S BVM6 Feel '
'Business',
'transmission': 'manual',
'trim': 'CITROEN / 2017 / 5P / SUV BlueHDi 100 S&S BVM6 Feel Business',
'vin': None,
'year': 2020}
2026-03-28 14:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013523auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:36:21 [ecarstrade.be] INFO: Saving data for 7013523auction111170: {'created_time': 1774708581.564746, 'last_price_update_time': 1774708581.564758, 'auction_closing_time': 1774785600.0}
2026-03-28 14:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013523auction111170') HTTP/1.1" 204 0
2026-03-28 14:36:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013522> (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-28 14:36:29 [ecarstrade.be] INFO: Extracting details for car 7013522auction111170
2026-03-28 14:36:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42ffd01b-59e0-5cce-9b27-c899a6d4bbd1 with identifier: 7013522auction111170
2026-03-28 14:36:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42ffd01b-59e0-5cce-9b27-c899a6d4bbd1 with scrape type 1
2026-03-28 14:36:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 42ffd01b-59e0-5cce-9b27-c899a6d4bbd1
2026-03-28 14:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013522%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774695687%27 HTTP/1.1" 200 None
2026-03-28 14:36:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013522/photo_001/780x0__r.jpg?hash=1774695687 not downloaded yet
2026-03-28 14:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013522%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774695687%27 HTTP/1.1" 200 None
2026-03-28 14:36:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013522/photo_002/780x0__r.jpg?hash=1774695687 not downloaded yet
2026-03-28 14:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013522%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774695687%27 HTTP/1.1" 200 None
2026-03-28 14:36:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013522/photo_003/780x0__r.jpg?hash=1774695687 not downloaded yet
2026-03-28 14:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013522%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774695687%27 HTTP/1.1" 200 None
2026-03-28 14:36:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013522/photo_004/780x0__r.jpg?hash=1774695687 not downloaded yet
2026-03-28 14:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013522%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774695687%27 HTTP/1.1" 200 None
2026-03-28 14:36:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013522/photo_005/780x0__r.jpg?hash=1774695687 not downloaded yet
2026-03-28 14:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36: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%252F7010001-7020000%252F7013522%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774695687%27 HTTP/1.1" 200 None
2026-03-28 14:36:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013522/photo_006/780x0__r.jpg?hash=1774695687 not downloaded yet
2026-03-28 14:36:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013522/photo_001/780x0__r.jpg?hash=1774695687> (referer: https://ecarstrade.com/cars/7013522)
2026-03-28 14:36:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013522/photo_002/780x0__r.jpg?hash=1774695687> (referer: https://ecarstrade.com/cars/7013522)
2026-03-28 14:36:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013522/photo_003/780x0__r.jpg?hash=1774695687> (referer: https://ecarstrade.com/cars/7013522)
2026-03-28 14:36:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013522/photo_004/780x0__r.jpg?hash=1774695687> (referer: https://ecarstrade.com/cars/7013522)
2026-03-28 14:36:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013522/photo_005/780x0__r.jpg?hash=1774695687> (referer: https://ecarstrade.com/cars/7013522)
2026-03-28 14:36:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013522/photo_006/780x0__r.jpg?hash=1774695687> (referer: https://ecarstrade.com/cars/7013522)
2026-03-28 14:36:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 42ffd01b-59e0-5cce-9b27-c899a6d4bbd1
2026-03-28 14:36:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 42ffd01b-59e0-5cce-9b27-c899a6d4bbd1
2026-03-28 14:36:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 42ffd01b-59e0-5cce-9b27-c899a6d4bbd1
2026-03-28 14:36:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 42ffd01b-59e0-5cce-9b27-c899a6d4bbd1
2026-03-28 14:36:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 42ffd01b-59e0-5cce-9b27-c899a6d4bbd1
2026-03-28 14:36:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 42ffd01b-59e0-5cce-9b27-c899a6d4bbd1
2026-03-28 14:36:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 42ffd01b-59e0-5cce-9b27-c899a6d4bbd1, skipping ID generation
2026-03-28 14:36:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42ffd01b-59e0-5cce-9b27-c899a6d4bbd1 with scrape type 1
2026-03-28 14:36:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 42ffd01b-59e0-5cce-9b27-c899a6d4bbd1 sending to next pipeline
2026-03-28 14:36:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42ffd01b-59e0-5cce-9b27-c899a6d4bbd1, identifier: 7013522auction111170
2026-03-28 14:36:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42ffd01b-59e0-5cce-9b27-c899a6d4bbd1 with identifier: 7013522auction111170
2026-03-28 14:36:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42ffd01b-59e0-5cce-9b27-c899a6d4bbd1 with identifier: 7013522auction111170
2026-03-28 14:36:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42ffd01b-59e0-5cce-9b27-c899a6d4bbd1 with identifier: 7013522auction111170 to the API
2026-03-28 14:36:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:36:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:36:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013522/photo_006/780x0__r.jpg?hash=1774695687>
{'auction_title': '',
'c_o_2_emission_value': 213,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.2L',
'expiration_date': '2026-03-29T12:00:00Z',
'fuel_type': 'Diesel',
'id': '42ffd01b-59e0-5cce-9b27-c899a6d4bbd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013522',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 73512,
'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': 'FIAT Ducato 2014 4P Fourgon tôlé H3Power 120 3.0 M H2 Pack',
'transmission': 'manual',
'trim': 'FIAT 2014 4P Fourgon tôlé H3Power 120 3.0 M H2 Pack',
'vin': None,
'year': 2022}
2026-03-28 14:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013522auction111170%27 HTTP/1.1" 200 None
2026-03-28 14:36:30 [ecarstrade.be] INFO: Saving data for 7013522auction111170: {'created_time': 1774708590.147384, 'last_price_update_time': 1774708590.147395, 'auction_closing_time': 1774785600.0}
2026-03-28 14:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013522auction111170') HTTP/1.1" 204 0
2026-03-28 14:36:37 [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-28 14:36:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003001auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003001auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003002auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003002auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003004auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003004auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003005auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003005auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003007auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003007auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003008auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003008auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003009auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003009auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003103auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003103auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003212auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003212auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003213auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003213auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003214auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003214auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003215auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003215auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003217auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003217auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003277auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003277auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003359auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003359auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003361auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003361auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003553auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003553auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003668auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003668auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7003669auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7003669auction111054: 0
2026-03-28 14:36:38 [ecarstrade.be] INFO: Found listing with ID: 7004533auction111054
2026-03-28 14:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:38 [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-28 14:36:38 [ecarstrade.be] INFO: Scrape type for 7004533auction111054: 0
2026-03-28 14:36:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:36:44 [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-28 14:36:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:36:44 [ecarstrade.be] INFO: Found listing with ID: 7004534auction111054
2026-03-28 14:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004534auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:36:44 [ecarstrade.be] INFO: Scrape type for 7004534auction111054: 0
2026-03-28 14:36:44 [ecarstrade.be] INFO: Found listing with ID: 7004535auction111054
2026-03-28 14:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7004535auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7004536auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7004536auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7004537auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7004537auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7004538auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7004538auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7004546auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7004546auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7004547auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7004547auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7004548auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004548auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7004548auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7004815auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7004815auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7004818auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7004818auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7004820auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7004820auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7004974auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7004974auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7005180auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7005180auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7005182auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7005182auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7005183auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7005183auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7005186auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7005186auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7005222auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7005222auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7005223auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7005223auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7005224auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7005224auction111054: 0
2026-03-28 14:36:45 [ecarstrade.be] INFO: Found listing with ID: 7005225auction111054
2026-03-28 14:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:45 [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-28 14:36:45 [ecarstrade.be] INFO: Scrape type for 7005225auction111054: 0
2026-03-28 14:36:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:36:51 [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-28 14:36:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7005280auction111054
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005280auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7005280auction111054: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7005469auction111054
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005469auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7005469auction111054: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7005470auction111054
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005470auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7005470auction111054: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7005471auction111054
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005471auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7005471auction111054: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7005545auction111054
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005545auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7005545auction111054: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7005810auction111054
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005810auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7005810auction111054: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7005813auction111054
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005813auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7005813auction111054: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7006503auction111054
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006503auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7006503auction111054: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7006504auction111054
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006504auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7006504auction111054: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7006786auction111054
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006786auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7006786auction111054: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7006787auction111054
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006787auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7006787auction111054: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7007001auction111054
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007001auction111054%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7007001auction111054: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7009935auction111137
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009935auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7009935auction111137: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7010004auction111137
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010004auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7010004auction111137: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7009929auction111137
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009929auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7009929auction111137: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7009912auction111137
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009912auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7009912auction111137: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7009882auction111137
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009882auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7009882auction111137: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7009881auction111137
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009881auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:51 [ecarstrade.be] INFO: Scrape type for 7009881auction111137: 0
2026-03-28 14:36:51 [ecarstrade.be] INFO: Found listing with ID: 7009861auction111137
2026-03-28 14:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:52 [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-28 14:36:52 [ecarstrade.be] INFO: Scrape type for 7009861auction111137: 0
2026-03-28 14:36:52 [ecarstrade.be] INFO: Found listing with ID: 7009885auction111137
2026-03-28 14:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:52 [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-28 14:36:52 [ecarstrade.be] INFO: Scrape type for 7009885auction111137: 0
2026-03-28 14:36:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:36:58 [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-28 14:36:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009886auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009886auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009886auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009877auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009877auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009877auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009927auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009927auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009927auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009897auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009897auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009897auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009865auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009865auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009865auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009920auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009920auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009920auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009989auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009989auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009989auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009930auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009930auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009930auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009926auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009926auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009926auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009928auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009928auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009928auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009998auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009998auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009998auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7010000auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010000auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7010000auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009916auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009916auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009916auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009862auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009862auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009862auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009907auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009907auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009907auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009975auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009975auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009975auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009924auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009924auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009924auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009875auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009875auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009875auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7009909auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009909auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7009909auction111137: 0
2026-03-28 14:36:58 [ecarstrade.be] INFO: Found listing with ID: 7010005auction111137
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010005auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:36:58 [ecarstrade.be] INFO: Scrape type for 7010005auction111137: 0
2026-03-28 14:36:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:37:06 [scrapy.extensions.logstats] INFO: Crawled 190 pages (at 9 pages/min), scraped 153 items (at 14 items/min)
2026-03-28 14:37:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-28 14:37:24 [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-28 14:37:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009947auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009947auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009947auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009923auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009923auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009923auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009956auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009956auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009956auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009880auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009880auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009880auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009955auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009955auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009955auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009962auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009962auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009962auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7010003auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010003auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7010003auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009978auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009978auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009978auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009894auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009894auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009894auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009859auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009859auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009859auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009876auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009876auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009876auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009958auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009958auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009958auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009942auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009942auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009942auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009864auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009864auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009864auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009963auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009963auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009963auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7010002auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010002auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7010002auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009874auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009874auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009874auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7010001auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010001auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7010001auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009889auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009889auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009889auction111137: 0
2026-03-28 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 7009893auction111137
2026-03-28 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009893auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:24 [ecarstrade.be] INFO: Scrape type for 7009893auction111137: 0
2026-03-28 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-28 14:37: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-28 14:37:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:37:31 [ecarstrade.be] INFO: Found listing with ID: 7009870auction111137
2026-03-28 14:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:31 [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-28 14:37:31 [ecarstrade.be] INFO: Scrape type for 7009870auction111137: 0
2026-03-28 14:37:31 [ecarstrade.be] INFO: Found listing with ID: 7009925auction111137
2026-03-28 14:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:31 [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-28 14:37:31 [ecarstrade.be] INFO: Scrape type for 7009925auction111137: 0
2026-03-28 14:37:31 [ecarstrade.be] INFO: Found listing with ID: 7009860auction111137
2026-03-28 14:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:31 [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-28 14:37:31 [ecarstrade.be] INFO: Scrape type for 7009860auction111137: 0
2026-03-28 14:37:31 [ecarstrade.be] INFO: Found listing with ID: 7009866auction111137
2026-03-28 14:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:31 [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-28 14:37:31 [ecarstrade.be] INFO: Scrape type for 7009866auction111137: 0
2026-03-28 14:37:31 [ecarstrade.be] INFO: Found listing with ID: 7009887auction111137
2026-03-28 14:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:31 [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-28 14:37:31 [ecarstrade.be] INFO: Scrape type for 7009887auction111137: 0
2026-03-28 14:37:31 [ecarstrade.be] INFO: Found listing with ID: 7009872auction111137
2026-03-28 14:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009872auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:32 [ecarstrade.be] INFO: Scrape type for 7009872auction111137: 0
2026-03-28 14:37:32 [ecarstrade.be] INFO: Found listing with ID: 7009984auction111137
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009984auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:32 [ecarstrade.be] INFO: Scrape type for 7009984auction111137: 0
2026-03-28 14:37:32 [ecarstrade.be] INFO: Found listing with ID: 7009995auction111137
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009995auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:32 [ecarstrade.be] INFO: Scrape type for 7009995auction111137: 0
2026-03-28 14:37:32 [ecarstrade.be] INFO: Found listing with ID: 7009863auction111137
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009863auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:32 [ecarstrade.be] INFO: Scrape type for 7009863auction111137: 0
2026-03-28 14:37:32 [ecarstrade.be] INFO: Found listing with ID: 7009910auction111137
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009910auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:32 [ecarstrade.be] INFO: Scrape type for 7009910auction111137: 0
2026-03-28 14:37:32 [ecarstrade.be] INFO: Found listing with ID: 7009890auction111137
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009890auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:32 [ecarstrade.be] INFO: Scrape type for 7009890auction111137: 0
2026-03-28 14:37:32 [ecarstrade.be] INFO: Found listing with ID: 7009898auction111137
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009898auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:32 [ecarstrade.be] INFO: Scrape type for 7009898auction111137: 0
2026-03-28 14:37:32 [ecarstrade.be] INFO: Found listing with ID: 7009951auction111137
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009951auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:32 [ecarstrade.be] INFO: Scrape type for 7009951auction111137: 0
2026-03-28 14:37:32 [ecarstrade.be] INFO: Found listing with ID: 7009985auction111137
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009985auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:32 [ecarstrade.be] INFO: Scrape type for 7009985auction111137: 0
2026-03-28 14:37:32 [ecarstrade.be] INFO: Found listing with ID: 7009988auction111137
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009988auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:32 [ecarstrade.be] INFO: Scrape type for 7009988auction111137: 0
2026-03-28 14:37:32 [ecarstrade.be] INFO: Found listing with ID: 7009879auction111137
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009879auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:32 [ecarstrade.be] INFO: Scrape type for 7009879auction111137: 0
2026-03-28 14:37:32 [ecarstrade.be] INFO: Found listing with ID: 7009993auction111137
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009993auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:32 [ecarstrade.be] INFO: Scrape type for 7009993auction111137: 0
2026-03-28 14:37:32 [ecarstrade.be] INFO: Found listing with ID: 7009873auction111137
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009873auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:32 [ecarstrade.be] INFO: Scrape type for 7009873auction111137: 0
2026-03-28 14:37:32 [ecarstrade.be] INFO: Found listing with ID: 7009941auction111137
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009941auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:32 [ecarstrade.be] INFO: Scrape type for 7009941auction111137: 0
2026-03-28 14:37:32 [ecarstrade.be] INFO: Found listing with ID: 7009944auction111137
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009944auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:32 [ecarstrade.be] INFO: Scrape type for 7009944auction111137: 0
2026-03-28 14:37:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:37:39 [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-28 14:37:39 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009971auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009971auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009971auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009867auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009867auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009867auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009991auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009991auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009991auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009883auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009883auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009883auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009899auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009899auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009899auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009960auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009960auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009960auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009997auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009997auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009997auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009869auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009869auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009869auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009871auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009871auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009871auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009996auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009996auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009996auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009884auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009884auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009884auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009981auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009981auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009981auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009987auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009987auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009987auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009931auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009931auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009931auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009986auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009986auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009986auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009856auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009856auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009856auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009961auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009961auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009961auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009994auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009994auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009994auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009891auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009891auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009891auction111137: 0
2026-03-28 14:37:39 [ecarstrade.be] INFO: Found listing with ID: 7009914auction111137
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009914auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:39 [ecarstrade.be] INFO: Scrape type for 7009914auction111137: 0
2026-03-28 14:37:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:37:45 [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-28 14:37:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009903auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009903auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009903auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009932auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009932auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009932auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009940auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009940auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009940auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009948auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009948auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009948auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009968auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009968auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009968auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009959auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009959auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009959auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009904auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009904auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009904auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009977auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009977auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009977auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009982auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009982auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009982auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009950auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009950auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009950auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009967auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009967auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009967auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009918auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009918auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009918auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009938auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009938auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009938auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009983auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009983auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009983auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009888auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009888auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009888auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009976auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009976auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009976auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009992auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009992auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009992auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009965auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009965auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009965auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009900auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009900auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009900auction111137: 0
2026-03-28 14:37:46 [ecarstrade.be] INFO: Found listing with ID: 7009896auction111137
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009896auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:37:46 [ecarstrade.be] INFO: Scrape type for 7009896auction111137: 0
2026-03-28 14:37:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:38:06 [scrapy.extensions.logstats] INFO: Crawled 194 pages (at 4 pages/min), scraped 153 items (at 0 items/min)
2026-03-28 14:38:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-28 14:38:08 [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-28 14:38:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009902auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009902auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009902auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009921auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009921auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009921auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009933auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009933auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009933auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009970auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009970auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009970auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009906auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009906auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009906auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009946auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009946auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009946auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009969auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009969auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009969auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009953auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009953auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009953auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009954auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009954auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009954auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009937auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009937auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009937auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009966auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009966auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009966auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009908auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009908auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009908auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009917auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009917auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009917auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009901auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009901auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009901auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009980auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009980auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009980auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009945auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009945auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009945auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009911auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009911auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009911auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009919auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009919auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009919auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009936auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009936auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009936auction111137: 0
2026-03-28 14:38:08 [ecarstrade.be] INFO: Found listing with ID: 7009990auction111137
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009990auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:08 [ecarstrade.be] INFO: Scrape type for 7009990auction111137: 0
2026-03-28 14:38:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:38: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-28 14:38:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7009895auction111137
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009895auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7009895auction111137: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7009949auction111137
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009949auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7009949auction111137: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7009972auction111137
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009972auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7009972auction111137: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7009973auction111137
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009973auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7009973auction111137: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7009974auction111137
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009974auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7009974auction111137: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7009939auction111137
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009939auction111137%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7009939auction111137: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7007792auction111116
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007792auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7007792auction111116: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7007793auction111116
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007793auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7007793auction111116: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7007801auction111116
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007801auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7007801auction111116: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7007811auction111116
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007811auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7007811auction111116: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7007812auction111116
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007812auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7007812auction111116: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7007813auction111116
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007813auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7007813auction111116: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7007816auction111116
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007816auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7007816auction111116: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7007823auction111116
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007823auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7007823auction111116: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7007828auction111116
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007828auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7007828auction111116: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7007832auction111116
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007832auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7007832auction111116: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7007833auction111116
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007833auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7007833auction111116: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7007834auction111116
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007834auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7007834auction111116: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7007835auction111116
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007835auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7007835auction111116: 0
2026-03-28 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 7007839auction111116
2026-03-28 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007839auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:15 [ecarstrade.be] INFO: Scrape type for 7007839auction111116: 0
2026-03-28 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-28 14:38:23 [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-28 14:38:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007840auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007840auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007840auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007841auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007841auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007841auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007845auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007845auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007845auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007846auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007846auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007846auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007847auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007847auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007847auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007849auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007849auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007849auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007850auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007850auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007850auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007851auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007851auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007851auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007852auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007852auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007852auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007853auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007853auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007853auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007854auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007854auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007854auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007855auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007855auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007855auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007856auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007856auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007856auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007857auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007857auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007857auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007859auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007859auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007859auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007860auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007860auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007860auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007861auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007861auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007861auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007862auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007862auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007862auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007863auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007863auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007863auction111116: 0
2026-03-28 14:38:23 [ecarstrade.be] INFO: Found listing with ID: 7007864auction111116
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007864auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:23 [ecarstrade.be] INFO: Scrape type for 7007864auction111116: 0
2026-03-28 14:38:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:38:30 [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-28 14:38:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007866auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007866auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007866auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007867auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007867auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007867auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007868auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007868auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007868auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007870auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007870auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007870auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007873auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007873auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007873auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007874auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007874auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007874auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007877auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007877auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007877auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007879auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007879auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007879auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007880auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007880auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007880auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007884auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007884auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007884auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007885auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007885auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007885auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007887auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007887auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007887auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007888auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007888auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007888auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007890auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007890auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007890auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007892auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007892auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007892auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007893auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007893auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007893auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007894auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007894auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007894auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007895auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007895auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007895auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007896auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007896auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007896auction111116: 0
2026-03-28 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 7007898auction111116
2026-03-28 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007898auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:30 [ecarstrade.be] INFO: Scrape type for 7007898auction111116: 0
2026-03-28 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-28 14:38:37 [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-28 14:38:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 7007899auction111116
2026-03-28 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007899auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:37 [ecarstrade.be] INFO: Scrape type for 7007899auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007900auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007900auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007900auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007901auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007901auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007901auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007902auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007902auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007902auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007903auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007903auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007903auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007906auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007906auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007906auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007908auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007908auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007908auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007914auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007914auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007914auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007917auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007917auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007917auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007919auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007919auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007919auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007920auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007920auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007920auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007921auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007921auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007921auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007922auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007922auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007922auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007924auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007924auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007924auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007926auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007926auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007926auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007928auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007928auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007928auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007929auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007929auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007929auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007932auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007932auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007932auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007933auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007933auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007933auction111116: 0
2026-03-28 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 7007936auction111116
2026-03-28 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007936auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:38 [ecarstrade.be] INFO: Scrape type for 7007936auction111116: 0
2026-03-28 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-28 14:38:54 [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-28 14:38:54 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:38:54 [ecarstrade.be] INFO: Found listing with ID: 7007937auction111116
2026-03-28 14:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007937auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:54 [ecarstrade.be] INFO: Scrape type for 7007937auction111116: 0
2026-03-28 14:38:54 [ecarstrade.be] INFO: Found listing with ID: 7007938auction111116
2026-03-28 14:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007938auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:54 [ecarstrade.be] INFO: Scrape type for 7007938auction111116: 0
2026-03-28 14:38:54 [ecarstrade.be] INFO: Found listing with ID: 7007939auction111116
2026-03-28 14:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007939auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:54 [ecarstrade.be] INFO: Scrape type for 7007939auction111116: 0
2026-03-28 14:38:54 [ecarstrade.be] INFO: Found listing with ID: 7007940auction111116
2026-03-28 14:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007940auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:54 [ecarstrade.be] INFO: Scrape type for 7007940auction111116: 0
2026-03-28 14:38:54 [ecarstrade.be] INFO: Found listing with ID: 7007941auction111116
2026-03-28 14:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007941auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:54 [ecarstrade.be] INFO: Scrape type for 7007941auction111116: 0
2026-03-28 14:38:54 [ecarstrade.be] INFO: Found listing with ID: 7007942auction111116
2026-03-28 14:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007942auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:54 [ecarstrade.be] INFO: Scrape type for 7007942auction111116: 0
2026-03-28 14:38:54 [ecarstrade.be] INFO: Found listing with ID: 7007943auction111116
2026-03-28 14:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007943auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:54 [ecarstrade.be] INFO: Scrape type for 7007943auction111116: 0
2026-03-28 14:38:54 [ecarstrade.be] INFO: Found listing with ID: 7007944auction111116
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007944auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:55 [ecarstrade.be] INFO: Scrape type for 7007944auction111116: 0
2026-03-28 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 7007945auction111116
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007945auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:55 [ecarstrade.be] INFO: Scrape type for 7007945auction111116: 0
2026-03-28 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 7007946auction111116
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007946auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:55 [ecarstrade.be] INFO: Scrape type for 7007946auction111116: 0
2026-03-28 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 7007947auction111116
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007947auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:55 [ecarstrade.be] INFO: Scrape type for 7007947auction111116: 0
2026-03-28 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 7007948auction111116
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007948auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:55 [ecarstrade.be] INFO: Scrape type for 7007948auction111116: 0
2026-03-28 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 7007949auction111116
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007949auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:55 [ecarstrade.be] INFO: Scrape type for 7007949auction111116: 0
2026-03-28 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 7007950auction111116
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007950auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:55 [ecarstrade.be] INFO: Scrape type for 7007950auction111116: 0
2026-03-28 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 7007952auction111116
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007952auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:55 [ecarstrade.be] INFO: Scrape type for 7007952auction111116: 0
2026-03-28 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 7007953auction111116
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007953auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:55 [ecarstrade.be] INFO: Scrape type for 7007953auction111116: 0
2026-03-28 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 7007954auction111116
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007954auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:55 [ecarstrade.be] INFO: Scrape type for 7007954auction111116: 0
2026-03-28 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 7007955auction111116
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007955auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:55 [ecarstrade.be] INFO: Scrape type for 7007955auction111116: 0
2026-03-28 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 7007956auction111116
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007956auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:55 [ecarstrade.be] INFO: Scrape type for 7007956auction111116: 0
2026-03-28 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 7007957auction111116
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007957auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:38:55 [ecarstrade.be] INFO: Scrape type for 7007957auction111116: 0
2026-03-28 14:38:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:39:06 [scrapy.extensions.logstats] INFO: Crawled 200 pages (at 6 pages/min), scraped 153 items (at 0 items/min)
2026-03-28 14:39:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-28 14:39:20 [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-28 14:39:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007961auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007961auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007961auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007963auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007963auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007963auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007964auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007964auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007964auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007966auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007966auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007966auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007968auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007968auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007968auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007972auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007972auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007972auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007974auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007974auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007974auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007976auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007976auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007976auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007977auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007977auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007977auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007983auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007983auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007983auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007984auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007984auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007984auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007985auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007985auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007985auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007986auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007986auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007986auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007987auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007987auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007987auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007988auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007988auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007988auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007989auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007989auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007989auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007991auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007991auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007991auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007993auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007993auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007993auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007994auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007994auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007994auction111116: 0
2026-03-28 14:39:20 [ecarstrade.be] INFO: Found listing with ID: 7007998auction111116
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007998auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:20 [ecarstrade.be] INFO: Scrape type for 7007998auction111116: 0
2026-03-28 14:39:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:39:26 [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-28 14:39:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7007999auction111116
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007999auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7007999auction111116: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7008000auction111116
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008000auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7008000auction111116: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7008001auction111116
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008001auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7008001auction111116: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7008003auction111116
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008003auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7008003auction111116: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7008005auction111116
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008005auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7008005auction111116: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7008007auction111116
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008007auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7008007auction111116: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7008025auction111116
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008025auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7008025auction111116: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7008026auction111116
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008026auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7008026auction111116: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7008029auction111116
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008029auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7008029auction111116: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7008030auction111116
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008030auction111116%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7008030auction111116: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7009400auction99101
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009400auction99101%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7009400auction99101: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7009427auction99101
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009427auction99101%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7009427auction99101: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7009448auction99101
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009448auction99101%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7009448auction99101: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7009468auction99101
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009468auction99101%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7009468auction99101: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7009487auction99101
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009487auction99101%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7009487auction99101: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7009499auction99101
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009499auction99101%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7009499auction99101: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7009510auction99101
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009510auction99101%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7009510auction99101: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7003910auction111076
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003910auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7003910auction111076: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7003911auction111076
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003911auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:26 [ecarstrade.be] INFO: Scrape type for 7003911auction111076: 0
2026-03-28 14:39:26 [ecarstrade.be] INFO: Found listing with ID: 7003912auction111076
2026-03-28 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003912auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:27 [ecarstrade.be] INFO: Scrape type for 7003912auction111076: 0
2026-03-28 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-28 14:39:37 [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-28 14:39:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003913auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003913auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003913auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003914auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003914auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003914auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003915auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003915auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003915auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003916auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003916auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003916auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003917auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003917auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003917auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003918auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003918auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003918auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003919auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003919auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003919auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003920auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003920auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003920auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003921auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003921auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003921auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003922auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003922auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003922auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003923auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003923auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003923auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003924auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003924auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003924auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003925auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003925auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003925auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003926auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003926auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003926auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003927auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003927auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003927auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003928auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003928auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003928auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003929auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003929auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003929auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003930auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003930auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003930auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003931auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003931auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003931auction111076: 0
2026-03-28 14:39:37 [ecarstrade.be] INFO: Found listing with ID: 7003932auction111076
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003932auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:37 [ecarstrade.be] INFO: Scrape type for 7003932auction111076: 0
2026-03-28 14:39:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:39:45 [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-28 14:39:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:39:45 [ecarstrade.be] INFO: Found listing with ID: 7003933auction111076
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003933auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:45 [ecarstrade.be] INFO: Scrape type for 7003933auction111076: 0
2026-03-28 14:39:45 [ecarstrade.be] INFO: Found listing with ID: 7003934auction111076
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003934auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:45 [ecarstrade.be] INFO: Scrape type for 7003934auction111076: 0
2026-03-28 14:39:45 [ecarstrade.be] INFO: Found listing with ID: 7003935auction111076
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003935auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:45 [ecarstrade.be] INFO: Scrape type for 7003935auction111076: 0
2026-03-28 14:39:45 [ecarstrade.be] INFO: Found listing with ID: 7003936auction111076
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003936auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:45 [ecarstrade.be] INFO: Scrape type for 7003936auction111076: 0
2026-03-28 14:39:45 [ecarstrade.be] INFO: Found listing with ID: 7003937auction111076
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003937auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:45 [ecarstrade.be] INFO: Scrape type for 7003937auction111076: 0
2026-03-28 14:39:45 [ecarstrade.be] INFO: Found listing with ID: 7003938auction111076
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003938auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:45 [ecarstrade.be] INFO: Scrape type for 7003938auction111076: 0
2026-03-28 14:39:45 [ecarstrade.be] INFO: Found listing with ID: 7003939auction111076
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003939auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:45 [ecarstrade.be] INFO: Scrape type for 7003939auction111076: 0
2026-03-28 14:39:45 [ecarstrade.be] INFO: Found listing with ID: 7003940auction111076
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003940auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:45 [ecarstrade.be] INFO: Scrape type for 7003940auction111076: 0
2026-03-28 14:39:45 [ecarstrade.be] INFO: Found listing with ID: 7003941auction111076
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003941auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:45 [ecarstrade.be] INFO: Scrape type for 7003941auction111076: 0
2026-03-28 14:39:45 [ecarstrade.be] INFO: Found listing with ID: 7003942auction111076
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003942auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:45 [ecarstrade.be] INFO: Scrape type for 7003942auction111076: 0
2026-03-28 14:39:45 [ecarstrade.be] INFO: Found listing with ID: 7003943auction111076
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003943auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:45 [ecarstrade.be] INFO: Scrape type for 7003943auction111076: 0
2026-03-28 14:39:45 [ecarstrade.be] INFO: Found listing with ID: 7003944auction111076
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003944auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:45 [ecarstrade.be] INFO: Scrape type for 7003944auction111076: 0
2026-03-28 14:39:45 [ecarstrade.be] INFO: Found listing with ID: 7003945auction111076
2026-03-28 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003945auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:46 [ecarstrade.be] INFO: Scrape type for 7003945auction111076: 0
2026-03-28 14:39:46 [ecarstrade.be] INFO: Found listing with ID: 7003946auction111076
2026-03-28 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003946auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:46 [ecarstrade.be] INFO: Scrape type for 7003946auction111076: 0
2026-03-28 14:39:46 [ecarstrade.be] INFO: Found listing with ID: 7003947auction111076
2026-03-28 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003947auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:46 [ecarstrade.be] INFO: Scrape type for 7003947auction111076: 0
2026-03-28 14:39:46 [ecarstrade.be] INFO: Found listing with ID: 7003948auction111076
2026-03-28 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003948auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:46 [ecarstrade.be] INFO: Scrape type for 7003948auction111076: 0
2026-03-28 14:39:46 [ecarstrade.be] INFO: Found listing with ID: 7003949auction111076
2026-03-28 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003949auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:46 [ecarstrade.be] INFO: Scrape type for 7003949auction111076: 0
2026-03-28 14:39:46 [ecarstrade.be] INFO: Found listing with ID: 7003950auction111076
2026-03-28 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003950auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:46 [ecarstrade.be] INFO: Scrape type for 7003950auction111076: 0
2026-03-28 14:39:46 [ecarstrade.be] INFO: Found listing with ID: 7003951auction111076
2026-03-28 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003951auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:46 [ecarstrade.be] INFO: Scrape type for 7003951auction111076: 0
2026-03-28 14:39:46 [ecarstrade.be] INFO: Found listing with ID: 7003952auction111076
2026-03-28 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003952auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:46 [ecarstrade.be] INFO: Scrape type for 7003952auction111076: 0
2026-03-28 14:39:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:39:52 [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-28 14:39:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003953auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003953auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003953auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003954auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003954auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003954auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003955auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003955auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003955auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003956auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003956auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003956auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003957auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003957auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003957auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003958auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003958auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003958auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003959auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003959auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003959auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003960auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003960auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003960auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003961auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003961auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003961auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003962auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003962auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003962auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003963auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003963auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003963auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003964auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003964auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003964auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003965auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003965auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003965auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003966auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003966auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003966auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003967auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003967auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003967auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003968auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003968auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003968auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003969auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003969auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003969auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003970auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003970auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003970auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003971auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003971auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003971auction111076: 0
2026-03-28 14:39:52 [ecarstrade.be] INFO: Found listing with ID: 7003972auction111076
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003972auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:39:52 [ecarstrade.be] INFO: Scrape type for 7003972auction111076: 0
2026-03-28 14:39:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:39:59 [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-28 14:40:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003973auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003973auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003973auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003974auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003974auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003974auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003975auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003975auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003975auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003976auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003976auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003976auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003977auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003977auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003977auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003978auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003978auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003978auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003979auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003979auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003979auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003980auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003980auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003980auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003981auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003981auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003981auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003982auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003982auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003982auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003983auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003983auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003983auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003984auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003984auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003984auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003985auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003985auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003985auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003986auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003986auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003986auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003987auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003987auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003987auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003988auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003988auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003988auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003989auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003989auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003989auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003990auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003990auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003990auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003991auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003991auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003991auction111076: 0
2026-03-28 14:40:00 [ecarstrade.be] INFO: Found listing with ID: 7003992auction111076
2026-03-28 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003992auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:00 [ecarstrade.be] INFO: Scrape type for 7003992auction111076: 0
2026-03-28 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-28 14:40:06 [scrapy.extensions.logstats] INFO: Crawled 206 pages (at 6 pages/min), scraped 153 items (at 0 items/min)
2026-03-28 14:40:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 308MiB
2026-03-28 14:40:08 [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-28 14:40:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7003993auction111076
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003993auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7003993auction111076: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7003994auction111076
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003994auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7003994auction111076: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7003995auction111076
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003995auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7003995auction111076: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7003996auction111076
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003996auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7003996auction111076: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7003997auction111076
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003997auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7003997auction111076: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7003998auction111076
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003998auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7003998auction111076: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7003999auction111076
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003999auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7003999auction111076: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7004000auction111076
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004000auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7004000auction111076: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7004001auction111076
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004001auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7004001auction111076: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7004002auction111076
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004002auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7004002auction111076: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7004003auction111076
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004003auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7004003auction111076: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7004004auction111076
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004004auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7004004auction111076: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7004005auction111076
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004005auction111076%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7004005auction111076: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7008992auction111128
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008992auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7008992auction111128: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7008990auction111128
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008990auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7008990auction111128: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7008953auction111128
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008953auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7008953auction111128: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7008979auction111128
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008979auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7008979auction111128: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7008988auction111128
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008988auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7008988auction111128: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7008960auction111128
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008960auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7008960auction111128: 0
2026-03-28 14:40:08 [ecarstrade.be] INFO: Found listing with ID: 7008993auction111128
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008993auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:08 [ecarstrade.be] INFO: Scrape type for 7008993auction111128: 0
2026-03-28 14:40:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:40:29 [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-28 14:40:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008989auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008989auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008989auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008994auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008994auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008994auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008985auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008985auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008985auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008991auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008991auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008991auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008958auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008958auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008958auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008963auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008963auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008963auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008961auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008961auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008961auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008955auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008955auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008955auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008987auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008987auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008987auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008956auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008956auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008956auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008977auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008977auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008977auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008984auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008984auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008984auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008959auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008959auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008959auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008950auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008950auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008950auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008951auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008951auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008951auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008957auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008957auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008957auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008982auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008982auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008982auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008948auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008948auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008948auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008952auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008952auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008952auction111128: 0
2026-03-28 14:40:30 [ecarstrade.be] INFO: Found listing with ID: 7008975auction111128
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008975auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:30 [ecarstrade.be] INFO: Scrape type for 7008975auction111128: 0
2026-03-28 14:40:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:40:37 [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-28 14:40:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008939auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008939auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008939auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008954auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008954auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008954auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008940auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008940auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008940auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008942auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008942auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008942auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008941auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008941auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008941auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008964auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008964auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008964auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008945auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008945auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008945auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008971auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008971auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008971auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008978auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008978auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008978auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008944auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008944auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008944auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008967auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008967auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008967auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008968auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008968auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008968auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008972auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008972auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008972auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008962auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008962auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008962auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008973auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008973auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008973auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008981auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008981auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008981auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008983auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008983auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008983auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008970auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008970auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008970auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008974auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008974auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008974auction111128: 0
2026-03-28 14:40:38 [ecarstrade.be] INFO: Found listing with ID: 7008946auction111128
2026-03-28 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008946auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:38 [ecarstrade.be] INFO: Scrape type for 7008946auction111128: 0
2026-03-28 14:40:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:40:46 [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-28 14:40:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7008969auction111128
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008969auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7008969auction111128: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7008947auction111128
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008947auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7008947auction111128: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7008965auction111128
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008965auction111128%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7008965auction111128: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7009006auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009006auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7009006auction111129: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7009125auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009125auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7009125auction111129: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7009139auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009139auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7009139auction111129: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7009003auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009003auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7009003auction111129: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7008998auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008998auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7008998auction111129: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7009039auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009039auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7009039auction111129: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7009004auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009004auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7009004auction111129: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7009138auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009138auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7009138auction111129: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7009030auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009030auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7009030auction111129: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7009150auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009150auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7009150auction111129: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7009149auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009149auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7009149auction111129: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7009148auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009148auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7009148auction111129: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7009031auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009031auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7009031auction111129: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7009126auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009126auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7009126auction111129: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7009124auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009124auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7009124auction111129: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7009043auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009043auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7009043auction111129: 0
2026-03-28 14:40:46 [ecarstrade.be] INFO: Found listing with ID: 7009028auction111129
2026-03-28 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009028auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:46 [ecarstrade.be] INFO: Scrape type for 7009028auction111129: 0
2026-03-28 14:40:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:40:53 [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-28 14:40:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:40:53 [ecarstrade.be] INFO: Found listing with ID: 7009141auction111129
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009141auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:53 [ecarstrade.be] INFO: Scrape type for 7009141auction111129: 0
2026-03-28 14:40:53 [ecarstrade.be] INFO: Found listing with ID: 7009151auction111129
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009151auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:53 [ecarstrade.be] INFO: Scrape type for 7009151auction111129: 0
2026-03-28 14:40:53 [ecarstrade.be] INFO: Found listing with ID: 7009005auction111129
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009005auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:53 [ecarstrade.be] INFO: Scrape type for 7009005auction111129: 0
2026-03-28 14:40:53 [ecarstrade.be] INFO: Found listing with ID: 7009034auction111129
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009034auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:53 [ecarstrade.be] INFO: Scrape type for 7009034auction111129: 0
2026-03-28 14:40:53 [ecarstrade.be] INFO: Found listing with ID: 7009001auction111129
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009001auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:53 [ecarstrade.be] INFO: Scrape type for 7009001auction111129: 0
2026-03-28 14:40:53 [ecarstrade.be] INFO: Found listing with ID: 7008996auction111129
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008996auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:53 [ecarstrade.be] INFO: Scrape type for 7008996auction111129: 0
2026-03-28 14:40:53 [ecarstrade.be] INFO: Found listing with ID: 7009018auction111129
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009018auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:53 [ecarstrade.be] INFO: Scrape type for 7009018auction111129: 0
2026-03-28 14:40:53 [ecarstrade.be] INFO: Found listing with ID: 7009025auction111129
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009025auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:53 [ecarstrade.be] INFO: Scrape type for 7009025auction111129: 0
2026-03-28 14:40:53 [ecarstrade.be] INFO: Found listing with ID: 7009038auction111129
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009038auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:53 [ecarstrade.be] INFO: Scrape type for 7009038auction111129: 0
2026-03-28 14:40:53 [ecarstrade.be] INFO: Found listing with ID: 7009101auction111129
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009101auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:53 [ecarstrade.be] INFO: Scrape type for 7009101auction111129: 0
2026-03-28 14:40:53 [ecarstrade.be] INFO: Found listing with ID: 7009007auction111129
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009007auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:53 [ecarstrade.be] INFO: Scrape type for 7009007auction111129: 0
2026-03-28 14:40:53 [ecarstrade.be] INFO: Found listing with ID: 7009033auction111129
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009033auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:53 [ecarstrade.be] INFO: Scrape type for 7009033auction111129: 0
2026-03-28 14:40:53 [ecarstrade.be] INFO: Found listing with ID: 7009042auction111129
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009042auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:53 [ecarstrade.be] INFO: Scrape type for 7009042auction111129: 0
2026-03-28 14:40:53 [ecarstrade.be] INFO: Found listing with ID: 7009029auction111129
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009029auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:53 [ecarstrade.be] INFO: Scrape type for 7009029auction111129: 0
2026-03-28 14:40:53 [ecarstrade.be] INFO: Found listing with ID: 7009002auction111129
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009002auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:53 [ecarstrade.be] INFO: Scrape type for 7009002auction111129: 0
2026-03-28 14:40:53 [ecarstrade.be] INFO: Found listing with ID: 7008999auction111129
2026-03-28 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008999auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:54 [ecarstrade.be] INFO: Scrape type for 7008999auction111129: 0
2026-03-28 14:40:54 [ecarstrade.be] INFO: Found listing with ID: 7009152auction111129
2026-03-28 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009152auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:54 [ecarstrade.be] INFO: Scrape type for 7009152auction111129: 0
2026-03-28 14:40:54 [ecarstrade.be] INFO: Found listing with ID: 7009019auction111129
2026-03-28 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009019auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:54 [ecarstrade.be] INFO: Scrape type for 7009019auction111129: 0
2026-03-28 14:40:54 [ecarstrade.be] INFO: Found listing with ID: 7009132auction111129
2026-03-28 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009132auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:54 [ecarstrade.be] INFO: Scrape type for 7009132auction111129: 0
2026-03-28 14:40:54 [ecarstrade.be] INFO: Found listing with ID: 7009136auction111129
2026-03-28 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009136auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:40:54 [ecarstrade.be] INFO: Scrape type for 7009136auction111129: 0
2026-03-28 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-28 14:41:06 [scrapy.extensions.logstats] INFO: Crawled 211 pages (at 5 pages/min), scraped 153 items (at 0 items/min)
2026-03-28 14:41:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 319MiB
2026-03-28 14:41:15 [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-28 14:41:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009128auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009128auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009128auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7008997auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008997auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7008997auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009032auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009032auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009032auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009037auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009037auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009037auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009089auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009089auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009089auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009117auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009117auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009117auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009120auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009120auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009120auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009127auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009127auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009127auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009135auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009135auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009135auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009137auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009137auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009137auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009074auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009074auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009074auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009094auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009094auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009094auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009068auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009068auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009068auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009116auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009116auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009116auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009123auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009123auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009123auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009140auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009140auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009140auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7008995auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008995auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7008995auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009102auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009102auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009102auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009143auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009143auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009143auction111129: 0
2026-03-28 14:41:15 [ecarstrade.be] INFO: Found listing with ID: 7009067auction111129
2026-03-28 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009067auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:15 [ecarstrade.be] INFO: Scrape type for 7009067auction111129: 0
2026-03-28 14:41:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:41:21 [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-28 14:41:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:41:21 [ecarstrade.be] INFO: Found listing with ID: 7009090auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009090auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009090auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009092auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009092auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009092auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009035auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009035auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009035auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009075auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009075auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009075auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009093auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009093auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009093auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009096auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009096auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009096auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009098auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009098auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009098auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009121auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009121auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009121auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009129auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009129auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009129auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009130auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009130auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009130auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009133auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009133auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009133auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009081auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009081auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009081auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009064auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009064auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009064auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009070auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009070auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009070auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009122auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009122auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009122auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009062auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009062auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009062auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009119auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009119auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009119auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009087auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009087auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009087auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009011auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009011auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009011auction111129: 0
2026-03-28 14:41:22 [ecarstrade.be] INFO: Found listing with ID: 7009055auction111129
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009055auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:22 [ecarstrade.be] INFO: Scrape type for 7009055auction111129: 0
2026-03-28 14:41:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:41:29 [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-28 14:41:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009010auction111129
2026-03-28 14:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009010auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009010auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009045auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009045auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009045auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009046auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009046auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009046auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009076auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009076auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009076auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009026auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009026auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009026auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009027auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009027auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009027auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009009auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009009auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009009auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009050auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009050auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009050auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009072auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009072auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009072auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009078auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009078auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009078auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009146auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009146auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009146auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009023auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009023auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009023auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009131auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009131auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009131auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009066auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009066auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009066auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009088auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009088auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009088auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009082auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009082auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009082auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009091auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009091auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009091auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009118auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009118auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009118auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009020auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009020auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009020auction111129: 0
2026-03-28 14:41:30 [ecarstrade.be] INFO: Found listing with ID: 7009100auction111129
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009100auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:30 [ecarstrade.be] INFO: Scrape type for 7009100auction111129: 0
2026-03-28 14:41:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009147auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009147auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009049auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009049auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009071auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009071auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009097auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009097auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009099auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009099auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009108auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009108auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009111auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009111auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009024auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009024auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009054auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009054auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009065auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009065auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009142auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009142auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009051auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009051auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009041auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009041auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009144auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009144auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009057auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009057auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009103auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41: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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009103auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009107auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41: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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009107auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009040auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009040auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009052auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009052auction111129: 0
2026-03-28 14:41:38 [ecarstrade.be] INFO: Found listing with ID: 7009114auction111129
2026-03-28 14:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:38 [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-28 14:41:38 [ecarstrade.be] INFO: Scrape type for 7009114auction111129: 0
2026-03-28 14:41:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:41:52 [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-28 14:41:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009044auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009044auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009044auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009058auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009058auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009058auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009013auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009013auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009013auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009022auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009022auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009022auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009109auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009109auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009109auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009014auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009014auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009014auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009073auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009073auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009073auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009095auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009095auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009095auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009016auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009016auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009016auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009047auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009047auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009047auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009053auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009053auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009053auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009079auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009079auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009079auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009110auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009110auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009110auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009112auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009112auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009112auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009113auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009113auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009113auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009115auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009115auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009115auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009061auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009061auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009061auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009060auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009060auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009060auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009080auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009080auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009080auction111129: 0
2026-03-28 14:41:53 [ecarstrade.be] INFO: Found listing with ID: 7009145auction111129
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009145auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:41:53 [ecarstrade.be] INFO: Scrape type for 7009145auction111129: 0
2026-03-28 14:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:42:00 [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-28 14:42:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7009063auction111129
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009063auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7009063auction111129: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7009104auction111129
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009104auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7009104auction111129: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7009015auction111129
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009015auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7009015auction111129: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7009056auction111129
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009056auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7009056auction111129: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7009106auction111129
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009106auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7009106auction111129: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7009021auction111129
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009021auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7009021auction111129: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7009105auction111129
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009105auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7009105auction111129: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7009012auction111129
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009012auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7009012auction111129: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7009083auction111129
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009083auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7009083auction111129: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7009008auction111129
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009008auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7009008auction111129: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7009077auction111129
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009077auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7009077auction111129: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7009086auction111129
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009086auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7009086auction111129: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7009085auction111129
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009085auction111129%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7009085auction111129: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7008597auction111122
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008597auction111122%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7008597auction111122: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7008598auction111122
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008598auction111122%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7008598auction111122: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7008599auction111122
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008599auction111122%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7008599auction111122: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7008600auction111122
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008600auction111122%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7008600auction111122: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7008601auction111122
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008601auction111122%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7008601auction111122: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7008604auction111122
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008604auction111122%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7008604auction111122: 0
2026-03-28 14:42:01 [ecarstrade.be] INFO: Found listing with ID: 7008606auction111122
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008606auction111122%27 HTTP/1.1" 200 None
2026-03-28 14:42:01 [ecarstrade.be] INFO: Scrape type for 7008606auction111122: 0
2026-03-28 14:42:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:42:06 [scrapy.extensions.logstats] INFO: Crawled 217 pages (at 6 pages/min), scraped 153 items (at 0 items/min)
2026-03-28 14:42:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 333MiB
2026-03-28 14:42:07 [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-28 14:42:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 7008607auction111122
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008607auction111122%27 HTTP/1.1" 200 None
2026-03-28 14:42:07 [ecarstrade.be] INFO: Scrape type for 7008607auction111122: 0
2026-03-28 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 7008608auction111122
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008608auction111122%27 HTTP/1.1" 200 None
2026-03-28 14:42:07 [ecarstrade.be] INFO: Scrape type for 7008608auction111122: 0
2026-03-28 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 7008609auction111122
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008609auction111122%27 HTTP/1.1" 200 None
2026-03-28 14:42:07 [ecarstrade.be] INFO: Scrape type for 7008609auction111122: 0
2026-03-28 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 7008610auction111122
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008610auction111122%27 HTTP/1.1" 200 None
2026-03-28 14:42:07 [ecarstrade.be] INFO: Scrape type for 7008610auction111122: 0
2026-03-28 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 7008611auction111122
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008611auction111122%27 HTTP/1.1" 200 None
2026-03-28 14:42:07 [ecarstrade.be] INFO: Scrape type for 7008611auction111122: 0
2026-03-28 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 7008612auction111122
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008612auction111122%27 HTTP/1.1" 200 None
2026-03-28 14:42:07 [ecarstrade.be] INFO: Scrape type for 7008612auction111122: 0
2026-03-28 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 7008613auction111122
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008613auction111122%27 HTTP/1.1" 200 None
2026-03-28 14:42:07 [ecarstrade.be] INFO: Scrape type for 7008613auction111122: 0
2026-03-28 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 7008614auction111122
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008614auction111122%27 HTTP/1.1" 200 None
2026-03-28 14:42:07 [ecarstrade.be] INFO: Scrape type for 7008614auction111122: 0
2026-03-28 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 7011077auction111151
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011077auction111151%27 HTTP/1.1" 200 None
2026-03-28 14:42:07 [ecarstrade.be] INFO: Scrape type for 7011077auction111151: 0
2026-03-28 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 7011078auction111151
2026-03-28 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011078auction111151%27 HTTP/1.1" 200 None
2026-03-28 14:42:08 [ecarstrade.be] INFO: Scrape type for 7011078auction111151: 0
2026-03-28 14:42:08 [ecarstrade.be] INFO: Found listing with ID: 7011079auction111151
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011079auction111151%27 HTTP/1.1" 200 None
2026-03-28 14:42:08 [ecarstrade.be] INFO: Scrape type for 7011079auction111151: 0
2026-03-28 14:42:08 [ecarstrade.be] INFO: Found listing with ID: 7011080auction111151
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011080auction111151%27 HTTP/1.1" 200 None
2026-03-28 14:42:08 [ecarstrade.be] INFO: Scrape type for 7011080auction111151: 0
2026-03-28 14:42:08 [ecarstrade.be] INFO: Found listing with ID: 7011081auction111151
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011081auction111151%27 HTTP/1.1" 200 None
2026-03-28 14:42:08 [ecarstrade.be] INFO: Scrape type for 7011081auction111151: 0
2026-03-28 14:42:08 [ecarstrade.be] INFO: Found listing with ID: 7011082auction111151
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011082auction111151%27 HTTP/1.1" 200 None
2026-03-28 14:42:08 [ecarstrade.be] INFO: Scrape type for 7011082auction111151: 0
2026-03-28 14:42:08 [ecarstrade.be] INFO: Found listing with ID: 7011083auction111151
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011083auction111151%27 HTTP/1.1" 200 None
2026-03-28 14:42:08 [ecarstrade.be] INFO: Scrape type for 7011083auction111151: 0
2026-03-28 14:42:08 [ecarstrade.be] INFO: Found listing with ID: 7011084auction111151
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011084auction111151%27 HTTP/1.1" 200 None
2026-03-28 14:42:08 [ecarstrade.be] INFO: Scrape type for 7011084auction111151: 0
2026-03-28 14:42:08 [ecarstrade.be] INFO: Found listing with ID: 7011085auction111151
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011085auction111151%27 HTTP/1.1" 200 None
2026-03-28 14:42:08 [ecarstrade.be] INFO: Scrape type for 7011085auction111151: 0
2026-03-28 14:42:08 [ecarstrade.be] INFO: Found listing with ID: 7011087auction111151
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011087auction111151%27 HTTP/1.1" 200 None
2026-03-28 14:42:08 [ecarstrade.be] INFO: Scrape type for 7011087auction111151: 0
2026-03-28 14:42:08 [ecarstrade.be] INFO: Found listing with ID: 7011088auction111151
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011088auction111151%27 HTTP/1.1" 200 None
2026-03-28 14:42:08 [ecarstrade.be] INFO: Scrape type for 7011088auction111151: 0
2026-03-28 14:42:08 [ecarstrade.be] INFO: Found listing with ID: 7011089auction111151
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011089auction111151%27 HTTP/1.1" 200 None
2026-03-28 14:42:08 [ecarstrade.be] INFO: Scrape type for 7011089auction111151: 0
2026-03-28 14:42:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:42:13 [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-28 14:42:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011090auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011090auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011090auction111152: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011091auction111151
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011091auction111151%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011091auction111151: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011092auction111151
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011092auction111151%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011092auction111151: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011093auction111151
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011093auction111151%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011093auction111151: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011094auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011094auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011094auction111152: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011095auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011095auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011095auction111152: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011096auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011096auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011096auction111152: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011098auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011098auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011098auction111152: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011099auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011099auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011099auction111152: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011100auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011100auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011100auction111152: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011101auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011101auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011101auction111152: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011102auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011102auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011102auction111152: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011103auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011103auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011103auction111152: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011105auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011105auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011105auction111152: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011106auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011106auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011106auction111152: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011107auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011107auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011107auction111152: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011108auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011108auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011108auction111152: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011109auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011109auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011109auction111152: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011110auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011110auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011110auction111152: 0
2026-03-28 14:42:14 [ecarstrade.be] INFO: Found listing with ID: 7011111auction111152
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011111auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:14 [ecarstrade.be] INFO: Scrape type for 7011111auction111152: 0
2026-03-28 14:42:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:42:20 [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-28 14:42:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:42:20 [ecarstrade.be] INFO: Found listing with ID: 7011112auction111152
2026-03-28 14:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011112auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:20 [ecarstrade.be] INFO: Scrape type for 7011112auction111152: 0
2026-03-28 14:42:20 [ecarstrade.be] INFO: Found listing with ID: 7011113auction111152
2026-03-28 14:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011113auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:20 [ecarstrade.be] INFO: Scrape type for 7011113auction111152: 0
2026-03-28 14:42:20 [ecarstrade.be] INFO: Found listing with ID: 7011115auction111152
2026-03-28 14:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011115auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:20 [ecarstrade.be] INFO: Scrape type for 7011115auction111152: 0
2026-03-28 14:42:20 [ecarstrade.be] INFO: Found listing with ID: 7011116auction111152
2026-03-28 14:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011116auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011116auction111152: 0
2026-03-28 14:42:21 [ecarstrade.be] INFO: Found listing with ID: 7011117auction111152
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011117auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011117auction111152: 0
2026-03-28 14:42:21 [ecarstrade.be] INFO: Found listing with ID: 7011118auction111152
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011118auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011118auction111152: 0
2026-03-28 14:42:21 [ecarstrade.be] INFO: Found listing with ID: 7011119auction111152
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011119auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011119auction111152: 0
2026-03-28 14:42:21 [ecarstrade.be] INFO: Found listing with ID: 7011120auction111152
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011120auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011120auction111152: 0
2026-03-28 14:42:21 [ecarstrade.be] INFO: Found listing with ID: 7011121auction111152
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011121auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011121auction111152: 0
2026-03-28 14:42:21 [ecarstrade.be] INFO: Found listing with ID: 7011123auction111152
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011123auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011123auction111152: 0
2026-03-28 14:42:21 [ecarstrade.be] INFO: Found listing with ID: 7011124auction111152
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011124auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011124auction111152: 0
2026-03-28 14:42:21 [ecarstrade.be] INFO: Found listing with ID: 7011125auction111152
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011125auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011125auction111152: 0
2026-03-28 14:42:21 [ecarstrade.be] INFO: Found listing with ID: 7011126auction111152
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011126auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011126auction111152: 0
2026-03-28 14:42:21 [ecarstrade.be] INFO: Found listing with ID: 7011127auction111152
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011127auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011127auction111152: 0
2026-03-28 14:42:21 [ecarstrade.be] INFO: Found listing with ID: 7011129auction111152
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011129auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011129auction111152: 0
2026-03-28 14:42:21 [ecarstrade.be] INFO: Found listing with ID: 7011130auction111152
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011130auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011130auction111152: 0
2026-03-28 14:42:21 [ecarstrade.be] INFO: Found listing with ID: 7011131auction111152
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011131auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011131auction111152: 0
2026-03-28 14:42:21 [ecarstrade.be] INFO: Found listing with ID: 7011132auction111152
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011132auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011132auction111152: 0
2026-03-28 14:42:21 [ecarstrade.be] INFO: Found listing with ID: 7011133auction111152
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011133auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011133auction111152: 0
2026-03-28 14:42:21 [ecarstrade.be] INFO: Found listing with ID: 7011134auction111152
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011134auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:21 [ecarstrade.be] INFO: Scrape type for 7011134auction111152: 0
2026-03-28 14:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:42:28 [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-28 14:42:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011135auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011135auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011135auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011137auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011137auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011137auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011138auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011138auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011138auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011139auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011139auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011139auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011140auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011140auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011140auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011141auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011141auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011141auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011142auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011142auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011142auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011144auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011144auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011144auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011145auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011145auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011145auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011146auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011146auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011146auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011147auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011147auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011147auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011148auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011148auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011148auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011149auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011149auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011149auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011150auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011150auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011150auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011151auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011151auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011151auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011153auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011153auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011153auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011154auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011154auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011154auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011155auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011155auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011155auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011156auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011156auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:28 [ecarstrade.be] INFO: Scrape type for 7011156auction111152: 0
2026-03-28 14:42:28 [ecarstrade.be] INFO: Found listing with ID: 7011157auction111152
2026-03-28 14:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011157auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:29 [ecarstrade.be] INFO: Scrape type for 7011157auction111152: 0
2026-03-28 14:42:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:42:35 [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-28 14:42:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011158auction111152
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011158auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011158auction111152: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011159auction111152
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011159auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011159auction111152: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011160auction111152
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011160auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011160auction111152: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011161auction111152
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011161auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011161auction111152: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011163auction111152
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011163auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011163auction111152: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011164auction111152
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011164auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011164auction111152: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011165auction111152
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011165auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011165auction111152: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011166auction111152
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011166auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011166auction111152: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011167auction111152
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011167auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011167auction111152: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011168auction111152
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011168auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011168auction111152: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011169auction111152
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011169auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011169auction111152: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011170auction111152
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011170auction111152%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011170auction111152: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011172auction111153
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011172auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011172auction111153: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011173auction111153
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011173auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011173auction111153: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011174auction111153
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011174auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011174auction111153: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011175auction111153
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011175auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011175auction111153: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011176auction111153
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011176auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011176auction111153: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011177auction111153
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011177auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011177auction111153: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011178auction111153
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011178auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011178auction111153: 0
2026-03-28 14:42:35 [ecarstrade.be] INFO: Found listing with ID: 7011179auction111153
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011179auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:35 [ecarstrade.be] INFO: Scrape type for 7011179auction111153: 0
2026-03-28 14:42:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:42:42 [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-28 14:42:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011181auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011181auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011181auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011182auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011182auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011182auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011183auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011183auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011183auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011184auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011184auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011184auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011185auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011185auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011185auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011186auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011186auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011186auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011187auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011187auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011187auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011189auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011189auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011189auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011190auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011190auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011190auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011191auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011191auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011191auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011192auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011192auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011192auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011193auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011193auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011193auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011194auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011194auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011194auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011195auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011195auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011195auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011196auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011196auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011196auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011197auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011197auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011197auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011199auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011199auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011199auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011200auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011200auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011200auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011201auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011201auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011201auction111153: 0
2026-03-28 14:42:42 [ecarstrade.be] INFO: Found listing with ID: 7011202auction111153
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011202auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:42 [ecarstrade.be] INFO: Scrape type for 7011202auction111153: 0
2026-03-28 14:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:42:49 [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-28 14:42:49 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011203auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011203auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011203auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011204auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011204auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011204auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011205auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011205auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011205auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011206auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011206auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011206auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011208auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011208auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011208auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011209auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011209auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011209auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011210auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011210auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011210auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011212auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011212auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011212auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011213auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011213auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011213auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011214auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011214auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011214auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011215auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011215auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011215auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011216auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011216auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011216auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011217auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011217auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011217auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011218auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011218auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011218auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011219auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011219auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011219auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011221auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011221auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011221auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011222auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011222auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011222auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011223auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011223auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011223auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011224auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011224auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011224auction111153: 0
2026-03-28 14:42:49 [ecarstrade.be] INFO: Found listing with ID: 7011225auction111153
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011225auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:49 [ecarstrade.be] INFO: Scrape type for 7011225auction111153: 0
2026-03-28 14:42:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:42:55 [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-28 14:42:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:42:55 [ecarstrade.be] INFO: Found listing with ID: 7011226auction111153
2026-03-28 14:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011226auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:55 [ecarstrade.be] INFO: Scrape type for 7011226auction111153: 0
2026-03-28 14:42:55 [ecarstrade.be] INFO: Found listing with ID: 7011227auction111153
2026-03-28 14:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011227auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:55 [ecarstrade.be] INFO: Scrape type for 7011227auction111153: 0
2026-03-28 14:42:55 [ecarstrade.be] INFO: Found listing with ID: 7011228auction111153
2026-03-28 14:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011228auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:55 [ecarstrade.be] INFO: Scrape type for 7011228auction111153: 0
2026-03-28 14:42:55 [ecarstrade.be] INFO: Found listing with ID: 7011230auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011230auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011230auction111153: 0
2026-03-28 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 7011231auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011231auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011231auction111153: 0
2026-03-28 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 7011232auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011232auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011232auction111153: 0
2026-03-28 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 7011233auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011233auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011233auction111153: 0
2026-03-28 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 7011234auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011234auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011234auction111153: 0
2026-03-28 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 7011235auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011235auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011235auction111153: 0
2026-03-28 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 7011236auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011236auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011236auction111153: 0
2026-03-28 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 7011237auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011237auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011237auction111153: 0
2026-03-28 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 7011239auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011239auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011239auction111153: 0
2026-03-28 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 7011240auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011240auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011240auction111153: 0
2026-03-28 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 7011241auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011241auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011241auction111153: 0
2026-03-28 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 7011242auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011242auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011242auction111153: 0
2026-03-28 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 7011244auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011244auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011244auction111153: 0
2026-03-28 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 7011245auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011245auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011245auction111153: 0
2026-03-28 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 7011246auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011246auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011246auction111153: 0
2026-03-28 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 7011247auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011247auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011247auction111153: 0
2026-03-28 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 7011249auction111153
2026-03-28 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011249auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:42:56 [ecarstrade.be] INFO: Scrape type for 7011249auction111153: 0
2026-03-28 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-28 14:43:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011250auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011250auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011250auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011251auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011251auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011251auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011252auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011252auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011252auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011253auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011253auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011253auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011254auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011254auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011254auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011255auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011255auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011255auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011256auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011256auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011256auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011257auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011257auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011257auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011258auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011258auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011258auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011259auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011259auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011259auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011260auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011260auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011260auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011261auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011261auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011261auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011263auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011263auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011263auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011264auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011264auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011264auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011265auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011265auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011265auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011266auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011266auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011266auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011267auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011267auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011267auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011268auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011268auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011268auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011270auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011270auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011270auction111153: 0
2026-03-28 14:43:04 [ecarstrade.be] INFO: Found listing with ID: 7011271auction111153
2026-03-28 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011271auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:04 [ecarstrade.be] INFO: Scrape type for 7011271auction111153: 0
2026-03-28 14:43:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:43:06 [scrapy.extensions.logstats] INFO: Crawled 226 pages (at 9 pages/min), scraped 153 items (at 0 items/min)
2026-03-28 14:43:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 333MiB
2026-03-28 14:43:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:43:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:43:11 [ecarstrade.be] INFO: Found listing with ID: 7011272auction111153
2026-03-28 14:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011272auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:11 [ecarstrade.be] INFO: Scrape type for 7011272auction111153: 0
2026-03-28 14:43:11 [ecarstrade.be] INFO: Found listing with ID: 7011273auction111153
2026-03-28 14:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011273auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:11 [ecarstrade.be] INFO: Scrape type for 7011273auction111153: 0
2026-03-28 14:43:11 [ecarstrade.be] INFO: Found listing with ID: 7011274auction111153
2026-03-28 14:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011274auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:11 [ecarstrade.be] INFO: Scrape type for 7011274auction111153: 0
2026-03-28 14:43:11 [ecarstrade.be] INFO: Found listing with ID: 7011276auction111153
2026-03-28 14:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011276auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7011276auction111153: 0
2026-03-28 14:43:12 [ecarstrade.be] INFO: Found listing with ID: 7011277auction111153
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011277auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7011277auction111153: 0
2026-03-28 14:43:12 [ecarstrade.be] INFO: Found listing with ID: 7011278auction111153
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011278auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7011278auction111153: 0
2026-03-28 14:43:12 [ecarstrade.be] INFO: Found listing with ID: 7011279auction111153
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011279auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7011279auction111153: 0
2026-03-28 14:43:12 [ecarstrade.be] INFO: Found listing with ID: 7011280auction111153
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011280auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7011280auction111153: 0
2026-03-28 14:43:12 [ecarstrade.be] INFO: Found listing with ID: 7011282auction111153
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011282auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7011282auction111153: 0
2026-03-28 14:43:12 [ecarstrade.be] INFO: Found listing with ID: 7011283auction111153
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011283auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7011283auction111153: 0
2026-03-28 14:43:12 [ecarstrade.be] INFO: Found listing with ID: 7011284auction111153
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011284auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7011284auction111153: 0
2026-03-28 14:43:12 [ecarstrade.be] INFO: Found listing with ID: 7011285auction111153
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011285auction111153%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7011285auction111153: 0
2026-03-28 14:43:12 [ecarstrade.be] INFO: Found listing with ID: 7009416auction111132
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009416auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7009416auction111132: 0
2026-03-28 14:43:12 [ecarstrade.be] INFO: Found listing with ID: 7009413auction111132
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009413auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7009413auction111132: 0
2026-03-28 14:43:12 [ecarstrade.be] INFO: Found listing with ID: 7009422auction111132
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009422auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7009422auction111132: 0
2026-03-28 14:43:12 [ecarstrade.be] INFO: Found listing with ID: 7009418auction111132
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009418auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7009418auction111132: 0
2026-03-28 14:43:12 [ecarstrade.be] INFO: Found listing with ID: 7009394auction111132
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009394auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7009394auction111132: 0
2026-03-28 14:43:12 [ecarstrade.be] INFO: Found listing with ID: 7009420auction111132
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009420auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7009420auction111132: 0
2026-03-28 14:43:12 [ecarstrade.be] INFO: Found listing with ID: 7009395auction111132
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009395auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7009395auction111132: 0
2026-03-28 14:43:12 [ecarstrade.be] INFO: Found listing with ID: 7009410auction111132
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009410auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:12 [ecarstrade.be] INFO: Scrape type for 7009410auction111132: 0
2026-03-28 14:43:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:43:19 [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-28 14:43:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009385auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009385auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009385auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009393auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009393auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009393auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009414auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009414auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009414auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009411auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009411auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009411auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009401auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009401auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009401auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009419auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009419auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009419auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009387auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009387auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009387auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009409auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009409auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009409auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009384auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009384auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009384auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009407auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009407auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009407auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009402auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009402auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009402auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009392auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009392auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009392auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009421auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009421auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009421auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009388auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009388auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009388auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009382auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009382auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009382auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009391auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009391auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009391auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009404auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009404auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009404auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009383auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009383auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009383auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009412auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009412auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009412auction111132: 0
2026-03-28 14:43:19 [ecarstrade.be] INFO: Found listing with ID: 7009389auction111132
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009389auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:19 [ecarstrade.be] INFO: Scrape type for 7009389auction111132: 0
2026-03-28 14:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:43:37 [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-28 14:43:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009396auction111132
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009396auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009396auction111132: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009403auction111132
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009403auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009403auction111132: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009398auction111132
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009398auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009398auction111132: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009405auction111132
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009405auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009405auction111132: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009408auction111132
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009408auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009408auction111132: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009386auction111132
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009386auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009386auction111132: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009397auction111132
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009397auction111132%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009397auction111132: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009476auction111133
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009476auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009476auction111133: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009481auction111133
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009481auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009481auction111133: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009439auction111133
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009439auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009439auction111133: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009437auction111133
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009437auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009437auction111133: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009429auction111133
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009429auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009429auction111133: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009489auction111133
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009489auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009489auction111133: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009577auction111133
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009577auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009577auction111133: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009479auction111133
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009479auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009479auction111133: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009488auction111133
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009488auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009488auction111133: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009589auction111133
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009589auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009589auction111133: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009474auction111133
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009474auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009474auction111133: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009591auction111133
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009591auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009591auction111133: 0
2026-03-28 14:43:37 [ecarstrade.be] INFO: Found listing with ID: 7009588auction111133
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009588auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:37 [ecarstrade.be] INFO: Scrape type for 7009588auction111133: 0
2026-03-28 14:43:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:43:46 [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-28 14:43:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 7009438auction111133
2026-03-28 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009438auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:46 [ecarstrade.be] INFO: Scrape type for 7009438auction111133: 0
2026-03-28 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 7009568auction111133
2026-03-28 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009568auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:46 [ecarstrade.be] INFO: Scrape type for 7009568auction111133: 0
2026-03-28 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 7009483auction111133
2026-03-28 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009483auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:46 [ecarstrade.be] INFO: Scrape type for 7009483auction111133: 0
2026-03-28 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 7009575auction111133
2026-03-28 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009575auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:46 [ecarstrade.be] INFO: Scrape type for 7009575auction111133: 0
2026-03-28 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 7009592auction111133
2026-03-28 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009592auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:46 [ecarstrade.be] INFO: Scrape type for 7009592auction111133: 0
2026-03-28 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 7009470auction111133
2026-03-28 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009470auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:46 [ecarstrade.be] INFO: Scrape type for 7009470auction111133: 0
2026-03-28 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 7009426auction111133
2026-03-28 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009426auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:47 [ecarstrade.be] INFO: Scrape type for 7009426auction111133: 0
2026-03-28 14:43:47 [ecarstrade.be] INFO: Found listing with ID: 7009482auction111133
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009482auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:47 [ecarstrade.be] INFO: Scrape type for 7009482auction111133: 0
2026-03-28 14:43:47 [ecarstrade.be] INFO: Found listing with ID: 7009572auction111133
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009572auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:47 [ecarstrade.be] INFO: Scrape type for 7009572auction111133: 0
2026-03-28 14:43:47 [ecarstrade.be] INFO: Found listing with ID: 7009484auction111133
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009484auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:47 [ecarstrade.be] INFO: Scrape type for 7009484auction111133: 0
2026-03-28 14:43:47 [ecarstrade.be] INFO: Found listing with ID: 7009471auction111133
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009471auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:47 [ecarstrade.be] INFO: Scrape type for 7009471auction111133: 0
2026-03-28 14:43:47 [ecarstrade.be] INFO: Found listing with ID: 7009581auction111133
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009581auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:47 [ecarstrade.be] INFO: Scrape type for 7009581auction111133: 0
2026-03-28 14:43:47 [ecarstrade.be] INFO: Found listing with ID: 7009477auction111133
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009477auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:47 [ecarstrade.be] INFO: Scrape type for 7009477auction111133: 0
2026-03-28 14:43:47 [ecarstrade.be] INFO: Found listing with ID: 7009461auction111133
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009461auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:47 [ecarstrade.be] INFO: Scrape type for 7009461auction111133: 0
2026-03-28 14:43:47 [ecarstrade.be] INFO: Found listing with ID: 7009574auction111133
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009574auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:47 [ecarstrade.be] INFO: Scrape type for 7009574auction111133: 0
2026-03-28 14:43:47 [ecarstrade.be] INFO: Found listing with ID: 7009431auction111133
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009431auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:47 [ecarstrade.be] INFO: Scrape type for 7009431auction111133: 0
2026-03-28 14:43:47 [ecarstrade.be] INFO: Found listing with ID: 7009564auction111133
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009564auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:47 [ecarstrade.be] INFO: Scrape type for 7009564auction111133: 0
2026-03-28 14:43:47 [ecarstrade.be] INFO: Found listing with ID: 7009586auction111133
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009586auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:47 [ecarstrade.be] INFO: Scrape type for 7009586auction111133: 0
2026-03-28 14:43:47 [ecarstrade.be] INFO: Found listing with ID: 7009563auction111133
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009563auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:47 [ecarstrade.be] INFO: Scrape type for 7009563auction111133: 0
2026-03-28 14:43:47 [ecarstrade.be] INFO: Found listing with ID: 7009469auction111133
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009469auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:47 [ecarstrade.be] INFO: Scrape type for 7009469auction111133: 0
2026-03-28 14:43:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:43:53 [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-28 14:43:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009480auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009480auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009480auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009425auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009425auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009425auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009584auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009584auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009584auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009430auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009430auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009430auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009524auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009524auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009524auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009467auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009467auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009467auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009473auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009473auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009473auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009544auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009544auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009544auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009593auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009593auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009593auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009436auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009436auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009436auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009582auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009582auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009582auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009556auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009556auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009556auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009525auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009525auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009525auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009566auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009566auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009566auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009472auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009472auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009472auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009434auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009434auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009434auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009452auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009452auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009452auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009497auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009497auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009497auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009539auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009539auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009539auction111133: 0
2026-03-28 14:43:53 [ecarstrade.be] INFO: Found listing with ID: 7009546auction111133
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009546auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:53 [ecarstrade.be] INFO: Scrape type for 7009546auction111133: 0
2026-03-28 14:43:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:43:59 [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-28 14:43:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:43:59 [ecarstrade.be] INFO: Found listing with ID: 7009454auction111133
2026-03-28 14:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009454auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:43:59 [ecarstrade.be] INFO: Scrape type for 7009454auction111133: 0
2026-03-28 14:43:59 [ecarstrade.be] INFO: Found listing with ID: 7009433auction111133
2026-03-28 14:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009433auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009433auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009428auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009428auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009428auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009579auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009579auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009579auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009558auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009558auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009558auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009478auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009478auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009478auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009567auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009567auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009567auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009583auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009583auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009583auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009532auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009532auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009532auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009453auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009453auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009453auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009530auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009530auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009530auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009464auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009464auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009464auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009494auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009494auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009494auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009519auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009519auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009519auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009545auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009545auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009545auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009576auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009576auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009576auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009466auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009466auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009466auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009504auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009504auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009504auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009512auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009512auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009512auction111133: 0
2026-03-28 14:44:00 [ecarstrade.be] INFO: Found listing with ID: 7009570auction111133
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009570auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:00 [ecarstrade.be] INFO: Scrape type for 7009570auction111133: 0
2026-03-28 14:44:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:44:06 [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-28 14:44:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009542auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009542auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009542auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009543auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009543auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009543auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009580auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009580auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009580auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009460auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009460auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009460auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009491auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009491auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009491auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009500auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009500auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009500auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009424auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009424auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009424auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009518auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009518auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009518auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009520auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009520auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009520auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009501auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009501auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009501auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009435auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009435auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009435auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009490auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009490auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009490auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009527auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009527auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009527auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009565auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009565auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009565auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009573auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009573auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009573auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009449auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009449auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009449auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009516auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009516auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009516auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009505auction111133
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009505auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:06 [ecarstrade.be] INFO: Scrape type for 7009505auction111133: 0
2026-03-28 14:44:06 [ecarstrade.be] INFO: Found listing with ID: 7009463auction111133
2026-03-28 14:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009463auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:07 [ecarstrade.be] INFO: Scrape type for 7009463auction111133: 0
2026-03-28 14:44:07 [ecarstrade.be] INFO: Found listing with ID: 7009486auction111133
2026-03-28 14:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009486auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:07 [ecarstrade.be] INFO: Scrape type for 7009486auction111133: 0
2026-03-28 14:44:07 [scrapy.extensions.logstats] INFO: Crawled 233 pages (at 7 pages/min), scraped 153 items (at 0 items/min)
2026-03-28 14:44:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 333MiB
2026-03-28 14:44:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:44:13 [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-28 14:44:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:44:13 [ecarstrade.be] INFO: Found listing with ID: 7009507auction111133
2026-03-28 14:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009507auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:13 [ecarstrade.be] INFO: Scrape type for 7009507auction111133: 0
2026-03-28 14:44:13 [ecarstrade.be] INFO: Found listing with ID: 7009535auction111133
2026-03-28 14:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009535auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:13 [ecarstrade.be] INFO: Scrape type for 7009535auction111133: 0
2026-03-28 14:44:13 [ecarstrade.be] INFO: Found listing with ID: 7009538auction111133
2026-03-28 14:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009538auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:13 [ecarstrade.be] INFO: Scrape type for 7009538auction111133: 0
2026-03-28 14:44:13 [ecarstrade.be] INFO: Found listing with ID: 7009462auction111133
2026-03-28 14:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009462auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:13 [ecarstrade.be] INFO: Scrape type for 7009462auction111133: 0
2026-03-28 14:44:13 [ecarstrade.be] INFO: Found listing with ID: 7009515auction111133
2026-03-28 14:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009515auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:13 [ecarstrade.be] INFO: Scrape type for 7009515auction111133: 0
2026-03-28 14:44:13 [ecarstrade.be] INFO: Found listing with ID: 7009506auction111133
2026-03-28 14:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009506auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:13 [ecarstrade.be] INFO: Scrape type for 7009506auction111133: 0
2026-03-28 14:44:13 [ecarstrade.be] INFO: Found listing with ID: 7009555auction111133
2026-03-28 14:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009555auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:14 [ecarstrade.be] INFO: Scrape type for 7009555auction111133: 0
2026-03-28 14:44:14 [ecarstrade.be] INFO: Found listing with ID: 7009492auction111133
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009492auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:14 [ecarstrade.be] INFO: Scrape type for 7009492auction111133: 0
2026-03-28 14:44:14 [ecarstrade.be] INFO: Found listing with ID: 7009517auction111133
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009517auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:14 [ecarstrade.be] INFO: Scrape type for 7009517auction111133: 0
2026-03-28 14:44:14 [ecarstrade.be] INFO: Found listing with ID: 7009554auction111133
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009554auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:14 [ecarstrade.be] INFO: Scrape type for 7009554auction111133: 0
2026-03-28 14:44:14 [ecarstrade.be] INFO: Found listing with ID: 7009585auction111133
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009585auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:14 [ecarstrade.be] INFO: Scrape type for 7009585auction111133: 0
2026-03-28 14:44:14 [ecarstrade.be] INFO: Found listing with ID: 7009562auction111133
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009562auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:14 [ecarstrade.be] INFO: Scrape type for 7009562auction111133: 0
2026-03-28 14:44:14 [ecarstrade.be] INFO: Found listing with ID: 7009503auction111133
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009503auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:14 [ecarstrade.be] INFO: Scrape type for 7009503auction111133: 0
2026-03-28 14:44:14 [ecarstrade.be] INFO: Found listing with ID: 7009502auction111133
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009502auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:14 [ecarstrade.be] INFO: Scrape type for 7009502auction111133: 0
2026-03-28 14:44:14 [ecarstrade.be] INFO: Found listing with ID: 7009557auction111133
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009557auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:14 [ecarstrade.be] INFO: Scrape type for 7009557auction111133: 0
2026-03-28 14:44:14 [ecarstrade.be] INFO: Found listing with ID: 7009450auction111133
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009450auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:14 [ecarstrade.be] INFO: Scrape type for 7009450auction111133: 0
2026-03-28 14:44:14 [ecarstrade.be] INFO: Found listing with ID: 7009455auction111133
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009455auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:14 [ecarstrade.be] INFO: Scrape type for 7009455auction111133: 0
2026-03-28 14:44:14 [ecarstrade.be] INFO: Found listing with ID: 7009446auction111133
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009446auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:14 [ecarstrade.be] INFO: Scrape type for 7009446auction111133: 0
2026-03-28 14:44:14 [ecarstrade.be] INFO: Found listing with ID: 7009523auction111133
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009523auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:14 [ecarstrade.be] INFO: Scrape type for 7009523auction111133: 0
2026-03-28 14:44:14 [ecarstrade.be] INFO: Found listing with ID: 7009531auction111133
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009531auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:14 [ecarstrade.be] INFO: Scrape type for 7009531auction111133: 0
2026-03-28 14:44:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:44:20 [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-28 14:44:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009533auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009533auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009533auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009526auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009526auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009526auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009548auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009548auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009548auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009536auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009536auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009536auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009443auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009443auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009443auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009553auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009553auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009553auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009445auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009445auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009445auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009496auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009496auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009496auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009508auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009508auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009508auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009441auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009441auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009441auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009513auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009513auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009513auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009444auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009444auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009444auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009498auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009498auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009498auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009547auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009547auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009547auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009451auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009451auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009451auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009521auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009521auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009521auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009541auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009541auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009541auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009509auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009509auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009509auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009551auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009551auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009551auction111133: 0
2026-03-28 14:44:20 [ecarstrade.be] INFO: Found listing with ID: 7009459auction111133
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009459auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:20 [ecarstrade.be] INFO: Scrape type for 7009459auction111133: 0
2026-03-28 14:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:44:28 [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-28 14:44:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 7009495auction111133
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009495auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 7009495auction111133: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 7009560auction111133
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009560auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 7009560auction111133: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 7009456auction111133
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009456auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 7009456auction111133: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 7009514auction111133
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009514auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 7009514auction111133: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 7009552auction111133
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009552auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 7009552auction111133: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 7009529auction111133
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009529auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 7009529auction111133: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 7009442auction111133
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009442auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 7009442auction111133: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 7009447auction111133
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009447auction111133%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 7009447auction111133: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 6961345auction61871
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961345auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 6961345auction61871: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 6961346auction61871
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961346auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 6961346auction61871: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 6961344auction61871
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961344auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 6961344auction61871: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 6958102auction61871
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958102auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 6958102auction61871: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 6958098auction61871
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958098auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 6958098auction61871: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 6961334auction61871
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961334auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 6961334auction61871: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 6958100auction61871
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958100auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 6958100auction61871: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 6961335auction61871
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961335auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 6961335auction61871: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 6962789auction61871
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962789auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 6962789auction61871: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 6958094auction61871
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958094auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 6958094auction61871: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 6961331auction61871
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961331auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 6961331auction61871: 0
2026-03-28 14:44:29 [ecarstrade.be] INFO: Found listing with ID: 6961332auction61871
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961332auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:29 [ecarstrade.be] INFO: Scrape type for 6961332auction61871: 0
2026-03-28 14:44:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:44:35 [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-28 14:44:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:44:35 [ecarstrade.be] INFO: Found listing with ID: 6958096auction61871
2026-03-28 14:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958096auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:35 [ecarstrade.be] INFO: Scrape type for 6958096auction61871: 0
2026-03-28 14:44:35 [ecarstrade.be] INFO: Found listing with ID: 6961328auction61871
2026-03-28 14:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961328auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:35 [ecarstrade.be] INFO: Scrape type for 6961328auction61871: 0
2026-03-28 14:44:35 [ecarstrade.be] INFO: Found listing with ID: 6958093auction61871
2026-03-28 14:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958093auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:35 [ecarstrade.be] INFO: Scrape type for 6958093auction61871: 0
2026-03-28 14:44:35 [ecarstrade.be] INFO: Found listing with ID: 6961330auction61871
2026-03-28 14:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961330auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:35 [ecarstrade.be] INFO: Scrape type for 6961330auction61871: 0
2026-03-28 14:44:35 [ecarstrade.be] INFO: Found listing with ID: 6961333auction61871
2026-03-28 14:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961333auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:35 [ecarstrade.be] INFO: Scrape type for 6961333auction61871: 0
2026-03-28 14:44:35 [ecarstrade.be] INFO: Found listing with ID: 6961323auction61871
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961323auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:36 [ecarstrade.be] INFO: Scrape type for 6961323auction61871: 0
2026-03-28 14:44:36 [ecarstrade.be] INFO: Found listing with ID: 6961325auction61871
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961325auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:36 [ecarstrade.be] INFO: Scrape type for 6961325auction61871: 0
2026-03-28 14:44:36 [ecarstrade.be] INFO: Found listing with ID: 6961326auction61871
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961326auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:36 [ecarstrade.be] INFO: Scrape type for 6961326auction61871: 0
2026-03-28 14:44:36 [ecarstrade.be] INFO: Found listing with ID: 6958087auction61871
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958087auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:36 [ecarstrade.be] INFO: Scrape type for 6958087auction61871: 0
2026-03-28 14:44:36 [ecarstrade.be] INFO: Found listing with ID: 6961322auction61871
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961322auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:36 [ecarstrade.be] INFO: Scrape type for 6961322auction61871: 0
2026-03-28 14:44:36 [ecarstrade.be] INFO: Found listing with ID: 6961321auction61871
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961321auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:36 [ecarstrade.be] INFO: Scrape type for 6961321auction61871: 0
2026-03-28 14:44:36 [ecarstrade.be] INFO: Found listing with ID: 6958085auction61871
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958085auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:36 [ecarstrade.be] INFO: Scrape type for 6958085auction61871: 0
2026-03-28 14:44:36 [ecarstrade.be] INFO: Found listing with ID: 6961319auction61871
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961319auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:36 [ecarstrade.be] INFO: Scrape type for 6961319auction61871: 0
2026-03-28 14:44:36 [ecarstrade.be] INFO: Found listing with ID: 6958083auction61871
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958083auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:36 [ecarstrade.be] INFO: Scrape type for 6958083auction61871: 0
2026-03-28 14:44:36 [ecarstrade.be] INFO: Found listing with ID: 6961311auction61871
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961311auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:36 [ecarstrade.be] INFO: Scrape type for 6961311auction61871: 0
2026-03-28 14:44:36 [ecarstrade.be] INFO: Found listing with ID: 6961312auction61871
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961312auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:36 [ecarstrade.be] INFO: Scrape type for 6961312auction61871: 0
2026-03-28 14:44:36 [ecarstrade.be] INFO: Found listing with ID: 6961314auction61871
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961314auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:36 [ecarstrade.be] INFO: Scrape type for 6961314auction61871: 0
2026-03-28 14:44:36 [ecarstrade.be] INFO: Found listing with ID: 6961315auction61871
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961315auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:36 [ecarstrade.be] INFO: Scrape type for 6961315auction61871: 0
2026-03-28 14:44:36 [ecarstrade.be] INFO: Found listing with ID: 6958081auction61871
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958081auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:36 [ecarstrade.be] INFO: Scrape type for 6958081auction61871: 0
2026-03-28 14:44:36 [ecarstrade.be] INFO: Found listing with ID: 6958086auction61871
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958086auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:36 [ecarstrade.be] INFO: Scrape type for 6958086auction61871: 0
2026-03-28 14:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:44:50 [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-28 14:44:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6961309auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961309auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6961309auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6958075auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958075auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6958075auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6958077auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958077auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6958077auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6961307auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961307auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6961307auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6958079auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958079auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6958079auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6961308auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961308auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6961308auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6958076auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958076auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6958076auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6958071auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958071auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6958071auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6958061auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958061auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6958061auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6958065auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958065auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6958065auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6958072auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958072auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6958072auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6958066auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958066auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6958066auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6958068auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958068auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6958068auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6958062auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958062auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6958062auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6961300auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961300auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6961300auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6935105auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935105auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6935105auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6935109auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935109auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6935109auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6958059auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958059auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6958059auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6935110auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935110auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6935110auction61871: 0
2026-03-28 14:44:50 [ecarstrade.be] INFO: Found listing with ID: 6961298auction61871
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961298auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:50 [ecarstrade.be] INFO: Scrape type for 6961298auction61871: 0
2026-03-28 14:44:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:44:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page85?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page84?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found listing with ID: 6935102auction61871
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935102auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:56 [ecarstrade.be] INFO: Scrape type for 6935102auction61871: 0
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found listing with ID: 6935101auction61871
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935101auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:56 [ecarstrade.be] INFO: Scrape type for 6935101auction61871: 0
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found listing with ID: 6936662auction61871
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936662auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:56 [ecarstrade.be] INFO: Scrape type for 6936662auction61871: 0
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found listing with ID: 6936666auction61871
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936666auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:56 [ecarstrade.be] INFO: Scrape type for 6936666auction61871: 0
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found listing with ID: 6935099auction61871
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935099auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:56 [ecarstrade.be] INFO: Scrape type for 6935099auction61871: 0
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found listing with ID: 6936664auction61871
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936664auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:56 [ecarstrade.be] INFO: Scrape type for 6936664auction61871: 0
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found listing with ID: 6935095auction61871
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935095auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:56 [ecarstrade.be] INFO: Scrape type for 6935095auction61871: 0
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found listing with ID: 6936661auction61871
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936661auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:56 [ecarstrade.be] INFO: Scrape type for 6936661auction61871: 0
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found listing with ID: 6935094auction61871
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935094auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:56 [ecarstrade.be] INFO: Scrape type for 6935094auction61871: 0
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found listing with ID: 6935090auction61871
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935090auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:56 [ecarstrade.be] INFO: Scrape type for 6935090auction61871: 0
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found listing with ID: 6935091auction61871
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935091auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:56 [ecarstrade.be] INFO: Scrape type for 6935091auction61871: 0
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found listing with ID: 6935093auction61871
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935093auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:56 [ecarstrade.be] INFO: Scrape type for 6935093auction61871: 0
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found listing with ID: 6935088auction61871
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935088auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:56 [ecarstrade.be] INFO: Scrape type for 6935088auction61871: 0
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found listing with ID: 6936651auction61871
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936651auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:56 [ecarstrade.be] INFO: Scrape type for 6936651auction61871: 0
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found listing with ID: 6936648auction61871
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936648auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:56 [ecarstrade.be] INFO: Scrape type for 6936648auction61871: 0
2026-03-28 14:44:56 [ecarstrade.be] INFO: Found listing with ID: 6935075auction61871
2026-03-28 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935075auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:57 [ecarstrade.be] INFO: Scrape type for 6935075auction61871: 0
2026-03-28 14:44:57 [ecarstrade.be] INFO: Found listing with ID: 6935083auction61871
2026-03-28 14:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935083auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:57 [ecarstrade.be] INFO: Scrape type for 6935083auction61871: 0
2026-03-28 14:44:57 [ecarstrade.be] INFO: Found listing with ID: 6935085auction61871
2026-03-28 14:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935085auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:57 [ecarstrade.be] INFO: Scrape type for 6935085auction61871: 0
2026-03-28 14:44:57 [ecarstrade.be] INFO: Found listing with ID: 6936644auction61871
2026-03-28 14:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936644auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:57 [ecarstrade.be] INFO: Scrape type for 6936644auction61871: 0
2026-03-28 14:44:57 [ecarstrade.be] INFO: Found listing with ID: 6935070auction61871
2026-03-28 14:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935070auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:44:57 [ecarstrade.be] INFO: Scrape type for 6935070auction61871: 0
2026-03-28 14:44:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:45:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page86?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page85?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6936636auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936636auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6936636auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6961297auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961297auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6961297auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6935067auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935067auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6935067auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6936630auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936630auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6936630auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6935061auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935061auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6935061auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6936622auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936622auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6936622auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6936632auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936632auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6936632auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6911224auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911224auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6911224auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6936619auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936619auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6936619auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6911222auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911222auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6911222auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6935057auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935057auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6935057auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6958060auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958060auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6958060auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6911219auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911219auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6911219auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6913305auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913305auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6913305auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6913316auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913316auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6913316auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6913317auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913317auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6913317auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6935055auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935055auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6935055auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6911210auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911210auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6911210auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6911216auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911216auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6911216auction61871: 0
2026-03-28 14:45:03 [ecarstrade.be] INFO: Found listing with ID: 6913314auction61871
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913314auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:03 [ecarstrade.be] INFO: Scrape type for 6913314auction61871: 0
2026-03-28 14:45:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:45:06 [scrapy.extensions.logstats] INFO: Crawled 240 pages (at 7 pages/min), scraped 153 items (at 0 items/min)
2026-03-28 14:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 337MiB
2026-03-28 14:45:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page87?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page86?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6913293auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913293auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6913293auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6913296auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913296auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6913296auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6911173auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911173auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6911173auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6913280auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913280auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6913280auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6911174auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911174auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6911174auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6911176auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911176auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6911176auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6936617auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936617auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6936617auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6911164auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911164auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6911164auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6911166auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911166auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6911166auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6913274auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913274auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6913274auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6913276auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913276auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6913276auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6913270auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913270auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6913270auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6911162auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911162auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6911162auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6935054auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935054auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6935054auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6913271auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913271auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6913271auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6911163auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911163auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6911163auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6913259auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913259auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6913259auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6913260auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913260auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6913260auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6911157auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911157auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6911157auction61871: 0
2026-03-28 14:45:10 [ecarstrade.be] INFO: Found listing with ID: 6911155auction61871
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911155auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:10 [ecarstrade.be] INFO: Scrape type for 6911155auction61871: 0
2026-03-28 14:45:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:45:18 [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-28 14:45:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6913253auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913253auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6913253auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6913252auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913252auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6913252auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6911149auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911149auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6911149auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6911139auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911139auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6911139auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6913241auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913241auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6913241auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6913244auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913244auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6913244auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6936615auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936615auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6936615auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6911132auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911132auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6911132auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6911133auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911133auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6911133auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6911138auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911138auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6911138auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6936614auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936614auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6936614auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6936616auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936616auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6936616auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6911130auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911130auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6911130auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6936611auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936611auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6936611auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6889064auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889064auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6889064auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6889075auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889075auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6889075auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6935043auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935043auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6935043auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6936610auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936610auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6936610auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6936612auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936612auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6936612auction61871: 0
2026-03-28 14:45:18 [ecarstrade.be] INFO: Found listing with ID: 6887405auction61871
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887405auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:18 [ecarstrade.be] INFO: Scrape type for 6887405auction61871: 0
2026-03-28 14:45:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:45:32 [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-28 14:45:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6889061auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889061auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6889061auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6887393auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887393auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6887393auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6889056auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889056auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6889056auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6887394auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887394auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6887394auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6889039auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889039auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6889039auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6889049auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889049auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6889049auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6889040auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889040auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6889040auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6889046auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889046auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6889046auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6887379auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887379auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6887379auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6889031auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889031auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6889031auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6889034auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889034auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6889034auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6911119auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911119auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6911119auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6936608auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936608auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6936608auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6889027auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889027auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6889027auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6911116auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911116auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6911116auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6864875auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276864875auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6864875auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6887362auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887362auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6887362auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6889018auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889018auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6889018auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6961296auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961296auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6961296auction61871: 0
2026-03-28 14:45:32 [ecarstrade.be] INFO: Found listing with ID: 6844388auction61871
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844388auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:32 [ecarstrade.be] INFO: Scrape type for 6844388auction61871: 0
2026-03-28 14:45:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:45:38 [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-28 14:45:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6889005auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889005auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6889005auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6840075auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276840075auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6840075auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6841551auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841551auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6841551auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6841573auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841573auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6841573auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6841583auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841583auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6841583auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6911117auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911117auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6911117auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6835249auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835249auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6835249auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6935040auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935040auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6935040auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6888987auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888987auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6888987auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6611602auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276611602auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6611602auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6887347auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887347auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6887347auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6888994auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888994auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6888994auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6936609auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936609auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6936609auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6888978auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888978auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6888978auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6887340auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887340auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6887340auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6935041auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935041auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6935041auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6982136auction61871
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982136auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:38 [ecarstrade.be] INFO: Scrape type for 6982136auction61871: 0
2026-03-28 14:45:38 [ecarstrade.be] INFO: Found listing with ID: 6982133auction61871
2026-03-28 14:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982133auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:39 [ecarstrade.be] INFO: Scrape type for 6982133auction61871: 0
2026-03-28 14:45:39 [ecarstrade.be] INFO: Found listing with ID: 6982134auction61871
2026-03-28 14:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982134auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:39 [ecarstrade.be] INFO: Scrape type for 6982134auction61871: 0
2026-03-28 14:45:39 [ecarstrade.be] INFO: Found listing with ID: 6981261auction61871
2026-03-28 14:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981261auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:39 [ecarstrade.be] INFO: Scrape type for 6981261auction61871: 0
2026-03-28 14:45:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:45:46 [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-28 14:45:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6982124auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982124auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6982124auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6982125auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982125auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6982125auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6982132auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982132auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6982132auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6982130auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982130auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6982130auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6981259auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981259auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6981259auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6981253auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981253auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6981253auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6981257auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981257auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6981257auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6982123auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982123auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6982123auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6981256auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981256auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6981256auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6982119auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982119auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6982119auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6981252auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981252auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6981252auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6981255auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981255auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6981255auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6982118auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982118auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6982118auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6981248auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981248auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6981248auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6981251auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981251auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6981251auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6981247auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981247auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6981247auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6982121auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982121auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6982121auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6981246auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981246auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6981246auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6981249auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981249auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6981249auction61871: 0
2026-03-28 14:45:46 [ecarstrade.be] INFO: Found listing with ID: 6982116auction61871
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982116auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:46 [ecarstrade.be] INFO: Scrape type for 6982116auction61871: 0
2026-03-28 14:45:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:45:53 [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-28 14:45:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:45:53 [ecarstrade.be] INFO: Found listing with ID: 6982111auction61871
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982111auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:53 [ecarstrade.be] INFO: Scrape type for 6982111auction61871: 0
2026-03-28 14:45:53 [ecarstrade.be] INFO: Found listing with ID: 6982115auction61871
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982115auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:53 [ecarstrade.be] INFO: Scrape type for 6982115auction61871: 0
2026-03-28 14:45:53 [ecarstrade.be] INFO: Found listing with ID: 6981244auction61871
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981244auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:53 [ecarstrade.be] INFO: Scrape type for 6981244auction61871: 0
2026-03-28 14:45:53 [ecarstrade.be] INFO: Found listing with ID: 6981245auction61871
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981245auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:53 [ecarstrade.be] INFO: Scrape type for 6981245auction61871: 0
2026-03-28 14:45:53 [ecarstrade.be] INFO: Found listing with ID: 6982109auction61871
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982109auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:53 [ecarstrade.be] INFO: Scrape type for 6982109auction61871: 0
2026-03-28 14:45:53 [ecarstrade.be] INFO: Found listing with ID: 6982112auction61871
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982112auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:53 [ecarstrade.be] INFO: Scrape type for 6982112auction61871: 0
2026-03-28 14:45:53 [ecarstrade.be] INFO: Found listing with ID: 6981236auction61871
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981236auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:53 [ecarstrade.be] INFO: Scrape type for 6981236auction61871: 0
2026-03-28 14:45:53 [ecarstrade.be] INFO: Found listing with ID: 6982101auction61871
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982101auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:53 [ecarstrade.be] INFO: Scrape type for 6982101auction61871: 0
2026-03-28 14:45:53 [ecarstrade.be] INFO: Found listing with ID: 6981235auction61871
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981235auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:53 [ecarstrade.be] INFO: Scrape type for 6981235auction61871: 0
2026-03-28 14:45:53 [ecarstrade.be] INFO: Found listing with ID: 6982103auction61871
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982103auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:53 [ecarstrade.be] INFO: Scrape type for 6982103auction61871: 0
2026-03-28 14:45:53 [ecarstrade.be] INFO: Found listing with ID: 6982106auction61871
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982106auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:53 [ecarstrade.be] INFO: Scrape type for 6982106auction61871: 0
2026-03-28 14:45:53 [ecarstrade.be] INFO: Found listing with ID: 6982102auction61871
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982102auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:53 [ecarstrade.be] INFO: Scrape type for 6982102auction61871: 0
2026-03-28 14:45:53 [ecarstrade.be] INFO: Found listing with ID: 6981233auction61871
2026-03-28 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981233auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:54 [ecarstrade.be] INFO: Scrape type for 6981233auction61871: 0
2026-03-28 14:45:54 [ecarstrade.be] INFO: Found listing with ID: 6981234auction61871
2026-03-28 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981234auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:54 [ecarstrade.be] INFO: Scrape type for 6981234auction61871: 0
2026-03-28 14:45:54 [ecarstrade.be] INFO: Found listing with ID: 6981232auction61871
2026-03-28 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981232auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:54 [ecarstrade.be] INFO: Scrape type for 6981232auction61871: 0
2026-03-28 14:45:54 [ecarstrade.be] INFO: Found listing with ID: 6982096auction61871
2026-03-28 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982096auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:54 [ecarstrade.be] INFO: Scrape type for 6982096auction61871: 0
2026-03-28 14:45:54 [ecarstrade.be] INFO: Found listing with ID: 6982100auction61871
2026-03-28 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982100auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:54 [ecarstrade.be] INFO: Scrape type for 6982100auction61871: 0
2026-03-28 14:45:54 [ecarstrade.be] INFO: Found listing with ID: 6981230auction61871
2026-03-28 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981230auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:54 [ecarstrade.be] INFO: Scrape type for 6981230auction61871: 0
2026-03-28 14:45:54 [ecarstrade.be] INFO: Found listing with ID: 6982094auction61871
2026-03-28 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982094auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:54 [ecarstrade.be] INFO: Scrape type for 6982094auction61871: 0
2026-03-28 14:45:54 [ecarstrade.be] INFO: Found listing with ID: 6982093auction61871
2026-03-28 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982093auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:45:54 [ecarstrade.be] INFO: Scrape type for 6982093auction61871: 0
2026-03-28 14:45:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:46:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page93?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page92?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6981225auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981225auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6981225auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6981227auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981227auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6981227auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6981229auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981229auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6981229auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6982090auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982090auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6982090auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6982091auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982091auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6982091auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6981223auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981223auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6981223auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6982087auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982087auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6982087auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6982084auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982084auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6982084auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6982088auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982088auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6982088auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6981222auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981222auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6981222auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6982085auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982085auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6982085auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6981220auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981220auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6981220auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6982082auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982082auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6982082auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6982079auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982079auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6982079auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6982070auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982070auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6982070auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6982072auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982072auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6982072auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6981217auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981217auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6981217auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6982075auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982075auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6982075auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6982078auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982078auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6982078auction61871: 0
2026-03-28 14:46:06 [ecarstrade.be] INFO: Found listing with ID: 6981214auction61871
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981214auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:06 [ecarstrade.be] INFO: Scrape type for 6981214auction61871: 0
2026-03-28 14:46:06 [scrapy.extensions.logstats] INFO: Crawled 247 pages (at 7 pages/min), scraped 153 items (at 0 items/min)
2026-03-28 14:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 337MiB
2026-03-28 14:46:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:46:14 [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-28 14:46:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6981218auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981218auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6981218auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6981205auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981205auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6981205auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6981206auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981206auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6981206auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6981209auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981209auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6981209auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6981212auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981212auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6981212auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6982063auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982063auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6982063auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6981197auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981197auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6981197auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6981199auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981199auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6981199auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6982056auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982056auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6982056auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6982057auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982057auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6982057auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6982053auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982053auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6982053auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6981195auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981195auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6981195auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6982055auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982055auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6982055auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6982058auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982058auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6982058auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6981190auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981190auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6981190auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6981193auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981193auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6981193auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6981189auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981189auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6981189auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6981191auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981191auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6981191auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6982054auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982054auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6982054auction61871: 0
2026-03-28 14:46:15 [ecarstrade.be] INFO: Found listing with ID: 6982050auction61871
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982050auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:15 [ecarstrade.be] INFO: Scrape type for 6982050auction61871: 0
2026-03-28 14:46:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:46:21 [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-28 14:46:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:46:21 [ecarstrade.be] INFO: Found listing with ID: 6982049auction61871
2026-03-28 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276982049auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:21 [ecarstrade.be] INFO: Scrape type for 6982049auction61871: 0
2026-03-28 14:46:21 [ecarstrade.be] INFO: Found listing with ID: 6982051auction61871
2026-03-28 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276982051auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:21 [ecarstrade.be] INFO: Scrape type for 6982051auction61871: 0
2026-03-28 14:46:21 [ecarstrade.be] INFO: Found listing with ID: 6982047auction61871
2026-03-28 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276982047auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:21 [ecarstrade.be] INFO: Scrape type for 6982047auction61871: 0
2026-03-28 14:46:21 [ecarstrade.be] INFO: Found listing with ID: 6981187auction61871
2026-03-28 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276981187auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:21 [ecarstrade.be] INFO: Scrape type for 6981187auction61871: 0
2026-03-28 14:46:21 [ecarstrade.be] INFO: Found listing with ID: 6982043auction61871
2026-03-28 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276982043auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:21 [ecarstrade.be] INFO: Scrape type for 6982043auction61871: 0
2026-03-28 14:46:21 [ecarstrade.be] INFO: Found listing with ID: 6982044auction61871
2026-03-28 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276982044auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:21 [ecarstrade.be] INFO: Scrape type for 6982044auction61871: 0
2026-03-28 14:46:21 [ecarstrade.be] INFO: Found listing with ID: 6982045auction61871
2026-03-28 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276982045auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:21 [ecarstrade.be] INFO: Scrape type for 6982045auction61871: 0
2026-03-28 14:46:21 [ecarstrade.be] INFO: Found listing with ID: 6981184auction61871
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981184auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:22 [ecarstrade.be] INFO: Scrape type for 6981184auction61871: 0
2026-03-28 14:46:22 [ecarstrade.be] INFO: Found listing with ID: 6981186auction61871
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981186auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:22 [ecarstrade.be] INFO: Scrape type for 6981186auction61871: 0
2026-03-28 14:46:22 [ecarstrade.be] INFO: Found listing with ID: 6982052auction61871
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982052auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:22 [ecarstrade.be] INFO: Scrape type for 6982052auction61871: 0
2026-03-28 14:46:22 [ecarstrade.be] INFO: Found listing with ID: 6981176auction61871
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981176auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:22 [ecarstrade.be] INFO: Scrape type for 6981176auction61871: 0
2026-03-28 14:46:22 [ecarstrade.be] INFO: Found listing with ID: 6981177auction61871
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981177auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:22 [ecarstrade.be] INFO: Scrape type for 6981177auction61871: 0
2026-03-28 14:46:22 [ecarstrade.be] INFO: Found listing with ID: 6981178auction61871
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981178auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:22 [ecarstrade.be] INFO: Scrape type for 6981178auction61871: 0
2026-03-28 14:46:22 [ecarstrade.be] INFO: Found listing with ID: 6982039auction61871
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982039auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:22 [ecarstrade.be] INFO: Scrape type for 6982039auction61871: 0
2026-03-28 14:46:22 [ecarstrade.be] INFO: Found listing with ID: 6982041auction61871
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982041auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:22 [ecarstrade.be] INFO: Scrape type for 6982041auction61871: 0
2026-03-28 14:46:22 [ecarstrade.be] INFO: Found listing with ID: 6982037auction61871
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982037auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:22 [ecarstrade.be] INFO: Scrape type for 6982037auction61871: 0
2026-03-28 14:46:22 [ecarstrade.be] INFO: Found listing with ID: 6982038auction61871
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982038auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:22 [ecarstrade.be] INFO: Scrape type for 6982038auction61871: 0
2026-03-28 14:46:22 [ecarstrade.be] INFO: Found listing with ID: 6997592auction61871
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997592auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:22 [ecarstrade.be] INFO: Scrape type for 6997592auction61871: 0
2026-03-28 14:46:22 [ecarstrade.be] INFO: Found listing with ID: 6997598auction61871
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997598auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:22 [ecarstrade.be] INFO: Scrape type for 6997598auction61871: 0
2026-03-28 14:46:22 [ecarstrade.be] INFO: Found listing with ID: 6997649auction61871
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997649auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:22 [ecarstrade.be] INFO: Scrape type for 6997649auction61871: 2
2026-03-28 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-28 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-28 14:46:30 [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-28 14:46:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997648auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997648auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6997648auction61871: 2
2026-03-28 14:46:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6974462auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276974462auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6974462auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6973028auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276973028auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6973028auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6973029auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276973029auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6973029auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6973030auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276973030auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6973030auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6973033auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276973033auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6973033auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6973025auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276973025auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6973025auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6974458auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276974458auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6974458auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6974453auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276974453auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6974453auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6973023auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276973023auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6973023auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6973024auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276973024auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6973024auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6974454auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276974454auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6974454auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6974457auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276974457auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6974457auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6974456auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276974456auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6974456auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6974460auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276974460auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6974460auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6974455auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276974455auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6974455auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6880631auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276880631auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6880631auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6904807auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276904807auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6904807auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6950388auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950388auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6950388auction61871: 0
2026-03-28 14:46:30 [ecarstrade.be] INFO: Found listing with ID: 6951941auction61871
2026-03-28 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951941auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:30 [ecarstrade.be] INFO: Scrape type for 6951941auction61871: 0
2026-03-28 14:46:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:46:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997649> (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-28 14:46:31 [ecarstrade.be] INFO: Extracting details for car 6997649auction61871
2026-03-28 14:46:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ca1719d-05f4-528a-94cf-feacf4d87706 with identifier: 6997649auction61871
2026-03-28 14:46:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ca1719d-05f4-528a-94cf-feacf4d87706 with scrape type 2
2026-03-28 14:46:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ca1719d-05f4-528a-94cf-feacf4d87706 with scrape type 2
2026-03-28 14:46:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ca1719d-05f4-528a-94cf-feacf4d87706, identifier: 6997649auction61871
2026-03-28 14:46:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ca1719d-05f4-528a-94cf-feacf4d87706 with identifier: 6997649auction61871
2026-03-28 14:46:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ca1719d-05f4-528a-94cf-feacf4d87706 with identifier: 6997649auction61871
2026-03-28 14:46:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ca1719d-05f4-528a-94cf-feacf4d87706 with identifier: 6997649auction61871 to the API
2026-03-28 14:46:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:46:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:46:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997649>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '4ca1719d-05f4-528a-94cf-feacf4d87706',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997649',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 54326,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Sportback 2.0 35 TDi 110kW S tronic 5d',
'transmission': 'automatic',
'trim': 'Sportback 2.0 35 TDi 110kW S tronic 5d',
'vin': None,
'year': 2021}
2026-03-28 14:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997649auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:32 [ecarstrade.be] INFO: Saving data for 6997649auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365392.447153, 'last_price_update_time': 1774709192.5517}
2026-03-28 14:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997649auction61871') HTTP/1.1" 204 0
2026-03-28 14:46:57 [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-28 14:46:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6880621auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880621auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6880621auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6997729auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997729auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6997729auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6878989auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878989auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6878989auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6950387auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950387auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6950387auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6997604auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997604auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6997604auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6997602auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997602auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6997602auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6997727auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997727auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6997727auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6997730auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997730auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6997730auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6880616auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880616auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6880616auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6997601auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997601auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6997601auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6951937auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951937auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6951937auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6997600auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997600auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6997600auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6951936auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951936auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6951936auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6997599auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997599auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6997599auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6880612auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880612auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6880612auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6951935auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951935auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6951935auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6997724auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997724auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6997724auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6997728auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997728auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6997728auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6997723auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997723auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6997723auction61871: 0
2026-03-28 14:46:57 [ecarstrade.be] INFO: Found listing with ID: 6997722auction61871
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997722auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:46:57 [ecarstrade.be] INFO: Scrape type for 6997722auction61871: 0
2026-03-28 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-28 14:47:03 [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-28 14:47:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:47:03 [ecarstrade.be] INFO: Found listing with ID: 6950384auction61871
2026-03-28 14:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950384auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:03 [ecarstrade.be] INFO: Scrape type for 6950384auction61871: 0
2026-03-28 14:47:03 [ecarstrade.be] INFO: Found listing with ID: 6951934auction61871
2026-03-28 14:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951934auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:03 [ecarstrade.be] INFO: Scrape type for 6951934auction61871: 0
2026-03-28 14:47:03 [ecarstrade.be] INFO: Found listing with ID: 6878971auction61871
2026-03-28 14:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276878971auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:03 [ecarstrade.be] INFO: Scrape type for 6878971auction61871: 0
2026-03-28 14:47:03 [ecarstrade.be] INFO: Found listing with ID: 6997594auction61871
2026-03-28 14:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997594auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:03 [ecarstrade.be] INFO: Scrape type for 6997594auction61871: 0
2026-03-28 14:47:03 [ecarstrade.be] INFO: Found listing with ID: 6997720auction61871
2026-03-28 14:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997720auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:03 [ecarstrade.be] INFO: Scrape type for 6997720auction61871: 0
2026-03-28 14:47:03 [ecarstrade.be] INFO: Found listing with ID: 6997596auction61871
2026-03-28 14:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997596auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:03 [ecarstrade.be] INFO: Scrape type for 6997596auction61871: 0
2026-03-28 14:47:03 [ecarstrade.be] INFO: Found listing with ID: 6950381auction61871
2026-03-28 14:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950381auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:03 [ecarstrade.be] INFO: Scrape type for 6950381auction61871: 0
2026-03-28 14:47:03 [ecarstrade.be] INFO: Found listing with ID: 6880594auction61871
2026-03-28 14:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276880594auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:04 [ecarstrade.be] INFO: Scrape type for 6880594auction61871: 0
2026-03-28 14:47:04 [ecarstrade.be] INFO: Found listing with ID: 6997717auction61871
2026-03-28 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997717auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:04 [ecarstrade.be] INFO: Scrape type for 6997717auction61871: 0
2026-03-28 14:47:04 [ecarstrade.be] INFO: Found listing with ID: 6880589auction61871
2026-03-28 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276880589auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:04 [ecarstrade.be] INFO: Scrape type for 6880589auction61871: 0
2026-03-28 14:47:04 [ecarstrade.be] INFO: Found listing with ID: 6997715auction61871
2026-03-28 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997715auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:04 [ecarstrade.be] INFO: Scrape type for 6997715auction61871: 0
2026-03-28 14:47:04 [ecarstrade.be] INFO: Found listing with ID: 6997714auction61871
2026-03-28 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997714auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:04 [ecarstrade.be] INFO: Scrape type for 6997714auction61871: 0
2026-03-28 14:47:04 [ecarstrade.be] INFO: Found listing with ID: 6997716auction61871
2026-03-28 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997716auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:04 [ecarstrade.be] INFO: Scrape type for 6997716auction61871: 0
2026-03-28 14:47:04 [ecarstrade.be] INFO: Found listing with ID: 6997590auction61871
2026-03-28 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997590auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:04 [ecarstrade.be] INFO: Scrape type for 6997590auction61871: 0
2026-03-28 14:47:04 [ecarstrade.be] INFO: Found listing with ID: 6997591auction61871
2026-03-28 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997591auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:04 [ecarstrade.be] INFO: Scrape type for 6997591auction61871: 0
2026-03-28 14:47:04 [ecarstrade.be] INFO: Found listing with ID: 6997593auction61871
2026-03-28 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997593auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:04 [ecarstrade.be] INFO: Scrape type for 6997593auction61871: 0
2026-03-28 14:47:04 [ecarstrade.be] INFO: Found listing with ID: 6950378auction61871
2026-03-28 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950378auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:04 [ecarstrade.be] INFO: Scrape type for 6950378auction61871: 0
2026-03-28 14:47:04 [ecarstrade.be] INFO: Found listing with ID: 6950379auction61871
2026-03-28 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950379auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:04 [ecarstrade.be] INFO: Scrape type for 6950379auction61871: 0
2026-03-28 14:47:04 [ecarstrade.be] INFO: Found listing with ID: 6951933auction61871
2026-03-28 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951933auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:04 [ecarstrade.be] INFO: Scrape type for 6951933auction61871: 0
2026-03-28 14:47:04 [ecarstrade.be] INFO: Found listing with ID: 6950373auction61871
2026-03-28 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950373auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:04 [ecarstrade.be] INFO: Scrape type for 6950373auction61871: 0
2026-03-28 14:47:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997648> (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-28 14:47:04 [ecarstrade.be] INFO: Extracting details for car 6997648auction61871
2026-03-28 14:47:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2cbc38a-afb7-5016-bafc-435abf684c4d with identifier: 6997648auction61871
2026-03-28 14:47:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2cbc38a-afb7-5016-bafc-435abf684c4d with scrape type 2
2026-03-28 14:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2cbc38a-afb7-5016-bafc-435abf684c4d with scrape type 2
2026-03-28 14:47:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c2cbc38a-afb7-5016-bafc-435abf684c4d, identifier: 6997648auction61871
2026-03-28 14:47:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c2cbc38a-afb7-5016-bafc-435abf684c4d with identifier: 6997648auction61871
2026-03-28 14:47:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c2cbc38a-afb7-5016-bafc-435abf684c4d with identifier: 6997648auction61871
2026-03-28 14:47:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c2cbc38a-afb7-5016-bafc-435abf684c4d with identifier: 6997648auction61871 to the API
2026-03-28 14:47:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:47:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:47:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997648>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'c2cbc38a-afb7-5016-bafc-435abf684c4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997648',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 105843,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 2,
'seller_name': None,
'title': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d',
'vin': None,
'year': 2020}
2026-03-28 14:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997648auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:05 [ecarstrade.be] INFO: Saving data for 6997648auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365390.968744, 'last_price_update_time': 1774709225.237675}
2026-03-28 14:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997648auction61871') HTTP/1.1" 204 0
2026-03-28 14:47:06 [scrapy.extensions.logstats] INFO: Crawled 254 pages (at 7 pages/min), scraped 155 items (at 2 items/min)
2026-03-28 14:47:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 337MiB
2026-03-28 14:47:09 [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-28 14:47:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6878961auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276878961auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6878961auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6880578auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276880578auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6880578auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6880576auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276880576auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6880576auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6880577auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276880577auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6880577auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6878957auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276878957auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6878957auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6997711auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997711auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6997711auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6997713auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997713auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6997713auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6997708auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997708auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6997708auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6997709auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997709auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6997709auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6997712auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997712auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6997712auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6951928auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951928auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6951928auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6950366auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950366auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6950366auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6950368auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950368auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6950368auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6951925auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951925auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6951925auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6950367auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950367auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6950367auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6951927auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951927auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6951927auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6951922auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951922auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6951922auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6950357auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950357auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6950357auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6951916auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951916auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6951916auction61871: 0
2026-03-28 14:47:10 [ecarstrade.be] INFO: Found listing with ID: 6951918auction61871
2026-03-28 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951918auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:10 [ecarstrade.be] INFO: Scrape type for 6951918auction61871: 0
2026-03-28 14:47:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:47:17 [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-28 14:47:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6951912auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951912auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6951912auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6951914auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951914auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6951914auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6950363auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950363auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6950363auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6951906auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951906auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6951906auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6950354auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950354auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6950354auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6951905auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951905auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6951905auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6951904auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951904auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6951904auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6951907auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951907auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6951907auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6951901auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951901auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6951901auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6950349auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950349auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6950349auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6951899auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951899auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6951899auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6950343auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950343auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6950343auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6950344auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950344auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6950344auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6950346auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950346auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6950346auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6951897auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951897auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6951897auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6951902auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951902auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6951902auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6950342auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950342auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6950342auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6951891auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951891auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6951891auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6951896auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951896auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6951896auction61871: 0
2026-03-28 14:47:17 [ecarstrade.be] INFO: Found listing with ID: 6951903auction61871
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951903auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:17 [ecarstrade.be] INFO: Scrape type for 6951903auction61871: 0
2026-03-28 14:47:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:47:24 [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-28 14:47:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6950341auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950341auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6950341auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6951885auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951885auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6951885auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6951886auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951886auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6951886auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6951884auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951884auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6951884auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6951888auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951888auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6951888auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6950337auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950337auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6950337auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6950338auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950338auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6950338auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6950333auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950333auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6950333auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6950335auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950335auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6950335auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6951878auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951878auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6951878auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6950332auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950332auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6950332auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6950331auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950331auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6950331auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6951873auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951873auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6951873auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6950325auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950325auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6950325auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6950330auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950330auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6950330auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6951869auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951869auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6951869auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6951871auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951871auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6951871auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6951874auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951874auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6951874auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6950321auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950321auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6950321auction61871: 0
2026-03-28 14:47:25 [ecarstrade.be] INFO: Found listing with ID: 6950323auction61871
2026-03-28 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950323auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:25 [ecarstrade.be] INFO: Scrape type for 6950323auction61871: 0
2026-03-28 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-28 14:47:34 [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-28 14:47:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6951866auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951866auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6951866auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6950318auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950318auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6950318auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6951859auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951859auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6951859auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6950319auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950319auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6950319auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6951854auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951854auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6951854auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6951858auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951858auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6951858auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6950316auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950316auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6950316auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6950313auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950313auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6950313auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6950310auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950310auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6950310auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6951864auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951864auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6951864auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6926740auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276926740auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6926740auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6928542auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276928542auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6928542auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6928541auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276928541auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6928541auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6928531auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276928531auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6928531auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6926726auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276926726auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6926726auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6928525auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276928525auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6928525auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6928532auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276928532auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6928532auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6926720auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276926720auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6926720auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6926719auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276926719auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6926719auction61871: 0
2026-03-28 14:47:34 [ecarstrade.be] INFO: Found listing with ID: 6926725auction61871
2026-03-28 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276926725auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:34 [ecarstrade.be] INFO: Scrape type for 6926725auction61871: 0
2026-03-28 14:47:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:47:40 [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-28 14:47:40 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:47:40 [ecarstrade.be] INFO: Found listing with ID: 6928510auction61871
2026-03-28 14:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276928510auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:40 [ecarstrade.be] INFO: Scrape type for 6928510auction61871: 0
2026-03-28 14:47:40 [ecarstrade.be] INFO: Found listing with ID: 6928499auction61871
2026-03-28 14:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276928499auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:40 [ecarstrade.be] INFO: Scrape type for 6928499auction61871: 0
2026-03-28 14:47:40 [ecarstrade.be] INFO: Found listing with ID: 6928504auction61871
2026-03-28 14:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276928504auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:40 [ecarstrade.be] INFO: Scrape type for 6928504auction61871: 0
2026-03-28 14:47:40 [ecarstrade.be] INFO: Found listing with ID: 6928495auction61871
2026-03-28 14:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276928495auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:40 [ecarstrade.be] INFO: Scrape type for 6928495auction61871: 0
2026-03-28 14:47:40 [ecarstrade.be] INFO: Found listing with ID: 6928498auction61871
2026-03-28 14:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276928498auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:40 [ecarstrade.be] INFO: Scrape type for 6928498auction61871: 0
2026-03-28 14:47:40 [ecarstrade.be] INFO: Found listing with ID: 6926696auction61871
2026-03-28 14:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276926696auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:40 [ecarstrade.be] INFO: Scrape type for 6926696auction61871: 0
2026-03-28 14:47:40 [ecarstrade.be] INFO: Found listing with ID: 6926712auction61871
2026-03-28 14:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276926712auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:40 [ecarstrade.be] INFO: Scrape type for 6926712auction61871: 0
2026-03-28 14:47:40 [ecarstrade.be] INFO: Found listing with ID: 6928496auction61871
2026-03-28 14:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276928496auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:40 [ecarstrade.be] INFO: Scrape type for 6928496auction61871: 0
2026-03-28 14:47:40 [ecarstrade.be] INFO: Found listing with ID: 6926701auction61871
2026-03-28 14:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276926701auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:40 [ecarstrade.be] INFO: Scrape type for 6926701auction61871: 0
2026-03-28 14:47:40 [ecarstrade.be] INFO: Found listing with ID: 6928486auction61871
2026-03-28 14:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276928486auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:40 [ecarstrade.be] INFO: Scrape type for 6928486auction61871: 0
2026-03-28 14:47:40 [ecarstrade.be] INFO: Found listing with ID: 6928481auction61871
2026-03-28 14:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276928481auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:40 [ecarstrade.be] INFO: Scrape type for 6928481auction61871: 0
2026-03-28 14:47:40 [ecarstrade.be] INFO: Found listing with ID: 6928487auction61871
2026-03-28 14:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928487auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:41 [ecarstrade.be] INFO: Scrape type for 6928487auction61871: 0
2026-03-28 14:47:41 [ecarstrade.be] INFO: Found listing with ID: 6926682auction61871
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926682auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:41 [ecarstrade.be] INFO: Scrape type for 6926682auction61871: 0
2026-03-28 14:47:41 [ecarstrade.be] INFO: Found listing with ID: 6926686auction61871
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926686auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:41 [ecarstrade.be] INFO: Scrape type for 6926686auction61871: 0
2026-03-28 14:47:41 [ecarstrade.be] INFO: Found listing with ID: 6928478auction61871
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928478auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:41 [ecarstrade.be] INFO: Scrape type for 6928478auction61871: 0
2026-03-28 14:47:41 [ecarstrade.be] INFO: Found listing with ID: 6926685auction61871
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926685auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:41 [ecarstrade.be] INFO: Scrape type for 6926685auction61871: 0
2026-03-28 14:47:41 [ecarstrade.be] INFO: Found listing with ID: 6928476auction61871
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928476auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:41 [ecarstrade.be] INFO: Scrape type for 6928476auction61871: 0
2026-03-28 14:47:41 [ecarstrade.be] INFO: Found listing with ID: 6926678auction61871
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926678auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:41 [ecarstrade.be] INFO: Scrape type for 6926678auction61871: 0
2026-03-28 14:47:41 [ecarstrade.be] INFO: Found listing with ID: 6928464auction61871
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928464auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:41 [ecarstrade.be] INFO: Scrape type for 6928464auction61871: 0
2026-03-28 14:47:41 [ecarstrade.be] INFO: Found listing with ID: 6926673auction61871
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926673auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:41 [ecarstrade.be] INFO: Scrape type for 6926673auction61871: 0
2026-03-28 14:47:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:47:47 [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-28 14:47:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6904882auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276904882auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6904882auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6928458auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276928458auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6928458auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6926669auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276926669auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6926669auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6907440auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276907440auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6907440auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6903133auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276903133auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6903133auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6904852auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276904852auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6904852auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6907437auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276907437auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6907437auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6907431auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276907431auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6907431auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6931423auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276931423auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6931423auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6903124auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276903124auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6903124auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6903121auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276903121auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6903121auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6907424auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276907424auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6907424auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6907426auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276907426auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6907426auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6903118auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276903118auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6903118auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6904830auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276904830auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6904830auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6903106auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276903106auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6903106auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6903108auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276903108auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6903108auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6907422auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276907422auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6907422auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6884554auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276884554auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6884554auction61871: 0
2026-03-28 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6903104auction61871
2026-03-28 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276903104auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:47:47 [ecarstrade.be] INFO: Scrape type for 6903104auction61871: 0
2026-03-28 14:47:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:47:55 [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-28 14:47:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:47:55 [ecarstrade.be] INFO: Found listing with ID: 6904806auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6904806auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6904808auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6904808auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6907414auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6907414auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6907409auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6907409auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6855975auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6855975auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6855974auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6855974auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6880573auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6880573auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6855973auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6855973auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6855952auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6855952auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6859419auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6859419auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6859401auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6859401auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6950312auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6950312auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6859405auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6859405auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6951851auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6951851auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6807758auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6807758auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6880555auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6880555auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6737810auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6737810auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6855921auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6855921auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6928455auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6928455auction61871: 0
2026-03-28 14:47:56 [ecarstrade.be] INFO: Found listing with ID: 6926666auction61871
2026-03-28 14:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:47:56 [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-28 14:47:56 [ecarstrade.be] INFO: Scrape type for 6926666auction61871: 0
2026-03-28 14:47:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:03 [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-28 14:48:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6878918auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878918auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6878918auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6880553auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880553auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6880553auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6928456auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928456auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6928456auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6880548auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880548auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6880548auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6880549auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880549auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6880549auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6878922auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878922auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6878922auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6759713auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276759713auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6759713auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6880550auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880550auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6880550auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6926667auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926667auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6926667auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6656186auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276656186auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6656186auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6878920auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878920auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6878920auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6435333auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276435333auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6435333auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6494184auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276494184auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6494184auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6418438auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276418438auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6418438auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6973069auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973069auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6973069auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6973070auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973070auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6973070auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6974500auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974500auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6974500auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6973068auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973068auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6973068auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6974499auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974499auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6974499auction61871: 0
2026-03-28 14:48:03 [ecarstrade.be] INFO: Found listing with ID: 6973065auction61871
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973065auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:03 [ecarstrade.be] INFO: Scrape type for 6973065auction61871: 0
2026-03-28 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-28 14:48:06 [scrapy.extensions.logstats] INFO: Crawled 262 pages (at 8 pages/min), scraped 155 items (at 0 items/min)
2026-03-28 14:48:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 337MiB
2026-03-28 14:48:11 [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-28 14:48:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6973066auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973066auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6973066auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6974497auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974497auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6974497auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6973060auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973060auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6973060auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6973064auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973064auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6973064auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6974493auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974493auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6974493auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6974494auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974494auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6974494auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6974496auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974496auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6974496auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6974489auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974489auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6974489auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6974490auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974490auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6974490auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6974485auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974485auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6974485auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6973059auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973059auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6973059auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6974481auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974481auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6974481auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6974486auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974486auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6974486auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6973058auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973058auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6973058auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6973053auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973053auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6973053auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6973055auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973055auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6973055auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6974480auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974480auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6974480auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6974477auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974477auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6974477auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6974482auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974482auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6974482auction61871: 0
2026-03-28 14:48:11 [ecarstrade.be] INFO: Found listing with ID: 6974476auction61871
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974476auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:11 [ecarstrade.be] INFO: Scrape type for 6974476auction61871: 0
2026-03-28 14:48:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:18 [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-28 14:48:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6973052auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973052auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6973052auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6973056auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973056auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6973056auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6973049auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973049auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6973049auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6973050auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973050auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6973050auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6973051auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973051auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6973051auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6974478auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974478auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6974478auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6973042auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973042auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6973042auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6974474auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974474auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6974474auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6973046auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973046auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6973046auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6973043auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973043auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6973043auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6974471auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974471auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6974471auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6974472auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974472auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6974472auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6973037auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973037auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6973037auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6974469auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974469auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6974469auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6974470auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974470auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6974470auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6974463auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974463auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6974463auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6973036auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973036auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6973036auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6974465auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974465auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6974465auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6974468auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974468auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6974468auction61871: 0
2026-03-28 14:48:18 [ecarstrade.be] INFO: Found listing with ID: 6974467auction61871
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974467auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:18 [ecarstrade.be] INFO: Scrape type for 6974467auction61871: 0
2026-03-28 14:48:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:42 [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-28 14:48:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6973035auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276973035auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6973035auction61871: 0
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6974464auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276974464auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6974464auction61871: 0
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6974466auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276974466auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6974466auction61871: 0
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6907040auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276907040auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6907040auction61871: 0
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6954131auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276954131auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6954131auction61871: 0
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6859943auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276859943auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6859943auction61871: 0
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6694675auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276694675auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6694675auction61871: 0
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6812191auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276812191auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6812191auction61871: 0
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6840034auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276840034auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6840034auction61871: 0
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6791952auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276791952auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6791952auction61871: 0
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6865596auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276865596auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6865596auction61871: 0
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6878928auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276878928auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6878928auction61871: 0
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6602167auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276602167auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6602167auction61871: 0
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6984007auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276984007auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6984007auction61871: 0
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6997605auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997605auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6997605auction61871: 2
2026-03-28 14:48:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6997606auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997606auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6997606auction61871: 2
2026-03-28 14:48:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6997608auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997608auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6997608auction61871: 2
2026-03-28 14:48:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6997609auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997609auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6997609auction61871: 2
2026-03-28 14:48:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6997610auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997610auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6997610auction61871: 2
2026-03-28 14:48:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:42 [ecarstrade.be] INFO: Found listing with ID: 6997611auction61871
2026-03-28 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997611auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:42 [ecarstrade.be] INFO: Scrape type for 6997611auction61871: 2
2026-03-28 14:48:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:48 [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-28 14:48:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997611> (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-28 14:48:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997605> (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-28 14:48:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 6997612auction61871
2026-03-28 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997612auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:48 [ecarstrade.be] INFO: Scrape type for 6997612auction61871: 2
2026-03-28 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-28 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 6997613auction61871
2026-03-28 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997613auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:48 [ecarstrade.be] INFO: Scrape type for 6997613auction61871: 2
2026-03-28 14:48:48 [ecarstrade.be] INFO: Extracting details for car 6997611auction61871
2026-03-28 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-28 14:48:48 [ecarstrade.be] INFO: Extracting details for car 6997605auction61871
2026-03-28 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 6997614auction61871
2026-03-28 14:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:49 [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-28 14:48:49 [ecarstrade.be] INFO: Scrape type for 6997614auction61871: 2
2026-03-28 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-28 14:48:49 [ecarstrade.be] INFO: Found listing with ID: 6997617auction61871
2026-03-28 14:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:49 [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-28 14:48:49 [ecarstrade.be] INFO: Scrape type for 6997617auction61871: 2
2026-03-28 14:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22ad2b24-027f-5203-9dfe-261e9b3d517e with identifier: 6997611auction61871
2026-03-28 14:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22ad2b24-027f-5203-9dfe-261e9b3d517e with scrape type 2
2026-03-28 14:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22ad2b24-027f-5203-9dfe-261e9b3d517e with scrape type 2
2026-03-28 14:48:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 22ad2b24-027f-5203-9dfe-261e9b3d517e, identifier: 6997611auction61871
2026-03-28 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-28 14:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a9a53b1-dbc9-504b-b1bd-e76fddf05da9 with identifier: 6997605auction61871
2026-03-28 14:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a9a53b1-dbc9-504b-b1bd-e76fddf05da9 with scrape type 2
2026-03-28 14:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a9a53b1-dbc9-504b-b1bd-e76fddf05da9 with scrape type 2
2026-03-28 14:48:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7a9a53b1-dbc9-504b-b1bd-e76fddf05da9, identifier: 6997605auction61871
2026-03-28 14:48:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 22ad2b24-027f-5203-9dfe-261e9b3d517e with identifier: 6997611auction61871
2026-03-28 14:48:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 22ad2b24-027f-5203-9dfe-261e9b3d517e with identifier: 6997611auction61871
2026-03-28 14:48:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 22ad2b24-027f-5203-9dfe-261e9b3d517e with identifier: 6997611auction61871 to the API
2026-03-28 14:48:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:48:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997611>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '22ad2b24-027f-5203-9dfe-261e9b3d517e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997611',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 41606,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.2 PureTech 130 S&S Active Pack 5d',
'transmission': 'manual',
'trim': 'SW 1.2 PureTech 130 S&S Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-28 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997611auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:50 [ecarstrade.be] INFO: Saving data for 6997611auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373204.710502, 'last_price_update_time': 1774709330.15681}
2026-03-28 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997611auction61871') HTTP/1.1" 204 0
2026-03-28 14:48:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7a9a53b1-dbc9-504b-b1bd-e76fddf05da9 with identifier: 6997605auction61871
2026-03-28 14:48:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7a9a53b1-dbc9-504b-b1bd-e76fddf05da9 with identifier: 6997605auction61871
2026-03-28 14:48:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7a9a53b1-dbc9-504b-b1bd-e76fddf05da9 with identifier: 6997605auction61871 to the API
2026-03-28 14:48:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:48:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997605>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '7a9a53b1-dbc9-504b-b1bd-e76fddf05da9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997605',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X2',
'odometer': 127162,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X2 '17, BMW X2 sDrive16dA 85kW DCT 5d",
'transmission': 'automatic',
'trim': ", '17, sDrive16dA 85kW DCT 5d",
'vin': None,
'year': 2021}
2026-03-28 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997605auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:50 [ecarstrade.be] INFO: Saving data for 6997605auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373199.104006, 'last_price_update_time': 1774709330.557383}
2026-03-28 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997605auction61871') HTTP/1.1" 204 0
2026-03-28 14:48:50 [ecarstrade.be] INFO: Found listing with ID: 6997618auction61871
2026-03-28 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997618auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:50 [ecarstrade.be] INFO: Scrape type for 6997618auction61871: 2
2026-03-28 14:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997608> (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-28 14:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997609> (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-28 14:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997610> (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-28 14:48:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:50 [ecarstrade.be] INFO: Found listing with ID: 6997619auction61871
2026-03-28 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997619auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:50 [ecarstrade.be] INFO: Scrape type for 6997619auction61871: 2
2026-03-28 14:48:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:50 [ecarstrade.be] INFO: Found listing with ID: 6997620auction61871
2026-03-28 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997620auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:50 [ecarstrade.be] INFO: Scrape type for 6997620auction61871: 2
2026-03-28 14:48:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:50 [ecarstrade.be] INFO: Found listing with ID: 6997621auction61871
2026-03-28 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997621auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:50 [ecarstrade.be] INFO: Scrape type for 6997621auction61871: 2
2026-03-28 14:48:50 [ecarstrade.be] INFO: Found listing with ID: 6997622auction61871
2026-03-28 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997622auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:50 [ecarstrade.be] INFO: Scrape type for 6997622auction61871: 2
2026-03-28 14:48:50 [ecarstrade.be] INFO: Found listing with ID: 6997623auction61871
2026-03-28 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997623auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:50 [ecarstrade.be] INFO: Scrape type for 6997623auction61871: 2
2026-03-28 14:48:50 [ecarstrade.be] INFO: Extracting details for car 6997608auction61871
2026-03-28 14:48:50 [ecarstrade.be] INFO: Extracting details for car 6997609auction61871
2026-03-28 14:48:50 [ecarstrade.be] INFO: Extracting details for car 6997610auction61871
2026-03-28 14:48:50 [ecarstrade.be] INFO: Found listing with ID: 6997625auction61871
2026-03-28 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997625auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:50 [ecarstrade.be] INFO: Scrape type for 6997625auction61871: 2
2026-03-28 14:48:50 [ecarstrade.be] INFO: Found listing with ID: 6997627auction61871
2026-03-28 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997627auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:50 [ecarstrade.be] INFO: Scrape type for 6997627auction61871: 2
2026-03-28 14:48:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c3a2834-2a9d-5ee3-8731-76a9f5d7a170 with identifier: 6997608auction61871
2026-03-28 14:48:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c3a2834-2a9d-5ee3-8731-76a9f5d7a170 with scrape type 2
2026-03-28 14:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c3a2834-2a9d-5ee3-8731-76a9f5d7a170 with scrape type 2
2026-03-28 14:48:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c3a2834-2a9d-5ee3-8731-76a9f5d7a170, identifier: 6997608auction61871
2026-03-28 14:48:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d55e349-75e9-5464-b077-8d1b2cf67fa1 with identifier: 6997609auction61871
2026-03-28 14:48:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d55e349-75e9-5464-b077-8d1b2cf67fa1 with scrape type 2
2026-03-28 14:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d55e349-75e9-5464-b077-8d1b2cf67fa1 with scrape type 2
2026-03-28 14:48:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2d55e349-75e9-5464-b077-8d1b2cf67fa1, identifier: 6997609auction61871
2026-03-28 14:48:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e60b0d1-03a4-5ea8-805f-2b5f661283be with identifier: 6997610auction61871
2026-03-28 14:48:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e60b0d1-03a4-5ea8-805f-2b5f661283be with scrape type 2
2026-03-28 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e60b0d1-03a4-5ea8-805f-2b5f661283be with scrape type 2
2026-03-28 14:48:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e60b0d1-03a4-5ea8-805f-2b5f661283be, identifier: 6997610auction61871
2026-03-28 14:48:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c3a2834-2a9d-5ee3-8731-76a9f5d7a170 with identifier: 6997608auction61871
2026-03-28 14:48:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c3a2834-2a9d-5ee3-8731-76a9f5d7a170 with identifier: 6997608auction61871
2026-03-28 14:48:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c3a2834-2a9d-5ee3-8731-76a9f5d7a170 with identifier: 6997608auction61871 to the API
2026-03-28 14:48:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:48:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:48:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997608>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '6c3a2834-2a9d-5ee3-8731-76a9f5d7a170',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997608',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 70604,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X1 FL'19, BMW X1 sDrive16d (85 kW) 5d",
'transmission': 'manual',
'trim': ", FL'19, sDrive16d (85 kW) 5d",
'vin': None,
'year': 2022}
2026-03-28 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997608auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:51 [ecarstrade.be] INFO: Saving data for 6997608auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373359.921384, 'last_price_update_time': 1774709331.434966}
2026-03-28 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997608auction61871') HTTP/1.1" 204 0
2026-03-28 14:48:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2d55e349-75e9-5464-b077-8d1b2cf67fa1 with identifier: 6997609auction61871
2026-03-28 14:48:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2d55e349-75e9-5464-b077-8d1b2cf67fa1 with identifier: 6997609auction61871
2026-03-28 14:48:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2d55e349-75e9-5464-b077-8d1b2cf67fa1 with identifier: 6997609auction61871 to the API
2026-03-28 14:48:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:48:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:48:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997609>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '2d55e349-75e9-5464-b077-8d1b2cf67fa1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997609',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 49115,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'vin': None,
'year': 2023}
2026-03-28 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997609auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:51 [ecarstrade.be] INFO: Saving data for 6997609auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373238.272221, 'last_price_update_time': 1774709331.739682}
2026-03-28 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997609auction61871') HTTP/1.1" 204 0
2026-03-28 14:48:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e60b0d1-03a4-5ea8-805f-2b5f661283be with identifier: 6997610auction61871
2026-03-28 14:48:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e60b0d1-03a4-5ea8-805f-2b5f661283be with identifier: 6997610auction61871
2026-03-28 14:48:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e60b0d1-03a4-5ea8-805f-2b5f661283be with identifier: 6997610auction61871 to the API
2026-03-28 14:48:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:48:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:48:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997610>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '5e60b0d1-03a4-5ea8-805f-2b5f661283be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997610',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 16891,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'vin': None,
'year': 2023}
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997610auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:52 [ecarstrade.be] INFO: Saving data for 6997610auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373236.831482, 'last_price_update_time': 1774709332.05912}
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997610auction61871') HTTP/1.1" 204 0
2026-03-28 14:48:52 [ecarstrade.be] INFO: Found listing with ID: 6997628auction61871
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997628auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:52 [ecarstrade.be] INFO: Scrape type for 6997628auction61871: 2
2026-03-28 14:48:52 [ecarstrade.be] INFO: Found listing with ID: 6997629auction61871
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997629auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:52 [ecarstrade.be] INFO: Scrape type for 6997629auction61871: 2
2026-03-28 14:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997606> (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-28 14:48:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:52 [ecarstrade.be] INFO: Found listing with ID: 6997630auction61871
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997630auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:52 [ecarstrade.be] INFO: Scrape type for 6997630auction61871: 2
2026-03-28 14:48:52 [ecarstrade.be] INFO: Found listing with ID: 6997631auction61871
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997631auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:52 [ecarstrade.be] INFO: Scrape type for 6997631auction61871: 2
2026-03-28 14:48:52 [ecarstrade.be] INFO: Found listing with ID: 6997632auction61871
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997632auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:52 [ecarstrade.be] INFO: Scrape type for 6997632auction61871: 2
2026-03-28 14:48:52 [ecarstrade.be] INFO: Found listing with ID: 6997634auction61871
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997634auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:52 [ecarstrade.be] INFO: Scrape type for 6997634auction61871: 2
2026-03-28 14:48:52 [ecarstrade.be] INFO: Found listing with ID: 6997636auction61871
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997636auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:52 [ecarstrade.be] INFO: Scrape type for 6997636auction61871: 2
2026-03-28 14:48:52 [ecarstrade.be] INFO: Found listing with ID: 6997638auction61871
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997638auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:52 [ecarstrade.be] INFO: Scrape type for 6997638auction61871: 2
2026-03-28 14:48:52 [ecarstrade.be] INFO: Extracting details for car 6997606auction61871
2026-03-28 14:48:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53cc5afb-d0ca-5f2f-ae6e-816773300ab3 with identifier: 6997606auction61871
2026-03-28 14:48:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53cc5afb-d0ca-5f2f-ae6e-816773300ab3 with scrape type 2
2026-03-28 14:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53cc5afb-d0ca-5f2f-ae6e-816773300ab3 with scrape type 2
2026-03-28 14:48:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53cc5afb-d0ca-5f2f-ae6e-816773300ab3, identifier: 6997606auction61871
2026-03-28 14:48:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53cc5afb-d0ca-5f2f-ae6e-816773300ab3 with identifier: 6997606auction61871
2026-03-28 14:48:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53cc5afb-d0ca-5f2f-ae6e-816773300ab3 with identifier: 6997606auction61871
2026-03-28 14:48:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53cc5afb-d0ca-5f2f-ae6e-816773300ab3 with identifier: 6997606auction61871 to the API
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:48:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997606>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '53cc5afb-d0ca-5f2f-ae6e-816773300ab3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997606',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mini',
'model': 'ONE',
'odometer': 35643,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': "MINI, Mini 5d '14, Mini 5 door One 5d",
'transmission': 'manual',
'trim': "MINI, 5d '14, 5 door One 5d",
'vin': None,
'year': 2022}
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997606auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:52 [ecarstrade.be] INFO: Saving data for 6997606auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373198.587326, 'last_price_update_time': 1774709332.664106}
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997606auction61871') HTTP/1.1" 204 0
2026-03-28 14:48:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997612> (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-28 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-28 14:48:57 [ecarstrade.be] INFO: Extracting details for car 6997612auction61871
2026-03-28 14:48:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 867014ad-5189-5e5f-b780-8b57e7358f9a with identifier: 6997612auction61871
2026-03-28 14:48:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 867014ad-5189-5e5f-b780-8b57e7358f9a with scrape type 2
2026-03-28 14:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 867014ad-5189-5e5f-b780-8b57e7358f9a with scrape type 2
2026-03-28 14:48:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 867014ad-5189-5e5f-b780-8b57e7358f9a, identifier: 6997612auction61871
2026-03-28 14:48:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 867014ad-5189-5e5f-b780-8b57e7358f9a with identifier: 6997612auction61871
2026-03-28 14:48:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 867014ad-5189-5e5f-b780-8b57e7358f9a with identifier: 6997612auction61871
2026-03-28 14:48:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 867014ad-5189-5e5f-b780-8b57e7358f9a with identifier: 6997612auction61871 to the API
2026-03-28 14:48:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:48:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997612>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '867014ad-5189-5e5f-b780-8b57e7358f9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997612',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 55645,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-28 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997612auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:57 [ecarstrade.be] INFO: Saving data for 6997612auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373203.644133, 'last_price_update_time': 1774709337.942253}
2026-03-28 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997612auction61871') HTTP/1.1" 204 0
2026-03-28 14:48:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997613> (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-28 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-28 14:48:57 [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-28 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-28 14:48:58 [ecarstrade.be] INFO: Extracting details for car 6997613auction61871
2026-03-28 14:48:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c9226a3-374c-53e0-8f28-ce2dbfa213d2 with identifier: 6997613auction61871
2026-03-28 14:48:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c9226a3-374c-53e0-8f28-ce2dbfa213d2 with scrape type 2
2026-03-28 14:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c9226a3-374c-53e0-8f28-ce2dbfa213d2 with scrape type 2
2026-03-28 14:48:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0c9226a3-374c-53e0-8f28-ce2dbfa213d2, identifier: 6997613auction61871
2026-03-28 14:48:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:48:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0c9226a3-374c-53e0-8f28-ce2dbfa213d2 with identifier: 6997613auction61871
2026-03-28 14:48:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0c9226a3-374c-53e0-8f28-ce2dbfa213d2 with identifier: 6997613auction61871
2026-03-28 14:48:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0c9226a3-374c-53e0-8f28-ce2dbfa213d2 with identifier: 6997613auction61871 to the API
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:48:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997613>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '0c9226a3-374c-53e0-8f28-ce2dbfa213d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997613',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 8000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.2 PureTech 130 S&S Active Pack 5d',
'transmission': 'manual',
'trim': 'SW 1.2 PureTech 130 S&S Active Pack 5d',
'vin': None,
'year': 2024}
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997613auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:58 [ecarstrade.be] INFO: Saving data for 6997613auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373200.339617, 'last_price_update_time': 1774709338.501591}
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997613auction61871') HTTP/1.1" 204 0
2026-03-28 14:48:58 [ecarstrade.be] INFO: Found listing with ID: 6997639auction61871
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997639auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:58 [ecarstrade.be] INFO: Scrape type for 6997639auction61871: 2
2026-03-28 14:48:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997619> (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-28 14:48:58 [ecarstrade.be] INFO: Found listing with ID: 6997640auction61871
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997640auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:58 [ecarstrade.be] INFO: Scrape type for 6997640auction61871: 2
2026-03-28 14:48:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:58 [ecarstrade.be] INFO: Found listing with ID: 6997642auction61871
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997642auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:58 [ecarstrade.be] INFO: Scrape type for 6997642auction61871: 2
2026-03-28 14:48:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997617> (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-28 14:48:58 [ecarstrade.be] INFO: Found listing with ID: 6997643auction61871
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997643auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:58 [ecarstrade.be] INFO: Scrape type for 6997643auction61871: 2
2026-03-28 14:48:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:58 [ecarstrade.be] INFO: Found listing with ID: 6997644auction61871
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997644auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:58 [ecarstrade.be] INFO: Scrape type for 6997644auction61871: 2
2026-03-28 14:48:58 [ecarstrade.be] INFO: Found listing with ID: 6997645auction61871
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997645auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:58 [ecarstrade.be] INFO: Scrape type for 6997645auction61871: 2
2026-03-28 14:48:58 [ecarstrade.be] INFO: Extracting details for car 6997619auction61871
2026-03-28 14:48:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997618> (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-28 14:48:58 [ecarstrade.be] INFO: Found listing with ID: 6997646auction61871
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997646auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:58 [ecarstrade.be] INFO: Scrape type for 6997646auction61871: 2
2026-03-28 14:48:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:48:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75f131b9-2247-5ad1-8f1d-43bfbba97bcc with identifier: 6997619auction61871
2026-03-28 14:48:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75f131b9-2247-5ad1-8f1d-43bfbba97bcc with scrape type 2
2026-03-28 14:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75f131b9-2247-5ad1-8f1d-43bfbba97bcc with scrape type 2
2026-03-28 14:48:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75f131b9-2247-5ad1-8f1d-43bfbba97bcc, identifier: 6997619auction61871
2026-03-28 14:48:58 [ecarstrade.be] INFO: Found listing with ID: 6997647auction61871
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997647auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:58 [ecarstrade.be] INFO: Scrape type for 6997647auction61871: 2
2026-03-28 14:48:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75f131b9-2247-5ad1-8f1d-43bfbba97bcc with identifier: 6997619auction61871
2026-03-28 14:48:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75f131b9-2247-5ad1-8f1d-43bfbba97bcc with identifier: 6997619auction61871
2026-03-28 14:48:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75f131b9-2247-5ad1-8f1d-43bfbba97bcc with identifier: 6997619auction61871 to the API
2026-03-28 14:48:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:48: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-28 14:48:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997619>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '75f131b9-2247-5ad1-8f1d-43bfbba97bcc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997619',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 27256,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'vin': None,
'year': 2023}
2026-03-28 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997619auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:59 [ecarstrade.be] INFO: Saving data for 6997619auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373361.892673, 'last_price_update_time': 1774709339.132797}
2026-03-28 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997619auction61871') HTTP/1.1" 204 0
2026-03-28 14:48:59 [ecarstrade.be] INFO: Extracting details for car 6997617auction61871
2026-03-28 14:48:59 [ecarstrade.be] INFO: Extracting details for car 6997618auction61871
2026-03-28 14:48:59 [ecarstrade.be] INFO: Found listing with ID: 6997650auction61871
2026-03-28 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997650auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:59 [ecarstrade.be] INFO: Scrape type for 6997650auction61871: 2
2026-03-28 14:48:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb1a41fa-7d4e-5897-b1bf-7927dffe5635 with identifier: 6997617auction61871
2026-03-28 14:48:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb1a41fa-7d4e-5897-b1bf-7927dffe5635 with scrape type 2
2026-03-28 14:48:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb1a41fa-7d4e-5897-b1bf-7927dffe5635 with scrape type 2
2026-03-28 14:48:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb1a41fa-7d4e-5897-b1bf-7927dffe5635, identifier: 6997617auction61871
2026-03-28 14:48:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 464fdb2a-a119-5f8b-9f8a-558d38f7bf39 with identifier: 6997618auction61871
2026-03-28 14:48:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 464fdb2a-a119-5f8b-9f8a-558d38f7bf39 with scrape type 2
2026-03-28 14:48:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 464fdb2a-a119-5f8b-9f8a-558d38f7bf39 with scrape type 2
2026-03-28 14:48:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 464fdb2a-a119-5f8b-9f8a-558d38f7bf39, identifier: 6997618auction61871
2026-03-28 14:48:59 [ecarstrade.be] INFO: Found listing with ID: 6997651auction61871
2026-03-28 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:59 [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-28 14:48:59 [ecarstrade.be] INFO: Scrape type for 6997651auction61871: 2
2026-03-28 14:48:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb1a41fa-7d4e-5897-b1bf-7927dffe5635 with identifier: 6997617auction61871
2026-03-28 14:48:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb1a41fa-7d4e-5897-b1bf-7927dffe5635 with identifier: 6997617auction61871
2026-03-28 14:48:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb1a41fa-7d4e-5897-b1bf-7927dffe5635 with identifier: 6997617auction61871 to the API
2026-03-28 14:48:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:48: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-28 14:48:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997617>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'eb1a41fa-7d4e-5897-b1bf-7927dffe5635',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997617',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 36394,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'vin': None,
'year': 2023}
2026-03-28 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997617auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:59 [ecarstrade.be] INFO: Saving data for 6997617auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373361.110882, 'last_price_update_time': 1774709339.695992}
2026-03-28 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997617auction61871') HTTP/1.1" 204 0
2026-03-28 14:48:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 464fdb2a-a119-5f8b-9f8a-558d38f7bf39 with identifier: 6997618auction61871
2026-03-28 14:48:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 464fdb2a-a119-5f8b-9f8a-558d38f7bf39 with identifier: 6997618auction61871
2026-03-28 14:48:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 464fdb2a-a119-5f8b-9f8a-558d38f7bf39 with identifier: 6997618auction61871 to the API
2026-03-28 14:48:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:48: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-28 14:48:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997618>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '464fdb2a-a119-5f8b-9f8a-558d38f7bf39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997618',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Galaxy',
'odometer': 166029,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seats_number': 7,
'seller_name': None,
'title': 'Ford Galaxy 2.0 TDCi 110kW S/S Titanium 5d',
'transmission': 'manual',
'trim': '2.0 TDCi 110kW S/S Titanium 5d',
'vin': None,
'year': 2019}
2026-03-28 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997618auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:48:59 [ecarstrade.be] INFO: Saving data for 6997618auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373363.326418, 'last_price_update_time': 1774709339.998993}
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997618auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997652auction61871
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997652auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:00 [ecarstrade.be] INFO: Scrape type for 6997652auction61871: 2
2026-03-28 14:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997654auction61871
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997654auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:00 [ecarstrade.be] INFO: Scrape type for 6997654auction61871: 2
2026-03-28 14:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997657auction61871
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997657auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:00 [ecarstrade.be] INFO: Scrape type for 6997657auction61871: 2
2026-03-28 14:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997658auction61871
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997658auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:00 [ecarstrade.be] INFO: Scrape type for 6997658auction61871: 2
2026-03-28 14:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997659auction61871
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997659auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:00 [ecarstrade.be] INFO: Scrape type for 6997659auction61871: 2
2026-03-28 14:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997660auction61871
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997660auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:00 [ecarstrade.be] INFO: Scrape type for 6997660auction61871: 2
2026-03-28 14:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997662auction61871
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997662auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:00 [ecarstrade.be] INFO: Scrape type for 6997662auction61871: 2
2026-03-28 14:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997663auction61871
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997663auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:00 [ecarstrade.be] INFO: Scrape type for 6997663auction61871: 2
2026-03-28 14:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997664auction61871
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997664auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:00 [ecarstrade.be] INFO: Scrape type for 6997664auction61871: 2
2026-03-28 14:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997665auction61871
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997665auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:00 [ecarstrade.be] INFO: Scrape type for 6997665auction61871: 2
2026-03-28 14:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997623> (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-28 14:49:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:04 [ecarstrade.be] INFO: Extracting details for car 6997623auction61871
2026-03-28 14:49:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7186843f-daf7-5c30-b28b-016f416b1a74 with identifier: 6997623auction61871
2026-03-28 14:49:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7186843f-daf7-5c30-b28b-016f416b1a74 with scrape type 2
2026-03-28 14:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7186843f-daf7-5c30-b28b-016f416b1a74 with scrape type 2
2026-03-28 14:49:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7186843f-daf7-5c30-b28b-016f416b1a74, identifier: 6997623auction61871
2026-03-28 14:49:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7186843f-daf7-5c30-b28b-016f416b1a74 with identifier: 6997623auction61871
2026-03-28 14:49:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7186843f-daf7-5c30-b28b-016f416b1a74 with identifier: 6997623auction61871
2026-03-28 14:49:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7186843f-daf7-5c30-b28b-016f416b1a74 with identifier: 6997623auction61871 to the API
2026-03-28 14:49:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997623>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '7186843f-daf7-5c30-b28b-016f416b1a74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997623',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 125173,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf VIII 1.0 TSI 81kW Life 5d',
'transmission': 'manual',
'trim': 'VIII 1.0 TSI 81kW Life 5d',
'vin': None,
'year': 2021}
2026-03-28 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997623auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:06 [ecarstrade.be] INFO: Saving data for 6997623auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373387.534693, 'last_price_update_time': 1774709346.428318}
2026-03-28 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997623auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997622> (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-28 14:49:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997621> (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-28 14:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997627> (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-28 14:49:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997628> (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-28 14:49:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:06 [ecarstrade.be] INFO: Extracting details for car 6997622auction61871
2026-03-28 14:49:06 [ecarstrade.be] INFO: Extracting details for car 6997621auction61871
2026-03-28 14:49:06 [ecarstrade.be] INFO: Extracting details for car 6997627auction61871
2026-03-28 14:49:06 [ecarstrade.be] INFO: Extracting details for car 6997628auction61871
2026-03-28 14:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997620> (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-28 14:49:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c54c05d-8013-5734-bbcf-4cfa6ac3ed44 with identifier: 6997622auction61871
2026-03-28 14:49:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c54c05d-8013-5734-bbcf-4cfa6ac3ed44 with scrape type 2
2026-03-28 14:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c54c05d-8013-5734-bbcf-4cfa6ac3ed44 with scrape type 2
2026-03-28 14:49:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c54c05d-8013-5734-bbcf-4cfa6ac3ed44, identifier: 6997622auction61871
2026-03-28 14:49:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12433780-0877-5788-a2c2-56240f65951f with identifier: 6997621auction61871
2026-03-28 14:49:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12433780-0877-5788-a2c2-56240f65951f with scrape type 2
2026-03-28 14:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12433780-0877-5788-a2c2-56240f65951f with scrape type 2
2026-03-28 14:49:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 12433780-0877-5788-a2c2-56240f65951f, identifier: 6997621auction61871
2026-03-28 14:49:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eacb6e13-94b4-5c60-9229-807fc0c6e524 with identifier: 6997627auction61871
2026-03-28 14:49:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eacb6e13-94b4-5c60-9229-807fc0c6e524 with scrape type 2
2026-03-28 14:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eacb6e13-94b4-5c60-9229-807fc0c6e524 with scrape type 2
2026-03-28 14:49:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eacb6e13-94b4-5c60-9229-807fc0c6e524, identifier: 6997627auction61871
2026-03-28 14:49:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06ef2c3a-d293-5017-8639-c1e66b0afc07 with identifier: 6997628auction61871
2026-03-28 14:49:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06ef2c3a-d293-5017-8639-c1e66b0afc07 with scrape type 2
2026-03-28 14:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06ef2c3a-d293-5017-8639-c1e66b0afc07 with scrape type 2
2026-03-28 14:49:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 06ef2c3a-d293-5017-8639-c1e66b0afc07, identifier: 6997628auction61871
2026-03-28 14:49:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c54c05d-8013-5734-bbcf-4cfa6ac3ed44 with identifier: 6997622auction61871
2026-03-28 14:49:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c54c05d-8013-5734-bbcf-4cfa6ac3ed44 with identifier: 6997622auction61871
2026-03-28 14:49:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c54c05d-8013-5734-bbcf-4cfa6ac3ed44 with identifier: 6997622auction61871 to the API
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997622>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2c54c05d-8013-5734-bbcf-4cfa6ac3ed44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997622',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 53293,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Tiguan 1.4 eHybrid DSG Life Business 5d',
'transmission': 'automatic',
'trim': '1.4 eHybrid DSG Life Business 5d',
'vin': None,
'year': 2023}
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997622auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:07 [ecarstrade.be] INFO: Saving data for 6997622auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373386.734378, 'last_price_update_time': 1774709347.368148}
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997622auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 12433780-0877-5788-a2c2-56240f65951f with identifier: 6997621auction61871
2026-03-28 14:49:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 12433780-0877-5788-a2c2-56240f65951f with identifier: 6997621auction61871
2026-03-28 14:49:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 12433780-0877-5788-a2c2-56240f65951f with identifier: 6997621auction61871 to the API
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997621>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '12433780-0877-5788-a2c2-56240f65951f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997621',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '116',
'odometer': 21974,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 Reeks Hatch 116d (85 kW) 5d',
'transmission': 'manual',
'trim': '1 Reeks Hatch d (85 kW) 5d',
'vin': None,
'year': 2023}
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997621auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:07 [ecarstrade.be] INFO: Saving data for 6997621auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373380.640643, 'last_price_update_time': 1774709347.68308}
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997621auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eacb6e13-94b4-5c60-9229-807fc0c6e524 with identifier: 6997627auction61871
2026-03-28 14:49:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eacb6e13-94b4-5c60-9229-807fc0c6e524 with identifier: 6997627auction61871
2026-03-28 14:49:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eacb6e13-94b4-5c60-9229-807fc0c6e524 with identifier: 6997627auction61871 to the API
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997627>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'eacb6e13-94b4-5c60-9229-807fc0c6e524',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997627',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 40039,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'vin': None,
'year': 2023}
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997627auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:07 [ecarstrade.be] INFO: Saving data for 6997627auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373221.172528, 'last_price_update_time': 1774709347.989657}
2026-03-28 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997627auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 06ef2c3a-d293-5017-8639-c1e66b0afc07 with identifier: 6997628auction61871
2026-03-28 14:49:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 06ef2c3a-d293-5017-8639-c1e66b0afc07 with identifier: 6997628auction61871
2026-03-28 14:49:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 06ef2c3a-d293-5017-8639-c1e66b0afc07 with identifier: 6997628auction61871 to the API
2026-03-28 14:49:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:49:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997628>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '06ef2c3a-d293-5017-8639-c1e66b0afc07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997628',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 128008,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Polo 1.0 TSI Comfortline DSG 5d',
'transmission': 'automatic',
'trim': '1.0 TSI Comfortline DSG 5d',
'vin': None,
'year': 2021}
2026-03-28 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997628auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:08 [ecarstrade.be] INFO: Saving data for 6997628auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373217.17775, 'last_price_update_time': 1774709348.305928}
2026-03-28 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997628auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:08 [ecarstrade.be] INFO: Extracting details for car 6997620auction61871
2026-03-28 14:49:08 [scrapy.extensions.logstats] INFO: Crawled 284 pages (at 22 pages/min), scraped 171 items (at 16 items/min)
2026-03-28 14:49:08 [scrapy.extensions.memusage] INFO: Peak memory usage is 340MiB
2026-03-28 14:49:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ea091dd-37eb-5892-a3b5-88af5ef0e6e3 with identifier: 6997620auction61871
2026-03-28 14:49:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ea091dd-37eb-5892-a3b5-88af5ef0e6e3 with scrape type 2
2026-03-28 14:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ea091dd-37eb-5892-a3b5-88af5ef0e6e3 with scrape type 2
2026-03-28 14:49:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ea091dd-37eb-5892-a3b5-88af5ef0e6e3, identifier: 6997620auction61871
2026-03-28 14:49:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ea091dd-37eb-5892-a3b5-88af5ef0e6e3 with identifier: 6997620auction61871
2026-03-28 14:49:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ea091dd-37eb-5892-a3b5-88af5ef0e6e3 with identifier: 6997620auction61871
2026-03-28 14:49:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ea091dd-37eb-5892-a3b5-88af5ef0e6e3 with identifier: 6997620auction61871 to the API
2026-03-28 14:49:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:49:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997620>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '9ea091dd-37eb-5892-a3b5-88af5ef0e6e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997620',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 125019,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Polo 1.0 TSI Life DSG 5d',
'transmission': 'automatic',
'trim': '1.0 TSI Life DSG 5d',
'vin': None,
'year': 2022}
2026-03-28 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997620auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:08 [ecarstrade.be] INFO: Saving data for 6997620auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373362.262771, 'last_price_update_time': 1774709348.745637}
2026-03-28 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997620auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997630> (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-28 14:49:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997638> (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-28 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-28 14:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997639> (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-28 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-28 14:49:15 [ecarstrade.be] INFO: Extracting details for car 6997630auction61871
2026-03-28 14:49:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21fcdf58-1dc8-5b76-9514-fe6ddb9aaecd with identifier: 6997630auction61871
2026-03-28 14:49:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21fcdf58-1dc8-5b76-9514-fe6ddb9aaecd with scrape type 2
2026-03-28 14:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21fcdf58-1dc8-5b76-9514-fe6ddb9aaecd with scrape type 2
2026-03-28 14:49:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21fcdf58-1dc8-5b76-9514-fe6ddb9aaecd, identifier: 6997630auction61871
2026-03-28 14:49:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21fcdf58-1dc8-5b76-9514-fe6ddb9aaecd with identifier: 6997630auction61871
2026-03-28 14:49:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21fcdf58-1dc8-5b76-9514-fe6ddb9aaecd with identifier: 6997630auction61871
2026-03-28 14:49:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21fcdf58-1dc8-5b76-9514-fe6ddb9aaecd with identifier: 6997630auction61871 to the API
2026-03-28 14:49:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997630>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '21fcdf58-1dc8-5b76-9514-fe6ddb9aaecd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997630',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'Q3',
'odometer': 95283,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 Sportback 45 TFSI e S tronic 5d',
'transmission': 'automatic',
'trim': 'Sportback 45 TFSI e S tronic 5d',
'vin': None,
'year': 2022}
2026-03-28 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997630auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:16 [ecarstrade.be] INFO: Saving data for 6997630auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373277.026157, 'last_price_update_time': 1774709356.383303}
2026-03-28 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997630auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:16 [ecarstrade.be] INFO: Extracting details for car 6997638auction61871
2026-03-28 14:49:16 [ecarstrade.be] INFO: Extracting details for car 6997639auction61871
2026-03-28 14:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997636> (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-28 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-28 14:49:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f4181d5-68c6-5dfa-ae2c-e934c630d804 with identifier: 6997638auction61871
2026-03-28 14:49:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f4181d5-68c6-5dfa-ae2c-e934c630d804 with scrape type 2
2026-03-28 14:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f4181d5-68c6-5dfa-ae2c-e934c630d804 with scrape type 2
2026-03-28 14:49:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f4181d5-68c6-5dfa-ae2c-e934c630d804, identifier: 6997638auction61871
2026-03-28 14:49:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a516f140-5ccb-5732-bf85-df4c2b5a627d with identifier: 6997639auction61871
2026-03-28 14:49:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a516f140-5ccb-5732-bf85-df4c2b5a627d with scrape type 2
2026-03-28 14:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a516f140-5ccb-5732-bf85-df4c2b5a627d with scrape type 2
2026-03-28 14:49:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a516f140-5ccb-5732-bf85-df4c2b5a627d, identifier: 6997639auction61871
2026-03-28 14:49:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f4181d5-68c6-5dfa-ae2c-e934c630d804 with identifier: 6997638auction61871
2026-03-28 14:49:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f4181d5-68c6-5dfa-ae2c-e934c630d804 with identifier: 6997638auction61871
2026-03-28 14:49:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f4181d5-68c6-5dfa-ae2c-e934c630d804 with identifier: 6997638auction61871 to the API
2026-03-28 14:49:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997638>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '0f4181d5-68c6-5dfa-ae2c-e934c630d804',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997638',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 23990,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, Golf VII FL'16, Volkswagen Golf VII 1.5 TSi BlueMotion "
'Comfortline',
'transmission': 'manual',
'trim': "VW, VII FL'16, VII 1.5 TSi BlueMotion Comfortline",
'vin': None,
'year': 2020}
2026-03-28 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997638auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:16 [ecarstrade.be] INFO: Saving data for 6997638auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373278.107492, 'last_price_update_time': 1774709356.948032}
2026-03-28 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997638auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a516f140-5ccb-5732-bf85-df4c2b5a627d with identifier: 6997639auction61871
2026-03-28 14:49:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a516f140-5ccb-5732-bf85-df4c2b5a627d with identifier: 6997639auction61871
2026-03-28 14:49:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a516f140-5ccb-5732-bf85-df4c2b5a627d with identifier: 6997639auction61871 to the API
2026-03-28 14:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997639>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': 'a516f140-5ccb-5732-bf85-df4c2b5a627d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997639',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mazda',
'model': 'CX-30',
'odometer': 108011,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Mazda, CX-30 '19, Mazda CX-30 2.0 e-Skyactiv X 137kW Skycruise 5d",
'transmission': 'manual',
'trim': ", '19, 2.0 e-Skyactiv X 137kW Skycruise 5d",
'vin': None,
'year': 2022}
2026-03-28 14:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997639auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:17 [ecarstrade.be] INFO: Saving data for 6997639auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373280.576928, 'last_price_update_time': 1774709357.259425}
2026-03-28 14:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997639auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:17 [ecarstrade.be] INFO: Extracting details for car 6997636auction61871
2026-03-28 14:49:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f56c57a3-3f27-5153-9716-8c3c13c2c87b with identifier: 6997636auction61871
2026-03-28 14:49:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f56c57a3-3f27-5153-9716-8c3c13c2c87b with scrape type 2
2026-03-28 14:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f56c57a3-3f27-5153-9716-8c3c13c2c87b with scrape type 2
2026-03-28 14:49:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f56c57a3-3f27-5153-9716-8c3c13c2c87b, identifier: 6997636auction61871
2026-03-28 14:49:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f56c57a3-3f27-5153-9716-8c3c13c2c87b with identifier: 6997636auction61871
2026-03-28 14:49:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f56c57a3-3f27-5153-9716-8c3c13c2c87b with identifier: 6997636auction61871
2026-03-28 14:49:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f56c57a3-3f27-5153-9716-8c3c13c2c87b with identifier: 6997636auction61871 to the API
2026-03-28 14:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997636>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'f56c57a3-3f27-5153-9716-8c3c13c2c87b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997636',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A4',
'odometer': 71492,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A4 Avant 2.0 30 TDi 100kW S tronic Business Ed 5d',
'transmission': 'automatic',
'trim': 'Avant 2.0 30 TDi 100kW S tronic Business Ed 5d',
'vin': None,
'year': 2021}
2026-03-28 14:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997636auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:17 [ecarstrade.be] INFO: Saving data for 6997636auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373221.712602, 'last_price_update_time': 1774709357.69296}
2026-03-28 14:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997636auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997634> (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-28 14:49:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:20 [ecarstrade.be] INFO: Extracting details for car 6997634auction61871
2026-03-28 14:49:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c0e90c6-62e9-596e-a5df-dba802146aac with identifier: 6997634auction61871
2026-03-28 14:49:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c0e90c6-62e9-596e-a5df-dba802146aac with scrape type 2
2026-03-28 14:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c0e90c6-62e9-596e-a5df-dba802146aac with scrape type 2
2026-03-28 14:49:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c0e90c6-62e9-596e-a5df-dba802146aac, identifier: 6997634auction61871
2026-03-28 14:49:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c0e90c6-62e9-596e-a5df-dba802146aac with identifier: 6997634auction61871
2026-03-28 14:49:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c0e90c6-62e9-596e-a5df-dba802146aac with identifier: 6997634auction61871
2026-03-28 14:49:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c0e90c6-62e9-596e-a5df-dba802146aac with identifier: 6997634auction61871 to the API
2026-03-28 14:49:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997634>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '7c0e90c6-62e9-596e-a5df-dba802146aac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997634',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '116',
'odometer': 100843,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 1-serie '19, BMW 1 Reeks Hatch 116i (80 kW) 5d",
'transmission': 'manual',
'trim': ", 1-serie '19, 1 Reeks Hatch i (80 kW) 5d",
'vin': None,
'year': 2021}
2026-03-28 14:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997634auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:21 [ecarstrade.be] INFO: Saving data for 6997634auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373219.946333, 'last_price_update_time': 1774709361.23955}
2026-03-28 14:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997634auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997629> (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-28 14:49:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:22 [ecarstrade.be] INFO: Extracting details for car 6997629auction61871
2026-03-28 14:49:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1e53785-28c0-5305-857f-bff0dcf8af7e with identifier: 6997629auction61871
2026-03-28 14:49:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1e53785-28c0-5305-857f-bff0dcf8af7e with scrape type 2
2026-03-28 14:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1e53785-28c0-5305-857f-bff0dcf8af7e with scrape type 2
2026-03-28 14:49:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e1e53785-28c0-5305-857f-bff0dcf8af7e, identifier: 6997629auction61871
2026-03-28 14:49:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e1e53785-28c0-5305-857f-bff0dcf8af7e with identifier: 6997629auction61871
2026-03-28 14:49:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e1e53785-28c0-5305-857f-bff0dcf8af7e with identifier: 6997629auction61871
2026-03-28 14:49:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e1e53785-28c0-5305-857f-bff0dcf8af7e with identifier: 6997629auction61871 to the API
2026-03-28 14:49:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49: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-28 14:49:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997629>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'e1e53785-28c0-5305-857f-bff0dcf8af7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997629',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 108113,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Sportback 2.0 30 TDi 85kW S tronic Business Ed. 5d',
'transmission': 'automatic',
'trim': 'Sportback 2.0 30 TDi 85kW S tronic Business Ed. 5d',
'vin': None,
'year': 2021}
2026-03-28 14:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997629auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:22 [ecarstrade.be] INFO: Saving data for 6997629auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373219.353087, 'last_price_update_time': 1774709362.404899}
2026-03-28 14:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997629auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997642> (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-28 14:49:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:22 [ecarstrade.be] INFO: Extracting details for car 6997642auction61871
2026-03-28 14:49:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc1569ed-9724-5e36-9b5e-60838193271e with identifier: 6997642auction61871
2026-03-28 14:49:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc1569ed-9724-5e36-9b5e-60838193271e with scrape type 2
2026-03-28 14:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc1569ed-9724-5e36-9b5e-60838193271e with scrape type 2
2026-03-28 14:49:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cc1569ed-9724-5e36-9b5e-60838193271e, identifier: 6997642auction61871
2026-03-28 14:49:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cc1569ed-9724-5e36-9b5e-60838193271e with identifier: 6997642auction61871
2026-03-28 14:49:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cc1569ed-9724-5e36-9b5e-60838193271e with identifier: 6997642auction61871
2026-03-28 14:49:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cc1569ed-9724-5e36-9b5e-60838193271e with identifier: 6997642auction61871 to the API
2026-03-28 14:49:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49: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-28 14:49:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997642>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cc1569ed-9724-5e36-9b5e-60838193271e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997642',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 110331,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, A-Class Berline '18, Mercedes-Benz A-Klasse Limousine A "
'250 e 4d',
'transmission': 'automatic',
'trim': ", Berline '18, -Benz A-Klasse Limousine A 250 e 4d",
'vin': None,
'year': 2020}
2026-03-28 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:23 [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-28 14:49:23 [ecarstrade.be] INFO: Saving data for 6997642auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373273.071707, 'last_price_update_time': 1774709363.74561}
2026-03-28 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997642auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997665> (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-28 14:49:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997645> (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-28 14:49:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:23 [ecarstrade.be] INFO: Extracting details for car 6997665auction61871
2026-03-28 14:49:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcf1a337-5fca-5de5-9a94-d77835ce4c34 with identifier: 6997665auction61871
2026-03-28 14:49:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcf1a337-5fca-5de5-9a94-d77835ce4c34 with scrape type 2
2026-03-28 14:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcf1a337-5fca-5de5-9a94-d77835ce4c34 with scrape type 2
2026-03-28 14:49:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fcf1a337-5fca-5de5-9a94-d77835ce4c34, identifier: 6997665auction61871
2026-03-28 14:49:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fcf1a337-5fca-5de5-9a94-d77835ce4c34 with identifier: 6997665auction61871
2026-03-28 14:49:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fcf1a337-5fca-5de5-9a94-d77835ce4c34 with identifier: 6997665auction61871
2026-03-28 14:49:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fcf1a337-5fca-5de5-9a94-d77835ce4c34 with identifier: 6997665auction61871 to the API
2026-03-28 14:49:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49: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-28 14:49:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997665>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'fcf1a337-5fca-5de5-9a94-d77835ce4c34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997665',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 59676,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert Standard L2 2.0 BlueHDi 145 EAT8 4d',
'transmission': 'automatic',
'trim': 'Standard L2 2.0 BlueHDi 145 EAT8 4d',
'vin': None,
'year': 2023}
2026-03-28 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997665auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:24 [ecarstrade.be] INFO: Saving data for 6997665auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365425.363774, 'last_price_update_time': 1774709364.318492}
2026-03-28 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997665auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:24 [ecarstrade.be] INFO: Extracting details for car 6997645auction61871
2026-03-28 14:49:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997664> (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-28 14:49:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18d4ba3c-0920-5064-a92a-59ad61fc3ccc with identifier: 6997645auction61871
2026-03-28 14:49:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18d4ba3c-0920-5064-a92a-59ad61fc3ccc with scrape type 2
2026-03-28 14:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18d4ba3c-0920-5064-a92a-59ad61fc3ccc with scrape type 2
2026-03-28 14:49:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 18d4ba3c-0920-5064-a92a-59ad61fc3ccc, identifier: 6997645auction61871
2026-03-28 14:49:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 18d4ba3c-0920-5064-a92a-59ad61fc3ccc with identifier: 6997645auction61871
2026-03-28 14:49:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 18d4ba3c-0920-5064-a92a-59ad61fc3ccc with identifier: 6997645auction61871
2026-03-28 14:49:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 18d4ba3c-0920-5064-a92a-59ad61fc3ccc with identifier: 6997645auction61871 to the API
2026-03-28 14:49:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49: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-28 14:49:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997645>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '18d4ba3c-0920-5064-a92a-59ad61fc3ccc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997645',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 87034,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Superb Combi 2.0 CRTDI 110kW DSG7 Style 5d',
'transmission': 'automatic',
'trim': 'Combi 2.0 CRTDI 110kW DSG7 Style 5d',
'vin': None,
'year': 2021}
2026-03-28 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997645auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:24 [ecarstrade.be] INFO: Saving data for 6997645auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365392.949543, 'last_price_update_time': 1774709364.791854}
2026-03-28 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997645auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:24 [ecarstrade.be] INFO: Extracting details for car 6997664auction61871
2026-03-28 14:49:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59e62d0e-7dca-53bd-b913-07abca71938b with identifier: 6997664auction61871
2026-03-28 14:49:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59e62d0e-7dca-53bd-b913-07abca71938b with scrape type 2
2026-03-28 14:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59e62d0e-7dca-53bd-b913-07abca71938b with scrape type 2
2026-03-28 14:49:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 59e62d0e-7dca-53bd-b913-07abca71938b, identifier: 6997664auction61871
2026-03-28 14:49:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 59e62d0e-7dca-53bd-b913-07abca71938b with identifier: 6997664auction61871
2026-03-28 14:49:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 59e62d0e-7dca-53bd-b913-07abca71938b with identifier: 6997664auction61871
2026-03-28 14:49:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 59e62d0e-7dca-53bd-b913-07abca71938b with identifier: 6997664auction61871 to the API
2026-03-28 14:49:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997664>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '59e62d0e-7dca-53bd-b913-07abca71938b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997664',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X1',
'odometer': 63269,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-28 14:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997664auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:25 [ecarstrade.be] INFO: Saving data for 6997664auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365403.921151, 'last_price_update_time': 1774709365.244393}
2026-03-28 14:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997664auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997614> (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-28 14:49:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:27 [ecarstrade.be] INFO: Extracting details for car 6997614auction61871
2026-03-28 14:49:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca24a494-c0c9-5724-a4fc-a5ce68a4e924 with identifier: 6997614auction61871
2026-03-28 14:49:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca24a494-c0c9-5724-a4fc-a5ce68a4e924 with scrape type 2
2026-03-28 14:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca24a494-c0c9-5724-a4fc-a5ce68a4e924 with scrape type 2
2026-03-28 14:49:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca24a494-c0c9-5724-a4fc-a5ce68a4e924, identifier: 6997614auction61871
2026-03-28 14:49:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca24a494-c0c9-5724-a4fc-a5ce68a4e924 with identifier: 6997614auction61871
2026-03-28 14:49:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca24a494-c0c9-5724-a4fc-a5ce68a4e924 with identifier: 6997614auction61871
2026-03-28 14:49:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca24a494-c0c9-5724-a4fc-a5ce68a4e924 with identifier: 6997614auction61871 to the API
2026-03-28 14:49:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997614>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'ca24a494-c0c9-5724-a4fc-a5ce68a4e924',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997614',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 52050,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-28 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997614auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:27 [ecarstrade.be] INFO: Saving data for 6997614auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373201.129912, 'last_price_update_time': 1774709367.943008}
2026-03-28 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997614auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997662> (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-28 14:49:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:28 [ecarstrade.be] INFO: Extracting details for car 6997662auction61871
2026-03-28 14:49:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a87fe003-6638-5cf5-bee4-7a328cc0e72c with identifier: 6997662auction61871
2026-03-28 14:49:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a87fe003-6638-5cf5-bee4-7a328cc0e72c with scrape type 2
2026-03-28 14:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a87fe003-6638-5cf5-bee4-7a328cc0e72c with scrape type 2
2026-03-28 14:49:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a87fe003-6638-5cf5-bee4-7a328cc0e72c, identifier: 6997662auction61871
2026-03-28 14:49:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a87fe003-6638-5cf5-bee4-7a328cc0e72c with identifier: 6997662auction61871
2026-03-28 14:49:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a87fe003-6638-5cf5-bee4-7a328cc0e72c with identifier: 6997662auction61871
2026-03-28 14:49:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a87fe003-6638-5cf5-bee4-7a328cc0e72c with identifier: 6997662auction61871 to the API
2026-03-28 14:49:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997662>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': 'a87fe003-6638-5cf5-bee4-7a328cc0e72c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997662',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 101891,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 1.0 TSI eTec 81kW DSG7 Ambition 5d',
'transmission': 'automatic',
'trim': 'Combi 1.0 TSI eTec 81kW DSG7 Ambition 5d',
'vin': None,
'year': 2021}
2026-03-28 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997662auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:28 [ecarstrade.be] INFO: Saving data for 6997662auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365424.80976, 'last_price_update_time': 1774709368.706297}
2026-03-28 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997662auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997663> (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-28 14:49:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:29 [ecarstrade.be] INFO: Extracting details for car 6997663auction61871
2026-03-28 14:49:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4477a6b9-63f3-54c3-ab3c-fb83be315b17 with identifier: 6997663auction61871
2026-03-28 14:49:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4477a6b9-63f3-54c3-ab3c-fb83be315b17 with scrape type 2
2026-03-28 14:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4477a6b9-63f3-54c3-ab3c-fb83be315b17 with scrape type 2
2026-03-28 14:49:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4477a6b9-63f3-54c3-ab3c-fb83be315b17, identifier: 6997663auction61871
2026-03-28 14:49:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4477a6b9-63f3-54c3-ab3c-fb83be315b17 with identifier: 6997663auction61871
2026-03-28 14:49:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 14:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-28 14:49:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4477a6b9-63f3-54c3-ab3c-fb83be315b17 with identifier: 6997663auction61871
2026-03-28 14:49:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4477a6b9-63f3-54c3-ab3c-fb83be315b17 with identifier: 6997663auction61871 to the API
2026-03-28 14:49:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:49:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997663>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Other',
'id': '4477a6b9-63f3-54c3-ab3c-fb83be315b17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997663',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '520',
'odometer': 113248,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 Reeks Touring 520e 150kW 5d',
'transmission': 'automatic',
'trim': '5 Reeks Touring e 150kW 5d',
'vin': None,
'year': 2022}
2026-03-28 14:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997663auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:29 [ecarstrade.be] INFO: Saving data for 6997663auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365433.828082, 'last_price_update_time': 1774709369.454456}
2026-03-28 14:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997663auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997660> (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-28 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-28 14:49:29 [ecarstrade.be] INFO: Extracting details for car 6997660auction61871
2026-03-28 14:49:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 406da3f0-b100-53ad-a36c-3edf4a7a5eaa with identifier: 6997660auction61871
2026-03-28 14:49:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 406da3f0-b100-53ad-a36c-3edf4a7a5eaa with scrape type 2
2026-03-28 14:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 406da3f0-b100-53ad-a36c-3edf4a7a5eaa with scrape type 2
2026-03-28 14:49:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 406da3f0-b100-53ad-a36c-3edf4a7a5eaa, identifier: 6997660auction61871
2026-03-28 14:49:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 406da3f0-b100-53ad-a36c-3edf4a7a5eaa with identifier: 6997660auction61871
2026-03-28 14:49:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 406da3f0-b100-53ad-a36c-3edf4a7a5eaa with identifier: 6997660auction61871
2026-03-28 14:49:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 406da3f0-b100-53ad-a36c-3edf4a7a5eaa with identifier: 6997660auction61871 to the API
2026-03-28 14:49:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997660>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '406da3f0-b100-53ad-a36c-3edf4a7a5eaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997660',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'Q3',
'odometer': 111104,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 Sportback 45 TFSI e S tronic S Line 5d',
'transmission': 'automatic',
'trim': 'Sportback 45 TFSI e S tronic S Line 5d',
'vin': None,
'year': 2022}
2026-03-28 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997660auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:30 [ecarstrade.be] INFO: Saving data for 6997660auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365406.335575, 'last_price_update_time': 1774709370.389806}
2026-03-28 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997660auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997657> (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-28 14:49:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:31 [ecarstrade.be] INFO: Extracting details for car 6997657auction61871
2026-03-28 14:49:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb696669-a452-502a-87ac-8b460162cfe7 with identifier: 6997657auction61871
2026-03-28 14:49:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb696669-a452-502a-87ac-8b460162cfe7 with scrape type 2
2026-03-28 14:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb696669-a452-502a-87ac-8b460162cfe7 with scrape type 2
2026-03-28 14:49:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb696669-a452-502a-87ac-8b460162cfe7, identifier: 6997657auction61871
2026-03-28 14:49:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb696669-a452-502a-87ac-8b460162cfe7 with identifier: 6997657auction61871
2026-03-28 14:49:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb696669-a452-502a-87ac-8b460162cfe7 with identifier: 6997657auction61871
2026-03-28 14:49:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb696669-a452-502a-87ac-8b460162cfe7 with identifier: 6997657auction61871 to the API
2026-03-28 14:49:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997657>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'fb696669-a452-502a-87ac-8b460162cfe7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997657',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A3',
'odometer': 182837,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Berline 2.0 TDi 35 110kW S tronic S line Bus. Ed 4d',
'transmission': 'automatic',
'trim': 'Berline 2.0 TDi 35 110kW S tronic S line Bus. Ed 4d',
'vin': None,
'year': 2022}
2026-03-28 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997657auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:32 [ecarstrade.be] INFO: Saving data for 6997657auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365407.613853, 'last_price_update_time': 1774709372.236449}
2026-03-28 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997657auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997659> (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-28 14:49:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:34 [ecarstrade.be] INFO: Extracting details for car 6997659auction61871
2026-03-28 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997654> (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-28 14:49:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a635097b-88ea-53e8-a097-d095667793ea with identifier: 6997659auction61871
2026-03-28 14:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a635097b-88ea-53e8-a097-d095667793ea with scrape type 2
2026-03-28 14:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a635097b-88ea-53e8-a097-d095667793ea with scrape type 2
2026-03-28 14:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a635097b-88ea-53e8-a097-d095667793ea, identifier: 6997659auction61871
2026-03-28 14:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a635097b-88ea-53e8-a097-d095667793ea with identifier: 6997659auction61871
2026-03-28 14:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a635097b-88ea-53e8-a097-d095667793ea with identifier: 6997659auction61871
2026-03-28 14:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a635097b-88ea-53e8-a097-d095667793ea with identifier: 6997659auction61871 to the API
2026-03-28 14:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997659>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'a635097b-88ea-53e8-a097-d095667793ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997659',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X3',
'odometer': 131957,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 xDrive20d (120 kW) 5d',
'transmission': 'automatic',
'trim': 'xDrive20d (120 kW) 5d',
'vin': None,
'year': 2020}
2026-03-28 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997659auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:34 [ecarstrade.be] INFO: Saving data for 6997659auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365408.019319, 'last_price_update_time': 1774709374.640481}
2026-03-28 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997659auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:34 [ecarstrade.be] INFO: Extracting details for car 6997654auction61871
2026-03-28 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997625> (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-28 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997652> (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-28 14:49:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06f8866e-7bf7-580f-8fd0-0547dfbaf0be with identifier: 6997654auction61871
2026-03-28 14:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06f8866e-7bf7-580f-8fd0-0547dfbaf0be with scrape type 2
2026-03-28 14:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06f8866e-7bf7-580f-8fd0-0547dfbaf0be with scrape type 2
2026-03-28 14:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 06f8866e-7bf7-580f-8fd0-0547dfbaf0be, identifier: 6997654auction61871
2026-03-28 14:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 06f8866e-7bf7-580f-8fd0-0547dfbaf0be with identifier: 6997654auction61871
2026-03-28 14:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 06f8866e-7bf7-580f-8fd0-0547dfbaf0be with identifier: 6997654auction61871
2026-03-28 14:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 06f8866e-7bf7-580f-8fd0-0547dfbaf0be with identifier: 6997654auction61871 to the API
2026-03-28 14:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997654>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '06f8866e-7bf7-580f-8fd0-0547dfbaf0be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997654',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 129726,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-28 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997654auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:35 [ecarstrade.be] INFO: Saving data for 6997654auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365396.279974, 'last_price_update_time': 1774709375.102525}
2026-03-28 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997654auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:35 [ecarstrade.be] INFO: Extracting details for car 6997625auction61871
2026-03-28 14:49:35 [ecarstrade.be] INFO: Extracting details for car 6997652auction61871
2026-03-28 14:49:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c871d289-5e40-512d-aed9-48307bfe5cb8 with identifier: 6997625auction61871
2026-03-28 14:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c871d289-5e40-512d-aed9-48307bfe5cb8 with scrape type 2
2026-03-28 14:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c871d289-5e40-512d-aed9-48307bfe5cb8 with scrape type 2
2026-03-28 14:49:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c871d289-5e40-512d-aed9-48307bfe5cb8, identifier: 6997625auction61871
2026-03-28 14:49:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39de1ec6-54aa-52f0-9e50-cf0f59d716eb with identifier: 6997652auction61871
2026-03-28 14:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39de1ec6-54aa-52f0-9e50-cf0f59d716eb with scrape type 2
2026-03-28 14:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39de1ec6-54aa-52f0-9e50-cf0f59d716eb with scrape type 2
2026-03-28 14:49:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 39de1ec6-54aa-52f0-9e50-cf0f59d716eb, identifier: 6997652auction61871
2026-03-28 14:49:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c871d289-5e40-512d-aed9-48307bfe5cb8 with identifier: 6997625auction61871
2026-03-28 14:49:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c871d289-5e40-512d-aed9-48307bfe5cb8 with identifier: 6997625auction61871
2026-03-28 14:49:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c871d289-5e40-512d-aed9-48307bfe5cb8 with identifier: 6997625auction61871 to the API
2026-03-28 14:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997625>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'c871d289-5e40-512d-aed9-48307bfe5cb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997625',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 88403,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf VIII 2.0 TDI 85kW Life DSG 5d',
'transmission': 'automatic',
'trim': 'VIII 2.0 TDI 85kW Life DSG 5d',
'vin': None,
'year': 2021}
2026-03-28 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997625auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:35 [ecarstrade.be] INFO: Saving data for 6997625auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373387.234873, 'last_price_update_time': 1774709375.621129}
2026-03-28 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997625auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 39de1ec6-54aa-52f0-9e50-cf0f59d716eb with identifier: 6997652auction61871
2026-03-28 14:49:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 39de1ec6-54aa-52f0-9e50-cf0f59d716eb with identifier: 6997652auction61871
2026-03-28 14:49:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 39de1ec6-54aa-52f0-9e50-cf0f59d716eb with identifier: 6997652auction61871 to the API
2026-03-28 14:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997652>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '39de1ec6-54aa-52f0-9e50-cf0f59d716eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997652',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Kia',
'model': 'Picanto',
'odometer': 9341,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 4,
'seller_name': None,
'title': 'KIA Picanto 1.0 MPI 67 Pulse 5d',
'transmission': 'manual',
'trim': 'KIA 1.0 MPI 67 Pulse 5d',
'vin': None,
'year': 2022}
2026-03-28 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997652auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:35 [ecarstrade.be] INFO: Saving data for 6997652auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365395.706242, 'last_price_update_time': 1774709375.958081}
2026-03-28 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997652auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997647> (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-28 14:49:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:38 [ecarstrade.be] INFO: Extracting details for car 6997647auction61871
2026-03-28 14:49:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d739e072-7cb9-55da-8880-f427b19b74d0 with identifier: 6997647auction61871
2026-03-28 14:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d739e072-7cb9-55da-8880-f427b19b74d0 with scrape type 2
2026-03-28 14:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d739e072-7cb9-55da-8880-f427b19b74d0 with scrape type 2
2026-03-28 14:49:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d739e072-7cb9-55da-8880-f427b19b74d0, identifier: 6997647auction61871
2026-03-28 14:49:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d739e072-7cb9-55da-8880-f427b19b74d0 with identifier: 6997647auction61871
2026-03-28 14:49:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d739e072-7cb9-55da-8880-f427b19b74d0 with identifier: 6997647auction61871
2026-03-28 14:49:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d739e072-7cb9-55da-8880-f427b19b74d0 with identifier: 6997647auction61871 to the API
2026-03-28 14:49:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:49:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997647>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'd739e072-7cb9-55da-8880-f427b19b74d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997647',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A3',
'odometer': 135668,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Sportback 2.0 30 TDi 85kW 5d',
'transmission': 'manual',
'trim': 'Sportback 2.0 30 TDi 85kW 5d',
'vin': None,
'year': 2021}
2026-03-28 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997647auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:38 [ecarstrade.be] INFO: Saving data for 6997647auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365390.439916, 'last_price_update_time': 1774709378.806901}
2026-03-28 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997647auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997651> (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-28 14:49:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:40 [ecarstrade.be] INFO: Extracting details for car 6997651auction61871
2026-03-28 14:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 420c8ed4-31b1-53d4-8dac-c416f19a78d8 with identifier: 6997651auction61871
2026-03-28 14:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 420c8ed4-31b1-53d4-8dac-c416f19a78d8 with scrape type 2
2026-03-28 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 420c8ed4-31b1-53d4-8dac-c416f19a78d8 with scrape type 2
2026-03-28 14:49:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 420c8ed4-31b1-53d4-8dac-c416f19a78d8, identifier: 6997651auction61871
2026-03-28 14:49:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 420c8ed4-31b1-53d4-8dac-c416f19a78d8 with identifier: 6997651auction61871
2026-03-28 14:49:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 420c8ed4-31b1-53d4-8dac-c416f19a78d8 with identifier: 6997651auction61871
2026-03-28 14:49:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 420c8ed4-31b1-53d4-8dac-c416f19a78d8 with identifier: 6997651auction61871 to the API
2026-03-28 14:49:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997651>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '420c8ed4-31b1-53d4-8dac-c416f19a78d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997651',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 24065,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 Sportback 45 TFSI e S tronic S Line 5d',
'transmission': 'automatic',
'trim': 'Sportback 45 TFSI e S tronic S Line 5d',
'vin': None,
'year': 2021}
2026-03-28 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997651auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:41 [ecarstrade.be] INFO: Saving data for 6997651auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365394.564174, 'last_price_update_time': 1774709381.24263}
2026-03-28 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997651auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997646> (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-28 14:49:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997640> (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-28 14:49:41 [ecarstrade.be] INFO: Extracting details for car 6997646auction61871
2026-03-28 14:49:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4aef5541-0a59-5747-97c1-4a9c9ec10aa8 with identifier: 6997646auction61871
2026-03-28 14:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4aef5541-0a59-5747-97c1-4a9c9ec10aa8 with scrape type 2
2026-03-28 14:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4aef5541-0a59-5747-97c1-4a9c9ec10aa8 with scrape type 2
2026-03-28 14:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4aef5541-0a59-5747-97c1-4a9c9ec10aa8, identifier: 6997646auction61871
2026-03-28 14:49:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4aef5541-0a59-5747-97c1-4a9c9ec10aa8 with identifier: 6997646auction61871
2026-03-28 14:49:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4aef5541-0a59-5747-97c1-4a9c9ec10aa8 with identifier: 6997646auction61871
2026-03-28 14:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4aef5541-0a59-5747-97c1-4a9c9ec10aa8 with identifier: 6997646auction61871 to the API
2026-03-28 14:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997646>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '4aef5541-0a59-5747-97c1-4a9c9ec10aa8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997646',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A3',
'odometer': 102559,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Sportback 2.0 35 TDi 110kW S tronic 5d',
'transmission': 'automatic',
'trim': 'Sportback 2.0 35 TDi 110kW S tronic 5d',
'vin': None,
'year': 2021}
2026-03-28 14:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997646auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:43 [ecarstrade.be] INFO: Saving data for 6997646auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365389.571879, 'last_price_update_time': 1774709383.151026}
2026-03-28 14:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997646auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:43 [ecarstrade.be] INFO: Extracting details for car 6997640auction61871
2026-03-28 14:49:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997643> (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-28 14:49:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997644> (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-28 14:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 597efdb2-4409-58b9-b975-a9017b0ef559 with identifier: 6997640auction61871
2026-03-28 14:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 597efdb2-4409-58b9-b975-a9017b0ef559 with scrape type 2
2026-03-28 14:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 597efdb2-4409-58b9-b975-a9017b0ef559 with scrape type 2
2026-03-28 14:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 597efdb2-4409-58b9-b975-a9017b0ef559, identifier: 6997640auction61871
2026-03-28 14:49:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 597efdb2-4409-58b9-b975-a9017b0ef559 with identifier: 6997640auction61871
2026-03-28 14:49:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 597efdb2-4409-58b9-b975-a9017b0ef559 with identifier: 6997640auction61871
2026-03-28 14:49:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 597efdb2-4409-58b9-b975-a9017b0ef559 with identifier: 6997640auction61871 to the API
2026-03-28 14:49:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997640>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '597efdb2-4409-58b9-b975-a9017b0ef559',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997640',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 58279,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf VIII 1.0 eTSI 81kW Life DSG 5d',
'transmission': 'automatic',
'trim': 'VIII 1.0 eTSI 81kW Life DSG 5d',
'vin': None,
'year': 2022}
2026-03-28 14:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997640auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:43 [ecarstrade.be] INFO: Saving data for 6997640auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373279.673136, 'last_price_update_time': 1774709383.579906}
2026-03-28 14:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997640auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:43 [ecarstrade.be] INFO: Extracting details for car 6997643auction61871
2026-03-28 14:49:43 [ecarstrade.be] INFO: Extracting details for car 6997644auction61871
2026-03-28 14:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fda4fbef-cdc2-5fc8-a8d4-a2c47666b21d with identifier: 6997643auction61871
2026-03-28 14:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fda4fbef-cdc2-5fc8-a8d4-a2c47666b21d with scrape type 2
2026-03-28 14:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fda4fbef-cdc2-5fc8-a8d4-a2c47666b21d with scrape type 2
2026-03-28 14:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fda4fbef-cdc2-5fc8-a8d4-a2c47666b21d, identifier: 6997643auction61871
2026-03-28 14:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd90017a-18fc-5ace-81f3-b4d612699083 with identifier: 6997644auction61871
2026-03-28 14:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd90017a-18fc-5ace-81f3-b4d612699083 with scrape type 2
2026-03-28 14:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd90017a-18fc-5ace-81f3-b4d612699083 with scrape type 2
2026-03-28 14:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd90017a-18fc-5ace-81f3-b4d612699083, identifier: 6997644auction61871
2026-03-28 14:49:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fda4fbef-cdc2-5fc8-a8d4-a2c47666b21d with identifier: 6997643auction61871
2026-03-28 14:49:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fda4fbef-cdc2-5fc8-a8d4-a2c47666b21d with identifier: 6997643auction61871
2026-03-28 14:49:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fda4fbef-cdc2-5fc8-a8d4-a2c47666b21d with identifier: 6997643auction61871 to the API
2026-03-28 14:49:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997643>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'fda4fbef-cdc2-5fc8-a8d4-a2c47666b21d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997643',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '116',
'odometer': 88601,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 Reeks Hatch 116dA (85 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-28 14:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997643auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:44 [ecarstrade.be] INFO: Saving data for 6997643auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373272.441023, 'last_price_update_time': 1774709384.093804}
2026-03-28 14:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997643auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd90017a-18fc-5ace-81f3-b4d612699083 with identifier: 6997644auction61871
2026-03-28 14:49:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd90017a-18fc-5ace-81f3-b4d612699083 with identifier: 6997644auction61871
2026-03-28 14:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd90017a-18fc-5ace-81f3-b4d612699083 with identifier: 6997644auction61871 to the API
2026-03-28 14:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49: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-28 14:49:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997644>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Electric',
'id': 'bd90017a-18fc-5ace-81f3-b4d612699083',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997644',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 152737,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Enyaq Coupe iV 80 Sportline 5d',
'transmission': 'automatic',
'trim': 'Coupe iV 80 Sportline 5d',
'vin': None,
'year': 2023}
2026-03-28 14:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997644auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:44 [ecarstrade.be] INFO: Saving data for 6997644auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365391.919676, 'last_price_update_time': 1774709384.418555}
2026-03-28 14:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997644auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997658> (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-28 14:49:45 [ecarstrade.be] INFO: Extracting details for car 6997658auction61871
2026-03-28 14:49:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66b1f652-02c6-5c69-9626-acd5de70f52c with identifier: 6997658auction61871
2026-03-28 14:49:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66b1f652-02c6-5c69-9626-acd5de70f52c with scrape type 2
2026-03-28 14:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66b1f652-02c6-5c69-9626-acd5de70f52c with scrape type 2
2026-03-28 14:49:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66b1f652-02c6-5c69-9626-acd5de70f52c, identifier: 6997658auction61871
2026-03-28 14:49:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66b1f652-02c6-5c69-9626-acd5de70f52c with identifier: 6997658auction61871
2026-03-28 14:49:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66b1f652-02c6-5c69-9626-acd5de70f52c with identifier: 6997658auction61871
2026-03-28 14:49:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66b1f652-02c6-5c69-9626-acd5de70f52c with identifier: 6997658auction61871 to the API
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49: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-28 14:49:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997658>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '66b1f652-02c6-5c69-9626-acd5de70f52c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997658',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Focus',
'odometer': 169784,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Focus Clipper 1.0i EcoBoost MHEV 114kW ST-Line X DCT 5d',
'transmission': 'automatic',
'trim': 'Clipper 1.0i EcoBoost MHEV 114kW ST-Line X DCT 5d',
'vin': None,
'year': 2023}
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997658auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:45 [ecarstrade.be] INFO: Saving data for 6997658auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365406.881523, 'last_price_update_time': 1774709385.50929}
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997658auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:45 [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-28 14:49:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:49:45 [ecarstrade.be] INFO: Found listing with ID: 6997666auction61871
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:45 [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-28 14:49:45 [ecarstrade.be] INFO: Scrape type for 6997666auction61871: 2
2026-03-28 14:49:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:45 [ecarstrade.be] INFO: Found listing with ID: 6997667auction61871
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:45 [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-28 14:49:45 [ecarstrade.be] INFO: Scrape type for 6997667auction61871: 2
2026-03-28 14:49:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:45 [ecarstrade.be] INFO: Found listing with ID: 6997668auction61871
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997668auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:45 [ecarstrade.be] INFO: Scrape type for 6997668auction61871: 2
2026-03-28 14:49:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:45 [ecarstrade.be] INFO: Found listing with ID: 6997670auction61871
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997670auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:45 [ecarstrade.be] INFO: Scrape type for 6997670auction61871: 2
2026-03-28 14:49:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:45 [ecarstrade.be] INFO: Found listing with ID: 6997671auction61871
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997671auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:45 [ecarstrade.be] INFO: Scrape type for 6997671auction61871: 2
2026-03-28 14:49:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:45 [ecarstrade.be] INFO: Found listing with ID: 6997672auction61871
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997672auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:45 [ecarstrade.be] INFO: Scrape type for 6997672auction61871: 2
2026-03-28 14:49:45 [ecarstrade.be] INFO: Found listing with ID: 6997673auction61871
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997673auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:45 [ecarstrade.be] INFO: Scrape type for 6997673auction61871: 2
2026-03-28 14:49:45 [ecarstrade.be] INFO: Found listing with ID: 6997675auction61871
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997675auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:45 [ecarstrade.be] INFO: Scrape type for 6997675auction61871: 2
2026-03-28 14:49:45 [ecarstrade.be] INFO: Found listing with ID: 6997676auction61871
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997676auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:45 [ecarstrade.be] INFO: Scrape type for 6997676auction61871: 2
2026-03-28 14:49:45 [ecarstrade.be] INFO: Found listing with ID: 6997678auction61871
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997678auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:45 [ecarstrade.be] INFO: Scrape type for 6997678auction61871: 2
2026-03-28 14:49:45 [ecarstrade.be] INFO: Found listing with ID: 6997679auction61871
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997679auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:45 [ecarstrade.be] INFO: Scrape type for 6997679auction61871: 2
2026-03-28 14:49:45 [ecarstrade.be] INFO: Found listing with ID: 6997681auction61871
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997681auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:45 [ecarstrade.be] INFO: Scrape type for 6997681auction61871: 2
2026-03-28 14:49:45 [ecarstrade.be] INFO: Found listing with ID: 6997682auction61871
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997682auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:45 [ecarstrade.be] INFO: Scrape type for 6997682auction61871: 2
2026-03-28 14:49:45 [ecarstrade.be] INFO: Found listing with ID: 6997683auction61871
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997683auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:45 [ecarstrade.be] INFO: Scrape type for 6997683auction61871: 2
2026-03-28 14:49:45 [ecarstrade.be] INFO: Found listing with ID: 6997686auction61871
2026-03-28 14:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:46 [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-28 14:49:46 [ecarstrade.be] INFO: Scrape type for 6997686auction61871: 2
2026-03-28 14:49:46 [ecarstrade.be] INFO: Found listing with ID: 6997687auction61871
2026-03-28 14:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:46 [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-28 14:49:46 [ecarstrade.be] INFO: Scrape type for 6997687auction61871: 2
2026-03-28 14:49:46 [ecarstrade.be] INFO: Found listing with ID: 6997688auction61871
2026-03-28 14:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:46 [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-28 14:49:46 [ecarstrade.be] INFO: Scrape type for 6997688auction61871: 2
2026-03-28 14:49:46 [ecarstrade.be] INFO: Found listing with ID: 6997691auction61871
2026-03-28 14:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:46 [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-28 14:49:46 [ecarstrade.be] INFO: Scrape type for 6997691auction61871: 2
2026-03-28 14:49:46 [ecarstrade.be] INFO: Found listing with ID: 6997693auction61871
2026-03-28 14:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:46 [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-28 14:49:46 [ecarstrade.be] INFO: Scrape type for 6997693auction61871: 2
2026-03-28 14:49:46 [ecarstrade.be] INFO: Found listing with ID: 6997694auction61871
2026-03-28 14:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:46 [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-28 14:49:46 [ecarstrade.be] INFO: Scrape type for 6997694auction61871: 2
2026-03-28 14:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997631> (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-28 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-28 14:49:51 [ecarstrade.be] INFO: Extracting details for car 6997631auction61871
2026-03-28 14:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d1914ef-1d01-5def-aef4-d50daa1ff3cf with identifier: 6997631auction61871
2026-03-28 14:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d1914ef-1d01-5def-aef4-d50daa1ff3cf with scrape type 2
2026-03-28 14:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d1914ef-1d01-5def-aef4-d50daa1ff3cf with scrape type 2
2026-03-28 14:49:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d1914ef-1d01-5def-aef4-d50daa1ff3cf, identifier: 6997631auction61871
2026-03-28 14:49:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d1914ef-1d01-5def-aef4-d50daa1ff3cf with identifier: 6997631auction61871
2026-03-28 14:49:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d1914ef-1d01-5def-aef4-d50daa1ff3cf with identifier: 6997631auction61871
2026-03-28 14:49:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d1914ef-1d01-5def-aef4-d50daa1ff3cf with identifier: 6997631auction61871 to the API
2026-03-28 14:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997631>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '7d1914ef-1d01-5def-aef4-d50daa1ff3cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997631',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': 'Cooper',
'odometer': 25080,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 4,
'seller_name': None,
'title': 'Mini Cooper 3d',
'transmission': 'automatic',
'trim': '3d',
'vin': None,
'year': 2022}
2026-03-28 14:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997631auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:51 [ecarstrade.be] INFO: Saving data for 6997631auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373216.256102, 'last_price_update_time': 1774709391.50126}
2026-03-28 14:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997631auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997667> (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-28 14:49:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:51 [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-28 14:49:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:51 [ecarstrade.be] INFO: Extracting details for car 6997667auction61871
2026-03-28 14:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70d6db3b-be50-58ab-b96c-9139541d27f4 with identifier: 6997667auction61871
2026-03-28 14:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70d6db3b-be50-58ab-b96c-9139541d27f4 with scrape type 2
2026-03-28 14:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70d6db3b-be50-58ab-b96c-9139541d27f4 with scrape type 2
2026-03-28 14:49:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70d6db3b-be50-58ab-b96c-9139541d27f4, identifier: 6997667auction61871
2026-03-28 14:49:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70d6db3b-be50-58ab-b96c-9139541d27f4 with identifier: 6997667auction61871
2026-03-28 14:49:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70d6db3b-be50-58ab-b96c-9139541d27f4 with identifier: 6997667auction61871
2026-03-28 14:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70d6db3b-be50-58ab-b96c-9139541d27f4 with identifier: 6997667auction61871 to the API
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997667>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '70d6db3b-be50-58ab-b96c-9139541d27f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997667',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 50471,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert Standard L2 2.0 BlueHDi 145 EAT8 4d',
'transmission': 'automatic',
'trim': 'Standard L2 2.0 BlueHDi 145 EAT8 4d',
'vin': None,
'year': 2023}
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997667auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:52 [ecarstrade.be] INFO: Saving data for 6997667auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365426.589422, 'last_price_update_time': 1774709392.240816}
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997667auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997650> (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-28 14:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997668> (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-28 14:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997666> (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-28 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-28 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-28 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-28 14:49:52 [ecarstrade.be] INFO: Found listing with ID: 6997695auction61871
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997695auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:52 [ecarstrade.be] INFO: Scrape type for 6997695auction61871: 2
2026-03-28 14:49:52 [ecarstrade.be] INFO: Found listing with ID: 6997696auction61871
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997696auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:52 [ecarstrade.be] INFO: Scrape type for 6997696auction61871: 2
2026-03-28 14:49:52 [ecarstrade.be] INFO: Found listing with ID: 6997697auction61871
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997697auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:52 [ecarstrade.be] INFO: Scrape type for 6997697auction61871: 2
2026-03-28 14:49:52 [ecarstrade.be] INFO: Found listing with ID: 6997698auction61871
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997698auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:52 [ecarstrade.be] INFO: Scrape type for 6997698auction61871: 2
2026-03-28 14:49:52 [ecarstrade.be] INFO: Found listing with ID: 6997699auction61871
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997699auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:52 [ecarstrade.be] INFO: Scrape type for 6997699auction61871: 2
2026-03-28 14:49:52 [ecarstrade.be] INFO: Found listing with ID: 6997700auction61871
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997700auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:52 [ecarstrade.be] INFO: Scrape type for 6997700auction61871: 2
2026-03-28 14:49:52 [ecarstrade.be] INFO: Extracting details for car 6997650auction61871
2026-03-28 14:49:52 [ecarstrade.be] INFO: Extracting details for car 6997668auction61871
2026-03-28 14:49:52 [ecarstrade.be] INFO: Extracting details for car 6997666auction61871
2026-03-28 14:49:52 [ecarstrade.be] INFO: Found listing with ID: 6997702auction61871
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997702auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:52 [ecarstrade.be] INFO: Scrape type for 6997702auction61871: 2
2026-03-28 14:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 860ee775-13ad-5f2e-8669-1508fd05df2b with identifier: 6997650auction61871
2026-03-28 14:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 860ee775-13ad-5f2e-8669-1508fd05df2b with scrape type 2
2026-03-28 14:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 860ee775-13ad-5f2e-8669-1508fd05df2b with scrape type 2
2026-03-28 14:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 860ee775-13ad-5f2e-8669-1508fd05df2b, identifier: 6997650auction61871
2026-03-28 14:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e51427c6-37a8-5b93-8ba1-8044b5c59837 with identifier: 6997668auction61871
2026-03-28 14:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e51427c6-37a8-5b93-8ba1-8044b5c59837 with scrape type 2
2026-03-28 14:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e51427c6-37a8-5b93-8ba1-8044b5c59837 with scrape type 2
2026-03-28 14:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e51427c6-37a8-5b93-8ba1-8044b5c59837, identifier: 6997668auction61871
2026-03-28 14:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67b3f126-3fe4-5d50-aab0-17b8e958d1ea with identifier: 6997666auction61871
2026-03-28 14:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67b3f126-3fe4-5d50-aab0-17b8e958d1ea with scrape type 2
2026-03-28 14:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67b3f126-3fe4-5d50-aab0-17b8e958d1ea with scrape type 2
2026-03-28 14:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67b3f126-3fe4-5d50-aab0-17b8e958d1ea, identifier: 6997666auction61871
2026-03-28 14:49:52 [ecarstrade.be] INFO: Found listing with ID: 6997703auction61871
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997703auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:52 [ecarstrade.be] INFO: Scrape type for 6997703auction61871: 2
2026-03-28 14:49:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 860ee775-13ad-5f2e-8669-1508fd05df2b with identifier: 6997650auction61871
2026-03-28 14:49:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 860ee775-13ad-5f2e-8669-1508fd05df2b with identifier: 6997650auction61871
2026-03-28 14:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 860ee775-13ad-5f2e-8669-1508fd05df2b with identifier: 6997650auction61871 to the API
2026-03-28 14:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997650>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '860ee775-13ad-5f2e-8669-1508fd05df2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997650',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': 'ONE',
'odometer': 80050,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mini 5 door One Aut. 5d',
'transmission': 'automatic',
'trim': '5 door One Aut. 5d',
'vin': None,
'year': 2022}
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997650auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:53 [ecarstrade.be] INFO: Saving data for 6997650auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365393.354741, 'last_price_update_time': 1774709393.109035}
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997650auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e51427c6-37a8-5b93-8ba1-8044b5c59837 with identifier: 6997668auction61871
2026-03-28 14:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e51427c6-37a8-5b93-8ba1-8044b5c59837 with identifier: 6997668auction61871
2026-03-28 14:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e51427c6-37a8-5b93-8ba1-8044b5c59837 with identifier: 6997668auction61871 to the API
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997668>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'e51427c6-37a8-5b93-8ba1-8044b5c59837',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997668',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 70028,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf VIII 2.0 TDI 85kW Life DSG 5d',
'transmission': 'automatic',
'trim': 'VIII 2.0 TDI 85kW Life DSG 5d',
'vin': None,
'year': 2021}
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997668auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:53 [ecarstrade.be] INFO: Saving data for 6997668auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373253.488588, 'last_price_update_time': 1774709393.448811}
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997668auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67b3f126-3fe4-5d50-aab0-17b8e958d1ea with identifier: 6997666auction61871
2026-03-28 14:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67b3f126-3fe4-5d50-aab0-17b8e958d1ea with identifier: 6997666auction61871
2026-03-28 14:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67b3f126-3fe4-5d50-aab0-17b8e958d1ea with identifier: 6997666auction61871 to the API
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997666>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '67b3f126-3fe4-5d50-aab0-17b8e958d1ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997666',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 51629,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert Standard L2 2.0 BlueHDi 145 EAT8 4d',
'transmission': 'automatic',
'trim': 'Standard L2 2.0 BlueHDi 145 EAT8 4d',
'vin': None,
'year': 2023}
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997666auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:53 [ecarstrade.be] INFO: Saving data for 6997666auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774365404.428261, 'last_price_update_time': 1774709393.756972}
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997666auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:53 [ecarstrade.be] INFO: Found listing with ID: 6997704auction61871
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997704auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:53 [ecarstrade.be] INFO: Scrape type for 6997704auction61871: 2
2026-03-28 14:49:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997670> (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-28 14:49:53 [ecarstrade.be] INFO: Found listing with ID: 6997705auction61871
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997705auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:53 [ecarstrade.be] INFO: Scrape type for 6997705auction61871: 2
2026-03-28 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-28 14:49:53 [ecarstrade.be] INFO: Found listing with ID: 6997706auction61871
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997706auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:53 [ecarstrade.be] INFO: Scrape type for 6997706auction61871: 2
2026-03-28 14:49:53 [ecarstrade.be] INFO: Found listing with ID: 6997707auction61871
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997707auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:53 [ecarstrade.be] INFO: Scrape type for 6997707auction61871: 2
2026-03-28 14:49:53 [ecarstrade.be] INFO: Found listing with ID: 6999695auction61871
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276999695auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:53 [ecarstrade.be] INFO: Scrape type for 6999695auction61871: 0
2026-03-28 14:49:53 [ecarstrade.be] INFO: Found listing with ID: 6999697auction61871
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276999697auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:53 [ecarstrade.be] INFO: Scrape type for 6999697auction61871: 0
2026-03-28 14:49:53 [ecarstrade.be] INFO: Found listing with ID: 6999698auction61871
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276999698auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:53 [ecarstrade.be] INFO: Scrape type for 6999698auction61871: 0
2026-03-28 14:49:53 [ecarstrade.be] INFO: Found listing with ID: 7004006auction61871
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277004006auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:53 [ecarstrade.be] INFO: Scrape type for 7004006auction61871: 0
2026-03-28 14:49:53 [ecarstrade.be] INFO: Found listing with ID: 7004007auction61871
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277004007auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:53 [ecarstrade.be] INFO: Scrape type for 7004007auction61871: 0
2026-03-28 14:49:53 [ecarstrade.be] INFO: Found listing with ID: 7004008auction61871
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277004008auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:53 [ecarstrade.be] INFO: Scrape type for 7004008auction61871: 0
2026-03-28 14:49:53 [ecarstrade.be] INFO: Found listing with ID: 7004009auction61871
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277004009auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:53 [ecarstrade.be] INFO: Scrape type for 7004009auction61871: 0
2026-03-28 14:49:53 [ecarstrade.be] INFO: Found listing with ID: 7004010auction61871
2026-03-28 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277004010auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:53 [ecarstrade.be] INFO: Scrape type for 7004010auction61871: 0
2026-03-28 14:49:53 [ecarstrade.be] INFO: Extracting details for car 6997670auction61871
2026-03-28 14:49:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81a77b68-8a26-5306-a67d-1dc5a383b708 with identifier: 6997670auction61871
2026-03-28 14:49:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81a77b68-8a26-5306-a67d-1dc5a383b708 with scrape type 2
2026-03-28 14:49:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81a77b68-8a26-5306-a67d-1dc5a383b708 with scrape type 2
2026-03-28 14:49:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81a77b68-8a26-5306-a67d-1dc5a383b708, identifier: 6997670auction61871
2026-03-28 14:49:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81a77b68-8a26-5306-a67d-1dc5a383b708 with identifier: 6997670auction61871
2026-03-28 14:49:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81a77b68-8a26-5306-a67d-1dc5a383b708 with identifier: 6997670auction61871
2026-03-28 14:49:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81a77b68-8a26-5306-a67d-1dc5a383b708 with identifier: 6997670auction61871 to the API
2026-03-28 14:49:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997670>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '81a77b68-8a26-5306-a67d-1dc5a383b708',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997670',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '2008',
'odometer': 46375,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.2 Puretech 74KW S&S Active Pack 5d',
'transmission': 'manual',
'trim': '1.2 Puretech 74KW S&S Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-28 14:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997670auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:54 [ecarstrade.be] INFO: Saving data for 6997670auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373257.753415, 'last_price_update_time': 1774709394.389593}
2026-03-28 14:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997670auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997673> (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-28 14:49:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:58 [ecarstrade.be] INFO: Extracting details for car 6997673auction61871
2026-03-28 14:49:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3396aa6-2cda-54c3-be3b-794493966638 with identifier: 6997673auction61871
2026-03-28 14:49:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3396aa6-2cda-54c3-be3b-794493966638 with scrape type 2
2026-03-28 14:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3396aa6-2cda-54c3-be3b-794493966638 with scrape type 2
2026-03-28 14:49:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3396aa6-2cda-54c3-be3b-794493966638, identifier: 6997673auction61871
2026-03-28 14:49:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3396aa6-2cda-54c3-be3b-794493966638 with identifier: 6997673auction61871
2026-03-28 14:49:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3396aa6-2cda-54c3-be3b-794493966638 with identifier: 6997673auction61871
2026-03-28 14:49:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3396aa6-2cda-54c3-be3b-794493966638 with identifier: 6997673auction61871 to the API
2026-03-28 14:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997673>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'f3396aa6-2cda-54c3-be3b-794493966638',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997673',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 60145,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-28 14:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997673auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:58 [ecarstrade.be] INFO: Saving data for 6997673auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373254.253257, 'last_price_update_time': 1774709398.971062}
2026-03-28 14:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997673auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997672> (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-28 14:49:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997671> (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-28 14:49:59 [ecarstrade.be] INFO: Extracting details for car 6997672auction61871
2026-03-28 14:49:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40d3e118-5f92-5d01-aa2b-cb54b19088a8 with identifier: 6997672auction61871
2026-03-28 14:49:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40d3e118-5f92-5d01-aa2b-cb54b19088a8 with scrape type 2
2026-03-28 14:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40d3e118-5f92-5d01-aa2b-cb54b19088a8 with scrape type 2
2026-03-28 14:49:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 40d3e118-5f92-5d01-aa2b-cb54b19088a8, identifier: 6997672auction61871
2026-03-28 14:49:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 40d3e118-5f92-5d01-aa2b-cb54b19088a8 with identifier: 6997672auction61871
2026-03-28 14:49:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 40d3e118-5f92-5d01-aa2b-cb54b19088a8 with identifier: 6997672auction61871
2026-03-28 14:49:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 40d3e118-5f92-5d01-aa2b-cb54b19088a8 with identifier: 6997672auction61871 to the API
2026-03-28 14:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997672>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '40d3e118-5f92-5d01-aa2b-cb54b19088a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997672',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '2008',
'odometer': 84693,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.2 Puretech 74KW S&S Active Pack 5d',
'transmission': 'manual',
'trim': '1.2 Puretech 74KW S&S Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-28 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997672auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:59 [ecarstrade.be] INFO: Saving data for 6997672auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373255.621338, 'last_price_update_time': 1774709399.517802}
2026-03-28 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997672auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:59 [ecarstrade.be] INFO: Extracting details for car 6997671auction61871
2026-03-28 14:49:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf719a26-c551-511c-81ad-79cd9f635546 with identifier: 6997671auction61871
2026-03-28 14:49:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf719a26-c551-511c-81ad-79cd9f635546 with scrape type 2
2026-03-28 14:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf719a26-c551-511c-81ad-79cd9f635546 with scrape type 2
2026-03-28 14:49:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf719a26-c551-511c-81ad-79cd9f635546, identifier: 6997671auction61871
2026-03-28 14:49:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf719a26-c551-511c-81ad-79cd9f635546 with identifier: 6997671auction61871
2026-03-28 14:49:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf719a26-c551-511c-81ad-79cd9f635546 with identifier: 6997671auction61871
2026-03-28 14:49:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf719a26-c551-511c-81ad-79cd9f635546 with identifier: 6997671auction61871 to the API
2026-03-28 14:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:49:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997671>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'cf719a26-c551-511c-81ad-79cd9f635546',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997671',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'Q2',
'odometer': 124239,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q2 2.0 30 TDI 85kW S tronic Business Editio 5d',
'transmission': 'automatic',
'trim': '2.0 30 TDI 85kW S tronic Business Editio 5d',
'vin': None,
'year': 2022}
2026-03-28 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997671auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:49:59 [ecarstrade.be] INFO: Saving data for 6997671auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373295.646851, 'last_price_update_time': 1774709399.947338}
2026-03-28 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997671auction61871') HTTP/1.1" 204 0
2026-03-28 14:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997676> (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-28 14:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997675> (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-28 14:49:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:49:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:50:00 [ecarstrade.be] INFO: Extracting details for car 6997676auction61871
2026-03-28 14:50:00 [ecarstrade.be] INFO: Extracting details for car 6997675auction61871
2026-03-28 14:50:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcfbb407-352d-5fe3-801f-7091282b23f8 with identifier: 6997676auction61871
2026-03-28 14:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcfbb407-352d-5fe3-801f-7091282b23f8 with scrape type 2
2026-03-28 14:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bcfbb407-352d-5fe3-801f-7091282b23f8 with scrape type 2
2026-03-28 14:50:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bcfbb407-352d-5fe3-801f-7091282b23f8, identifier: 6997676auction61871
2026-03-28 14:50:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4b0e369-1b02-58ae-9e14-feba5d43e143 with identifier: 6997675auction61871
2026-03-28 14:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4b0e369-1b02-58ae-9e14-feba5d43e143 with scrape type 2
2026-03-28 14:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4b0e369-1b02-58ae-9e14-feba5d43e143 with scrape type 2
2026-03-28 14:50:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4b0e369-1b02-58ae-9e14-feba5d43e143, identifier: 6997675auction61871
2026-03-28 14:50:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bcfbb407-352d-5fe3-801f-7091282b23f8 with identifier: 6997676auction61871
2026-03-28 14:50:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bcfbb407-352d-5fe3-801f-7091282b23f8 with identifier: 6997676auction61871
2026-03-28 14:50:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bcfbb407-352d-5fe3-801f-7091282b23f8 with identifier: 6997676auction61871 to the API
2026-03-28 14:50:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:50: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-28 14:50:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997676>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'bcfbb407-352d-5fe3-801f-7091282b23f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997676',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 175689,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 Sportback 35 TDI S tronic S Line Business Ed 5d',
'transmission': 'automatic',
'trim': 'Sportback 35 TDI S tronic S Line Business Ed 5d',
'vin': None,
'year': 2020}
2026-03-28 14:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:00 [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-28 14:50:00 [ecarstrade.be] INFO: Saving data for 6997676auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373293.584553, 'last_price_update_time': 1774709400.557445}
2026-03-28 14:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997676auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4b0e369-1b02-58ae-9e14-feba5d43e143 with identifier: 6997675auction61871
2026-03-28 14:50:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4b0e369-1b02-58ae-9e14-feba5d43e143 with identifier: 6997675auction61871
2026-03-28 14:50:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4b0e369-1b02-58ae-9e14-feba5d43e143 with identifier: 6997675auction61871 to the API
2026-03-28 14:50:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:50: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-28 14:50:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997675>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': 'd4b0e369-1b02-58ae-9e14-feba5d43e143',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997675',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 70892,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-28 14:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:00 [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-28 14:50:00 [ecarstrade.be] INFO: Saving data for 6997675auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373253.76768, 'last_price_update_time': 1774709400.890947}
2026-03-28 14:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997675auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997679> (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-28 14:50:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997678> (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-28 14:50:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:50:01 [ecarstrade.be] INFO: Extracting details for car 6997679auction61871
2026-03-28 14:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ec2f4a5-ffc8-5c2b-be27-b4ec7d2f7ac1 with identifier: 6997679auction61871
2026-03-28 14:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ec2f4a5-ffc8-5c2b-be27-b4ec7d2f7ac1 with scrape type 2
2026-03-28 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ec2f4a5-ffc8-5c2b-be27-b4ec7d2f7ac1 with scrape type 2
2026-03-28 14:50:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ec2f4a5-ffc8-5c2b-be27-b4ec7d2f7ac1, identifier: 6997679auction61871
2026-03-28 14:50:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ec2f4a5-ffc8-5c2b-be27-b4ec7d2f7ac1 with identifier: 6997679auction61871
2026-03-28 14:50:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ec2f4a5-ffc8-5c2b-be27-b4ec7d2f7ac1 with identifier: 6997679auction61871
2026-03-28 14:50:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ec2f4a5-ffc8-5c2b-be27-b4ec7d2f7ac1 with identifier: 6997679auction61871 to the API
2026-03-28 14:50:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:50:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997679>
{'auction_title': '',
'c_o_2_emission_value': 18,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3ec2f4a5-ffc8-5c2b-be27-b4ec7d2f7ac1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997679',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volvo',
'model': 'V60',
'odometer': 112143,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo V60 T6 PHEV 4x4 Core Aut. 5d',
'transmission': 'automatic',
'trim': 'T6 PHEV 4x4 Core Aut. 5d',
'vin': None,
'year': 2023}
2026-03-28 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997679auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:01 [ecarstrade.be] INFO: Saving data for 6997679auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373256.700412, 'last_price_update_time': 1774709401.447902}
2026-03-28 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997679auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:01 [ecarstrade.be] INFO: Extracting details for car 6997678auction61871
2026-03-28 14:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8864332-11fa-5e0d-9219-a713a7fb0b65 with identifier: 6997678auction61871
2026-03-28 14:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8864332-11fa-5e0d-9219-a713a7fb0b65 with scrape type 2
2026-03-28 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8864332-11fa-5e0d-9219-a713a7fb0b65 with scrape type 2
2026-03-28 14:50:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a8864332-11fa-5e0d-9219-a713a7fb0b65, identifier: 6997678auction61871
2026-03-28 14:50:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a8864332-11fa-5e0d-9219-a713a7fb0b65 with identifier: 6997678auction61871
2026-03-28 14:50:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a8864332-11fa-5e0d-9219-a713a7fb0b65 with identifier: 6997678auction61871
2026-03-28 14:50:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a8864332-11fa-5e0d-9219-a713a7fb0b65 with identifier: 6997678auction61871 to the API
2026-03-28 14:50:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:50:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997678>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'a8864332-11fa-5e0d-9219-a713a7fb0b65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997678',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 93455,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf Variant 1.6 TDi Trendline 5d',
'transmission': 'manual',
'trim': 'Variant 1.6 TDi Trendline 5d',
'vin': None,
'year': 2020}
2026-03-28 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997678auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:01 [ecarstrade.be] INFO: Saving data for 6997678auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373252.120066, 'last_price_update_time': 1774709401.874719}
2026-03-28 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997678auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997681> (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-28 14:50:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:50:05 [ecarstrade.be] INFO: Extracting details for car 6997681auction61871
2026-03-28 14:50:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8986225-650a-5a81-a830-c2e9f3064935 with identifier: 6997681auction61871
2026-03-28 14:50:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8986225-650a-5a81-a830-c2e9f3064935 with scrape type 2
2026-03-28 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8986225-650a-5a81-a830-c2e9f3064935 with scrape type 2
2026-03-28 14:50:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a8986225-650a-5a81-a830-c2e9f3064935, identifier: 6997681auction61871
2026-03-28 14:50:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a8986225-650a-5a81-a830-c2e9f3064935 with identifier: 6997681auction61871
2026-03-28 14:50:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a8986225-650a-5a81-a830-c2e9f3064935 with identifier: 6997681auction61871
2026-03-28 14:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a8986225-650a-5a81-a830-c2e9f3064935 with identifier: 6997681auction61871 to the API
2026-03-28 14:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:50:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:50:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997681>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'a8986225-650a-5a81-a830-c2e9f3064935',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997681',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 104700,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Kodiaq 2.0 CRTDI 110kW DSG7 L&K 5d',
'transmission': 'automatic',
'trim': '2.0 CRTDI 110kW DSG7 L&K 5d',
'vin': None,
'year': 2022}
2026-03-28 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997681auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:05 [ecarstrade.be] INFO: Saving data for 6997681auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373324.966602, 'last_price_update_time': 1774709405.519306}
2026-03-28 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997681auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997693> (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-28 14:50:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:50:06 [ecarstrade.be] INFO: Extracting details for car 6997693auction61871
2026-03-28 14:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bfa3762-8394-5166-ba0d-36c815396102 with identifier: 6997693auction61871
2026-03-28 14:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bfa3762-8394-5166-ba0d-36c815396102 with scrape type 2
2026-03-28 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bfa3762-8394-5166-ba0d-36c815396102 with scrape type 2
2026-03-28 14:50:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0bfa3762-8394-5166-ba0d-36c815396102, identifier: 6997693auction61871
2026-03-28 14:50:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0bfa3762-8394-5166-ba0d-36c815396102 with identifier: 6997693auction61871
2026-03-28 14:50:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0bfa3762-8394-5166-ba0d-36c815396102 with identifier: 6997693auction61871
2026-03-28 14:50:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0bfa3762-8394-5166-ba0d-36c815396102 with identifier: 6997693auction61871 to the API
2026-03-28 14:50:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:50:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:50:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997693>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '0bfa3762-8394-5166-ba0d-36c815396102',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997693',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 150713,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 35 TFSI S tronic S line 5d',
'transmission': 'automatic',
'trim': '35 TFSI S tronic S line 5d',
'vin': None,
'year': 2020}
2026-03-28 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997693auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:06 [ecarstrade.be] INFO: Saving data for 6997693auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373254.908596, 'last_price_update_time': 1774709406.874948}
2026-03-28 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997693auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:06 [scrapy.extensions.logstats] INFO: Crawled 327 pages (at 43 pages/min), scraped 213 items (at 42 items/min)
2026-03-28 14:50:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 340MiB
2026-03-28 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997694> (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-28 14:50:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:50:07 [ecarstrade.be] INFO: Extracting details for car 6997694auction61871
2026-03-28 14:50:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eeec7a95-fb2a-507e-be60-e09776b3318d with identifier: 6997694auction61871
2026-03-28 14:50:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eeec7a95-fb2a-507e-be60-e09776b3318d with scrape type 2
2026-03-28 14:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eeec7a95-fb2a-507e-be60-e09776b3318d with scrape type 2
2026-03-28 14:50:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eeec7a95-fb2a-507e-be60-e09776b3318d, identifier: 6997694auction61871
2026-03-28 14:50:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eeec7a95-fb2a-507e-be60-e09776b3318d with identifier: 6997694auction61871
2026-03-28 14:50:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eeec7a95-fb2a-507e-be60-e09776b3318d with identifier: 6997694auction61871
2026-03-28 14:50:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eeec7a95-fb2a-507e-be60-e09776b3318d with identifier: 6997694auction61871 to the API
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:50:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997694>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': 'eeec7a95-fb2a-507e-be60-e09776b3318d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997694',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': 'Cooper',
'odometer': 94127,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 4,
'seller_name': None,
'title': 'Mini Cooper 3d',
'transmission': 'manual',
'trim': '3d',
'vin': None,
'year': 2021}
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997694auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Saving data for 6997694auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373269.789166, 'last_price_update_time': 1774709407.404497}
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997694auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:07 [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-28 14:50:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004012auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004012auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004012auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004013auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004013auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004013auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004015auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004015auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004015auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004016auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004016auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004016auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004017auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004017auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004017auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004018auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004018auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004018auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004019auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004019auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004019auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004020auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004020auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004020auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004021auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004021auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004021auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004022auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004022auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004022auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004023auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004023auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004023auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004024auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004024auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004024auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004025auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004025auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004025auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004026auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004026auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004026auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004027auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004027auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004027auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004028auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004028auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004028auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004029auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004029auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004029auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004030auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004030auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004030auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004031auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004031auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004031auction61871: 0
2026-03-28 14:50:07 [ecarstrade.be] INFO: Found listing with ID: 7004032auction61871
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004032auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:07 [ecarstrade.be] INFO: Scrape type for 7004032auction61871: 0
2026-03-28 14:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997691> (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-28 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-28 14:50:08 [ecarstrade.be] INFO: Extracting details for car 6997691auction61871
2026-03-28 14:50:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f7c9a7e-467f-5767-a280-ddb4bce55704 with identifier: 6997691auction61871
2026-03-28 14:50:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f7c9a7e-467f-5767-a280-ddb4bce55704 with scrape type 2
2026-03-28 14:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f7c9a7e-467f-5767-a280-ddb4bce55704 with scrape type 2
2026-03-28 14:50:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2f7c9a7e-467f-5767-a280-ddb4bce55704, identifier: 6997691auction61871
2026-03-28 14:50:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2f7c9a7e-467f-5767-a280-ddb4bce55704 with identifier: 6997691auction61871
2026-03-28 14:50:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2f7c9a7e-467f-5767-a280-ddb4bce55704 with identifier: 6997691auction61871
2026-03-28 14:50:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2f7c9a7e-467f-5767-a280-ddb4bce55704 with identifier: 6997691auction61871 to the API
2026-03-28 14:50:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:50:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:50:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997691>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '2f7c9a7e-467f-5767-a280-ddb4bce55704',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997691',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 95266,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-01',
'seats_number': 2,
'seller_name': None,
'title': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d',
'vin': None,
'year': 2020}
2026-03-28 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997691auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:08 [ecarstrade.be] INFO: Saving data for 6997691auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373267.851046, 'last_price_update_time': 1774709408.560416}
2026-03-28 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997691auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997687> (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-28 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-28 14:50:08 [ecarstrade.be] INFO: Extracting details for car 6997687auction61871
2026-03-28 14:50:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c310d02-e26d-5316-b4d5-bf9ee83ffde9 with identifier: 6997687auction61871
2026-03-28 14:50:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c310d02-e26d-5316-b4d5-bf9ee83ffde9 with scrape type 2
2026-03-28 14:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c310d02-e26d-5316-b4d5-bf9ee83ffde9 with scrape type 2
2026-03-28 14:50:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c310d02-e26d-5316-b4d5-bf9ee83ffde9, identifier: 6997687auction61871
2026-03-28 14:50:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c310d02-e26d-5316-b4d5-bf9ee83ffde9 with identifier: 6997687auction61871
2026-03-28 14:50:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c310d02-e26d-5316-b4d5-bf9ee83ffde9 with identifier: 6997687auction61871
2026-03-28 14:50:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c310d02-e26d-5316-b4d5-bf9ee83ffde9 with identifier: 6997687auction61871 to the API
2026-03-28 14:50:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:50:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997687>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1c310d02-e26d-5316-b4d5-bf9ee83ffde9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997687',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volvo',
'model': 'V60',
'odometer': 76401,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Volvo, V60 '18, Volvo V60 T6 Recharge 4x4 Geartronic R-Design 5d",
'transmission': 'automatic',
'trim': ", '18, T6 Recharge 4x4 Geartronic R-Design 5d",
'vin': None,
'year': 2021}
2026-03-28 14:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997687auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:09 [ecarstrade.be] INFO: Saving data for 6997687auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373252.927167, 'last_price_update_time': 1774709409.2649}
2026-03-28 14:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997687auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997704> (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-28 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-28 14:50:11 [ecarstrade.be] INFO: Extracting details for car 6997704auction61871
2026-03-28 14:50:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fddcdb51-6147-5d8c-8ef5-5a29a76485b4 with identifier: 6997704auction61871
2026-03-28 14:50:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fddcdb51-6147-5d8c-8ef5-5a29a76485b4 with scrape type 2
2026-03-28 14:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fddcdb51-6147-5d8c-8ef5-5a29a76485b4 with scrape type 2
2026-03-28 14:50:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fddcdb51-6147-5d8c-8ef5-5a29a76485b4, identifier: 6997704auction61871
2026-03-28 14:50:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fddcdb51-6147-5d8c-8ef5-5a29a76485b4 with identifier: 6997704auction61871
2026-03-28 14:50:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fddcdb51-6147-5d8c-8ef5-5a29a76485b4 with identifier: 6997704auction61871
2026-03-28 14:50:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fddcdb51-6147-5d8c-8ef5-5a29a76485b4 with identifier: 6997704auction61871 to the API
2026-03-28 14:50:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:50:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997704>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': 'fddcdb51-6147-5d8c-8ef5-5a29a76485b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997704',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 86516,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Opel, Corsa '19, Opel Corsa 1.2 Turbo 74kW S/S GS Line 5d",
'transmission': 'manual',
'trim': ", '19, 1.2 Turbo 74kW S/S GS Line 5d",
'vin': None,
'year': 2022}
2026-03-28 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997704auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:12 [ecarstrade.be] INFO: Saving data for 6997704auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373268.323439, 'last_price_update_time': 1774709412.265656}
2026-03-28 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997704auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997707> (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-28 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-28 14:50:13 [ecarstrade.be] INFO: Extracting details for car 6997707auction61871
2026-03-28 14:50:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997706> (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-28 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-28 14:50:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93ce2d44-5e90-54fb-b207-2fd9898909df with identifier: 6997707auction61871
2026-03-28 14:50:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93ce2d44-5e90-54fb-b207-2fd9898909df with scrape type 2
2026-03-28 14:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93ce2d44-5e90-54fb-b207-2fd9898909df with scrape type 2
2026-03-28 14:50:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 93ce2d44-5e90-54fb-b207-2fd9898909df, identifier: 6997707auction61871
2026-03-28 14:50:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 93ce2d44-5e90-54fb-b207-2fd9898909df with identifier: 6997707auction61871
2026-03-28 14:50:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 93ce2d44-5e90-54fb-b207-2fd9898909df with identifier: 6997707auction61871
2026-03-28 14:50:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 93ce2d44-5e90-54fb-b207-2fd9898909df with identifier: 6997707auction61871 to the API
2026-03-28 14:50:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:50:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997707>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '93ce2d44-5e90-54fb-b207-2fd9898909df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997707',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 56729,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, CLA-Class '19, Mercedes-Benz CLA CLA 180 d Business "
'Solution Esse',
'transmission': 'automatic',
'trim': ", CLA-Class '19, -Benz CLA d Business Solution Esse",
'vin': None,
'year': 2022}
2026-03-28 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997707auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:14 [ecarstrade.be] INFO: Saving data for 6997707auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373296.6207, 'last_price_update_time': 1774709414.235759}
2026-03-28 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997707auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:14 [ecarstrade.be] INFO: Extracting details for car 6997706auction61871
2026-03-28 14:50:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997705> (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-28 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-28 14:50:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcaac309-77bd-5ad8-a56b-04bb0bc0ebc8 with identifier: 6997706auction61871
2026-03-28 14:50:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcaac309-77bd-5ad8-a56b-04bb0bc0ebc8 with scrape type 2
2026-03-28 14:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcaac309-77bd-5ad8-a56b-04bb0bc0ebc8 with scrape type 2
2026-03-28 14:50:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fcaac309-77bd-5ad8-a56b-04bb0bc0ebc8, identifier: 6997706auction61871
2026-03-28 14:50:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fcaac309-77bd-5ad8-a56b-04bb0bc0ebc8 with identifier: 6997706auction61871
2026-03-28 14:50:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fcaac309-77bd-5ad8-a56b-04bb0bc0ebc8 with identifier: 6997706auction61871
2026-03-28 14:50:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fcaac309-77bd-5ad8-a56b-04bb0bc0ebc8 with identifier: 6997706auction61871 to the API
2026-03-28 14:50:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:50:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997706>
{'auction_title': '',
'c_o_2_emission_value': 84,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fcaac309-77bd-5ad8-a56b-04bb0bc0ebc8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997706',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Toyota',
'model': 'Prius',
'odometer': 48544,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Toyota, Prius '15, Toyota Prius 1.8 VVT-i Hybrid Lounge 5d",
'transmission': 'automatic',
'trim': ", '15, 1.8 VVT-i Hybrid Lounge 5d",
'vin': None,
'year': 2022}
2026-03-28 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997706auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:14 [ecarstrade.be] INFO: Saving data for 6997706auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373297.099681, 'last_price_update_time': 1774709414.66755}
2026-03-28 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997706auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:14 [ecarstrade.be] INFO: Extracting details for car 6997705auction61871
2026-03-28 14:50:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b2f278c-3c8d-5179-a327-504b5e3a6d35 with identifier: 6997705auction61871
2026-03-28 14:50:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b2f278c-3c8d-5179-a327-504b5e3a6d35 with scrape type 2
2026-03-28 14:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b2f278c-3c8d-5179-a327-504b5e3a6d35 with scrape type 2
2026-03-28 14:50:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1b2f278c-3c8d-5179-a327-504b5e3a6d35, identifier: 6997705auction61871
2026-03-28 14:50:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1b2f278c-3c8d-5179-a327-504b5e3a6d35 with identifier: 6997705auction61871
2026-03-28 14:50:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1b2f278c-3c8d-5179-a327-504b5e3a6d35 with identifier: 6997705auction61871
2026-03-28 14:50:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1b2f278c-3c8d-5179-a327-504b5e3a6d35 with identifier: 6997705auction61871 to the API
2026-03-28 14:50:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:50:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997705>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '1b2f278c-3c8d-5179-a327-504b5e3a6d35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997705',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 78715,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 1.0 TSI eTec 81kW DSG7 Clever+ 5d',
'transmission': 'automatic',
'trim': 'Combi 1.0 TSI eTec 81kW DSG7 Clever+ 5d',
'vin': None,
'year': 2022}
2026-03-28 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997705auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:15 [ecarstrade.be] INFO: Saving data for 6997705auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373296.316713, 'last_price_update_time': 1774709415.125082}
2026-03-28 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997705auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997702> (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-28 14:50:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997632> (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-28 14:50:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:50:15 [ecarstrade.be] INFO: Extracting details for car 6997702auction61871
2026-03-28 14:50:15 [ecarstrade.be] INFO: Extracting details for car 6997632auction61871
2026-03-28 14:50:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9eb9d43d-10e1-569c-a7f1-538a13a1b617 with identifier: 6997702auction61871
2026-03-28 14:50:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9eb9d43d-10e1-569c-a7f1-538a13a1b617 with scrape type 2
2026-03-28 14:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9eb9d43d-10e1-569c-a7f1-538a13a1b617 with scrape type 2
2026-03-28 14:50:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9eb9d43d-10e1-569c-a7f1-538a13a1b617, identifier: 6997702auction61871
2026-03-28 14:50:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dce13095-8e05-5368-b822-ec18d225f90b with identifier: 6997632auction61871
2026-03-28 14:50:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dce13095-8e05-5368-b822-ec18d225f90b with scrape type 2
2026-03-28 14:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dce13095-8e05-5368-b822-ec18d225f90b with scrape type 2
2026-03-28 14:50:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dce13095-8e05-5368-b822-ec18d225f90b, identifier: 6997632auction61871
2026-03-28 14:50:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9eb9d43d-10e1-569c-a7f1-538a13a1b617 with identifier: 6997702auction61871
2026-03-28 14:50:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9eb9d43d-10e1-569c-a7f1-538a13a1b617 with identifier: 6997702auction61871
2026-03-28 14:50:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9eb9d43d-10e1-569c-a7f1-538a13a1b617 with identifier: 6997702auction61871 to the API
2026-03-28 14:50:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:50:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997702>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9eb9d43d-10e1-569c-a7f1-538a13a1b617',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997702',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 58680,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC40 T4 PHEV Plus Bright Design Aut. 5d',
'transmission': 'automatic',
'trim': 'T4 PHEV Plus Bright Design Aut. 5d',
'vin': None,
'year': 2023}
2026-03-28 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997702auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:15 [ecarstrade.be] INFO: Saving data for 6997702auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373265.469003, 'last_price_update_time': 1774709415.899225}
2026-03-28 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997702auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dce13095-8e05-5368-b822-ec18d225f90b with identifier: 6997632auction61871
2026-03-28 14:50:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dce13095-8e05-5368-b822-ec18d225f90b with identifier: 6997632auction61871
2026-03-28 14:50:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dce13095-8e05-5368-b822-ec18d225f90b with identifier: 6997632auction61871 to the API
2026-03-28 14:50:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:50:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:50:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997632>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'dce13095-8e05-5368-b822-ec18d225f90b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997632',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLC 200',
'odometer': 179914,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, GLC Coupé FL'19, Mercedes-Benz GLC Coupé GLC 200 d 5d",
'transmission': 'automatic',
'trim': ", GLC Coupé FL'19, -Benz GLC Coupé d 5d",
'vin': None,
'year': 2020}
2026-03-28 14:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997632auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:16 [ecarstrade.be] INFO: Saving data for 6997632auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373220.488138, 'last_price_update_time': 1774709416.223064}
2026-03-28 14:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997632auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997699> (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-28 14:50:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:50:20 [ecarstrade.be] INFO: Extracting details for car 6997699auction61871
2026-03-28 14:50:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44e90538-e4ba-5ae5-88f2-d71fd259ba41 with identifier: 6997699auction61871
2026-03-28 14:50:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44e90538-e4ba-5ae5-88f2-d71fd259ba41 with scrape type 2
2026-03-28 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44e90538-e4ba-5ae5-88f2-d71fd259ba41 with scrape type 2
2026-03-28 14:50:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 44e90538-e4ba-5ae5-88f2-d71fd259ba41, identifier: 6997699auction61871
2026-03-28 14:50:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 44e90538-e4ba-5ae5-88f2-d71fd259ba41 with identifier: 6997699auction61871
2026-03-28 14:50:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 44e90538-e4ba-5ae5-88f2-d71fd259ba41 with identifier: 6997699auction61871
2026-03-28 14:50:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 44e90538-e4ba-5ae5-88f2-d71fd259ba41 with identifier: 6997699auction61871 to the API
2026-03-28 14:50:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:50: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-28 14:50:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997699>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '44e90538-e4ba-5ae5-88f2-d71fd259ba41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997699',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '530',
'odometer': 125824,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 Reeks Touring 530d xDrive Aut. (210 kW) 5d',
'transmission': 'automatic',
'trim': '5 Reeks Touring d xDrive Aut. (210 kW) 5d',
'vin': None,
'year': 2021}
2026-03-28 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997699auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:20 [ecarstrade.be] INFO: Saving data for 6997699auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373294.783896, 'last_price_update_time': 1774709420.873134}
2026-03-28 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997699auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997697> (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-28 14:50:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:50:22 [ecarstrade.be] INFO: Extracting details for car 6997697auction61871
2026-03-28 14:50:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6108c12-57b0-5a8a-9d90-1d00a4ead8af with identifier: 6997697auction61871
2026-03-28 14:50:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6108c12-57b0-5a8a-9d90-1d00a4ead8af with scrape type 2
2026-03-28 14:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6108c12-57b0-5a8a-9d90-1d00a4ead8af with scrape type 2
2026-03-28 14:50:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6108c12-57b0-5a8a-9d90-1d00a4ead8af, identifier: 6997697auction61871
2026-03-28 14:50:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6108c12-57b0-5a8a-9d90-1d00a4ead8af with identifier: 6997697auction61871
2026-03-28 14:50:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6108c12-57b0-5a8a-9d90-1d00a4ead8af with identifier: 6997697auction61871
2026-03-28 14:50:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6108c12-57b0-5a8a-9d90-1d00a4ead8af with identifier: 6997697auction61871 to the API
2026-03-28 14:50:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:50:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997697>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'e6108c12-57b0-5a8a-9d90-1d00a4ead8af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997697',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '320',
'odometer': 78019,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 Reeks Berline 320dA (140 kW) 4d',
'transmission': 'automatic',
'trim': '3 Reeks Berline dA (140 kW) 4d',
'vin': None,
'year': 2022}
2026-03-28 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997697auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:22 [ecarstrade.be] INFO: Saving data for 6997697auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373258.401835, 'last_price_update_time': 1774709422.63559}
2026-03-28 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997697auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997698> (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-28 14:50:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:50:23 [ecarstrade.be] INFO: Extracting details for car 6997698auction61871
2026-03-28 14:50:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e016e7e-4f8e-5120-810c-a9334ebdecba with identifier: 6997698auction61871
2026-03-28 14:50:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e016e7e-4f8e-5120-810c-a9334ebdecba with scrape type 2
2026-03-28 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e016e7e-4f8e-5120-810c-a9334ebdecba with scrape type 2
2026-03-28 14:50:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0e016e7e-4f8e-5120-810c-a9334ebdecba, identifier: 6997698auction61871
2026-03-28 14:50:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0e016e7e-4f8e-5120-810c-a9334ebdecba with identifier: 6997698auction61871
2026-03-28 14:50:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0e016e7e-4f8e-5120-810c-a9334ebdecba with identifier: 6997698auction61871
2026-03-28 14:50:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0e016e7e-4f8e-5120-810c-a9334ebdecba with identifier: 6997698auction61871 to the API
2026-03-28 14:50:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:50:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997698>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '0e016e7e-4f8e-5120-810c-a9334ebdecba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997698',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 125054,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 2,
'seller_name': None,
'title': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d',
'vin': None,
'year': 2020}
2026-03-28 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997698auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:23 [ecarstrade.be] INFO: Saving data for 6997698auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373325.447865, 'last_price_update_time': 1774709423.560488}
2026-03-28 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997698auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997696> (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-28 14:50:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:50:23 [ecarstrade.be] INFO: Extracting details for car 6997696auction61871
2026-03-28 14:50:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82a76117-9788-55cb-bd72-a8e3dfe1bb8c with identifier: 6997696auction61871
2026-03-28 14:50:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82a76117-9788-55cb-bd72-a8e3dfe1bb8c with scrape type 2
2026-03-28 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82a76117-9788-55cb-bd72-a8e3dfe1bb8c with scrape type 2
2026-03-28 14:50:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82a76117-9788-55cb-bd72-a8e3dfe1bb8c, identifier: 6997696auction61871
2026-03-28 14:50:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82a76117-9788-55cb-bd72-a8e3dfe1bb8c with identifier: 6997696auction61871
2026-03-28 14:50:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82a76117-9788-55cb-bd72-a8e3dfe1bb8c with identifier: 6997696auction61871
2026-03-28 14:50:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82a76117-9788-55cb-bd72-a8e3dfe1bb8c with identifier: 6997696auction61871 to the API
2026-03-28 14:50:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:50:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997696>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '82a76117-9788-55cb-bd72-a8e3dfe1bb8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997696',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 100182,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 2,
'seller_name': None,
'title': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d',
'vin': None,
'year': 2020}
2026-03-28 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276997696auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:24 [ecarstrade.be] INFO: Saving data for 6997696auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373268.947572, 'last_price_update_time': 1774709424.13385}
2026-03-28 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997696auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:27 [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-28 14:50:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004033auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004033auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004033auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004034auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004034auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004034auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004035auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004035auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004035auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004036auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004036auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004036auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004037auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004037auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004037auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004038auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004038auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004038auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004040auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004040auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004040auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004044auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004044auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004044auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004045auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004045auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004045auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004046auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004046auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004046auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004047auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004047auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004047auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004048auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004048auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004048auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004049auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004049auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004049auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004050auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004050auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004050auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004051auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004051auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004051auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004052auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004052auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004052auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004053auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004053auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004053auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004054auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004054auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004054auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004055auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004055auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004055auction61871: 0
2026-03-28 14:50:27 [ecarstrade.be] INFO: Found listing with ID: 7004056auction61871
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004056auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:27 [ecarstrade.be] INFO: Scrape type for 7004056auction61871: 0
2026-03-28 14:50:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997682> (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-28 14:50:30 [ecarstrade.be] INFO: Extracting details for car 6997682auction61871
2026-03-28 14:50:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41b9d899-5778-5952-8b1d-7b366a60b5f4 with identifier: 6997682auction61871
2026-03-28 14:50:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41b9d899-5778-5952-8b1d-7b366a60b5f4 with scrape type 2
2026-03-28 14:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41b9d899-5778-5952-8b1d-7b366a60b5f4 with scrape type 2
2026-03-28 14:50:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 41b9d899-5778-5952-8b1d-7b366a60b5f4, identifier: 6997682auction61871
2026-03-28 14:50:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 41b9d899-5778-5952-8b1d-7b366a60b5f4 with identifier: 6997682auction61871
2026-03-28 14:50:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 41b9d899-5778-5952-8b1d-7b366a60b5f4 with identifier: 6997682auction61871
2026-03-28 14:50:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 41b9d899-5778-5952-8b1d-7b366a60b5f4 with identifier: 6997682auction61871 to the API
2026-03-28 14:50:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:50:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:50:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997682>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '41b9d899-5778-5952-8b1d-7b366a60b5f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997682',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 193658,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Berline 2.0 TDi 35 110kW S tronic S line Bus. Ed 4d',
'transmission': 'automatic',
'trim': 'Berline 2.0 TDi 35 110kW S tronic S line Bus. Ed 4d',
'vin': None,
'year': 2022}
2026-03-28 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997682auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:31 [ecarstrade.be] INFO: Saving data for 6997682auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373355.467383, 'last_price_update_time': 1774709431.358278}
2026-03-28 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997682auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997695> (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-28 14:50:31 [ecarstrade.be] INFO: Extracting details for car 6997695auction61871
2026-03-28 14:50:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa31560f-ac81-520f-8624-a4f0701b9516 with identifier: 6997695auction61871
2026-03-28 14:50:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa31560f-ac81-520f-8624-a4f0701b9516 with scrape type 2
2026-03-28 14:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa31560f-ac81-520f-8624-a4f0701b9516 with scrape type 2
2026-03-28 14:50:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa31560f-ac81-520f-8624-a4f0701b9516, identifier: 6997695auction61871
2026-03-28 14:50:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa31560f-ac81-520f-8624-a4f0701b9516 with identifier: 6997695auction61871
2026-03-28 14:50:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa31560f-ac81-520f-8624-a4f0701b9516 with identifier: 6997695auction61871
2026-03-28 14:50:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa31560f-ac81-520f-8624-a4f0701b9516 with identifier: 6997695auction61871 to the API
2026-03-28 14:50:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:50:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:50:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997695>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'fa31560f-ac81-520f-8624-a4f0701b9516',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997695',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'Q3',
'odometer': 30159,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 Sportback 35 TDI S tronic S Line Business Ed 5d',
'transmission': 'automatic',
'trim': 'Sportback 35 TDI S tronic S Line Business Ed 5d',
'vin': None,
'year': 2021}
2026-03-28 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997695auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:32 [ecarstrade.be] INFO: Saving data for 6997695auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373269.413405, 'last_price_update_time': 1774709432.041944}
2026-03-28 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997695auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:34 [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-28 14:50:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:50:34 [ecarstrade.be] INFO: Found listing with ID: 7004057auction61871
2026-03-28 14:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004057auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:34 [ecarstrade.be] INFO: Scrape type for 7004057auction61871: 0
2026-03-28 14:50:34 [ecarstrade.be] INFO: Found listing with ID: 7004058auction61871
2026-03-28 14:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004058auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:34 [ecarstrade.be] INFO: Scrape type for 7004058auction61871: 0
2026-03-28 14:50:34 [ecarstrade.be] INFO: Found listing with ID: 7004059auction61871
2026-03-28 14:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004059auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:34 [ecarstrade.be] INFO: Scrape type for 7004059auction61871: 0
2026-03-28 14:50:34 [ecarstrade.be] INFO: Found listing with ID: 7005234auction61871
2026-03-28 14:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005234auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:34 [ecarstrade.be] INFO: Scrape type for 7005234auction61871: 0
2026-03-28 14:50:34 [ecarstrade.be] INFO: Found listing with ID: 7005235auction61871
2026-03-28 14:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005235auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:34 [ecarstrade.be] INFO: Scrape type for 7005235auction61871: 0
2026-03-28 14:50:34 [ecarstrade.be] INFO: Found listing with ID: 7005236auction61871
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005236auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:35 [ecarstrade.be] INFO: Scrape type for 7005236auction61871: 0
2026-03-28 14:50:35 [ecarstrade.be] INFO: Found listing with ID: 7005237auction61871
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005237auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:35 [ecarstrade.be] INFO: Scrape type for 7005237auction61871: 0
2026-03-28 14:50:35 [ecarstrade.be] INFO: Found listing with ID: 7005238auction61871
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005238auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:35 [ecarstrade.be] INFO: Scrape type for 7005238auction61871: 0
2026-03-28 14:50:35 [ecarstrade.be] INFO: Found listing with ID: 7005239auction61871
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005239auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:35 [ecarstrade.be] INFO: Scrape type for 7005239auction61871: 0
2026-03-28 14:50:35 [ecarstrade.be] INFO: Found listing with ID: 7005240auction61871
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005240auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:35 [ecarstrade.be] INFO: Scrape type for 7005240auction61871: 0
2026-03-28 14:50:35 [ecarstrade.be] INFO: Found listing with ID: 7005241auction61871
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005241auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:35 [ecarstrade.be] INFO: Scrape type for 7005241auction61871: 0
2026-03-28 14:50:35 [ecarstrade.be] INFO: Found listing with ID: 7005242auction61871
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005242auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:35 [ecarstrade.be] INFO: Scrape type for 7005242auction61871: 0
2026-03-28 14:50:35 [ecarstrade.be] INFO: Found listing with ID: 7005243auction61871
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005243auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:35 [ecarstrade.be] INFO: Scrape type for 7005243auction61871: 0
2026-03-28 14:50:35 [ecarstrade.be] INFO: Found listing with ID: 7005244auction61871
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005244auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:35 [ecarstrade.be] INFO: Scrape type for 7005244auction61871: 0
2026-03-28 14:50:35 [ecarstrade.be] INFO: Found listing with ID: 7005245auction61871
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005245auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:35 [ecarstrade.be] INFO: Scrape type for 7005245auction61871: 0
2026-03-28 14:50:35 [ecarstrade.be] INFO: Found listing with ID: 7005246auction61871
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005246auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:35 [ecarstrade.be] INFO: Scrape type for 7005246auction61871: 0
2026-03-28 14:50:35 [ecarstrade.be] INFO: Found listing with ID: 7005247auction61871
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005247auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:35 [ecarstrade.be] INFO: Scrape type for 7005247auction61871: 0
2026-03-28 14:50:35 [ecarstrade.be] INFO: Found listing with ID: 7005248auction61871
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005248auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:35 [ecarstrade.be] INFO: Scrape type for 7005248auction61871: 0
2026-03-28 14:50:35 [ecarstrade.be] INFO: Found listing with ID: 7005249auction61871
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005249auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:35 [ecarstrade.be] INFO: Scrape type for 7005249auction61871: 0
2026-03-28 14:50:35 [ecarstrade.be] INFO: Found listing with ID: 7005250auction61871
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005250auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:35 [ecarstrade.be] INFO: Scrape type for 7005250auction61871: 0
2026-03-28 14:50:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:50:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997686> (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-28 14:50:35 [ecarstrade.be] INFO: Extracting details for car 6997686auction61871
2026-03-28 14:50:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 647f474c-be09-56c4-b56b-2155b0c81d1c with identifier: 6997686auction61871
2026-03-28 14:50:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 647f474c-be09-56c4-b56b-2155b0c81d1c with scrape type 2
2026-03-28 14:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 647f474c-be09-56c4-b56b-2155b0c81d1c with scrape type 2
2026-03-28 14:50:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 647f474c-be09-56c4-b56b-2155b0c81d1c, identifier: 6997686auction61871
2026-03-28 14:50:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 647f474c-be09-56c4-b56b-2155b0c81d1c with identifier: 6997686auction61871
2026-03-28 14:50:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 647f474c-be09-56c4-b56b-2155b0c81d1c with identifier: 6997686auction61871
2026-03-28 14:50:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 647f474c-be09-56c4-b56b-2155b0c81d1c with identifier: 6997686auction61871 to the API
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:50:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997686>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '647f474c-be09-56c4-b56b-2155b0c81d1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997686',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'E 200',
'odometer': 133437,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, E-Class Break FL'20, Mercedes-Benz E-Klasse Break E 200d "
'Business Solut',
'transmission': 'automatic',
'trim': ", E-Class Break FL'20, -Benz E-Klasse Break d Business Solut",
'vin': None,
'year': 2021}
2026-03-28 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:36 [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-28 14:50:36 [ecarstrade.be] INFO: Saving data for 6997686auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373275.231066, 'last_price_update_time': 1774709436.003255}
2026-03-28 14:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997686auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997688> (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-28 14:50:37 [ecarstrade.be] INFO: Extracting details for car 6997688auction61871
2026-03-28 14:50:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cf9be64-280b-5784-897c-54086c703fad with identifier: 6997688auction61871
2026-03-28 14:50:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cf9be64-280b-5784-897c-54086c703fad with scrape type 2
2026-03-28 14:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cf9be64-280b-5784-897c-54086c703fad with scrape type 2
2026-03-28 14:50:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3cf9be64-280b-5784-897c-54086c703fad, identifier: 6997688auction61871
2026-03-28 14:50:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3cf9be64-280b-5784-897c-54086c703fad with identifier: 6997688auction61871
2026-03-28 14:50:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3cf9be64-280b-5784-897c-54086c703fad with identifier: 6997688auction61871
2026-03-28 14:50:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3cf9be64-280b-5784-897c-54086c703fad with identifier: 6997688auction61871 to the API
2026-03-28 14:50:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:50: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-28 14:50:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997688>
{'auction_title': '',
'c_o_2_emission_value': 183,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '3cf9be64-280b-5784-897c-54086c703fad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997688',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'Jaguar E-Pace',
'odometer': 30198,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Jaguar E-Pace P160 Aut. FWD R-Dynamic S 5d',
'transmission': 'automatic',
'trim': 'P160 Aut. FWD R-Dynamic S 5d',
'vin': None,
'year': 2021}
2026-03-28 14:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:37 [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-28 14:50:37 [ecarstrade.be] INFO: Saving data for 6997688auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373279.972754, 'last_price_update_time': 1774709437.90464}
2026-03-28 14:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997688auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997703> (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-28 14:50:42 [ecarstrade.be] INFO: Extracting details for car 6997703auction61871
2026-03-28 14:50:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e70dce4d-94a6-5890-8358-425d68d0f041 with identifier: 6997703auction61871
2026-03-28 14:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e70dce4d-94a6-5890-8358-425d68d0f041 with scrape type 2
2026-03-28 14:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e70dce4d-94a6-5890-8358-425d68d0f041 with scrape type 2
2026-03-28 14:50:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e70dce4d-94a6-5890-8358-425d68d0f041, identifier: 6997703auction61871
2026-03-28 14:50:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e70dce4d-94a6-5890-8358-425d68d0f041 with identifier: 6997703auction61871
2026-03-28 14:50:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e70dce4d-94a6-5890-8358-425d68d0f041 with identifier: 6997703auction61871
2026-03-28 14:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e70dce4d-94a6-5890-8358-425d68d0f041 with identifier: 6997703auction61871 to the API
2026-03-28 14:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997703>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'e70dce4d-94a6-5890-8358-425d68d0f041',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997703',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Megane',
'odometer': 133894,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Mégane Grandtour Blue dCi 115 EDC Intens 5d',
'transmission': 'automatic',
'trim': 'Mégane Grandtour Blue dCi 115 EDC Intens 5d',
'vin': None,
'year': 2021}
2026-03-28 14:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997703auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:43 [ecarstrade.be] INFO: Saving data for 6997703auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373270.607299, 'last_price_update_time': 1774709443.244307}
2026-03-28 14:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997703auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997700> (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-28 14:50:51 [ecarstrade.be] INFO: Extracting details for car 6997700auction61871
2026-03-28 14:50:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf5bd090-cab7-5f9c-8f13-2323ea49db1e with identifier: 6997700auction61871
2026-03-28 14:50:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf5bd090-cab7-5f9c-8f13-2323ea49db1e with scrape type 2
2026-03-28 14:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf5bd090-cab7-5f9c-8f13-2323ea49db1e with scrape type 2
2026-03-28 14:50:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bf5bd090-cab7-5f9c-8f13-2323ea49db1e, identifier: 6997700auction61871
2026-03-28 14:50:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bf5bd090-cab7-5f9c-8f13-2323ea49db1e with identifier: 6997700auction61871
2026-03-28 14:50:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bf5bd090-cab7-5f9c-8f13-2323ea49db1e with identifier: 6997700auction61871
2026-03-28 14:50:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bf5bd090-cab7-5f9c-8f13-2323ea49db1e with identifier: 6997700auction61871 to the API
2026-03-28 14:50:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:50:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:50:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997700>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': 'bf5bd090-cab7-5f9c-8f13-2323ea49db1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997700',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '320',
'odometer': 151043,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 Reeks Touring 320dA (140 kW) 5d',
'transmission': 'automatic',
'trim': '3 Reeks Touring dA (140 kW) 5d',
'vin': None,
'year': 2021}
2026-03-28 14:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997700auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:51 [ecarstrade.be] INFO: Saving data for 6997700auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373270.254059, 'last_price_update_time': 1774709451.466454}
2026-03-28 14:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997700auction61871') HTTP/1.1" 204 0
2026-03-28 14:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997683> (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-28 14:50:53 [ecarstrade.be] INFO: Extracting details for car 6997683auction61871
2026-03-28 14:50:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 434b99d1-622d-5483-8549-5db1afa37f7d with identifier: 6997683auction61871
2026-03-28 14:50:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 434b99d1-622d-5483-8549-5db1afa37f7d with scrape type 2
2026-03-28 14:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 434b99d1-622d-5483-8549-5db1afa37f7d with scrape type 2
2026-03-28 14:50:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 434b99d1-622d-5483-8549-5db1afa37f7d, identifier: 6997683auction61871
2026-03-28 14:50:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 434b99d1-622d-5483-8549-5db1afa37f7d with identifier: 6997683auction61871
2026-03-28 14:50:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 434b99d1-622d-5483-8549-5db1afa37f7d with identifier: 6997683auction61871
2026-03-28 14:50:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 434b99d1-622d-5483-8549-5db1afa37f7d with identifier: 6997683auction61871 to the API
2026-03-28 14:50:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:50:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:50:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997683>
{'auction_title': '',
'c_o_2_emission_value': 243,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Diesel',
'id': '434b99d1-622d-5483-8549-5db1afa37f7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997683',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Ranger',
'odometer': 191132,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': "Ford, _Ranger FL'19, Ford Ranger 2.0 BiT 156kW 4x4 Aut. D-Cab "
'Wildtrak',
'transmission': 'automatic',
'trim': ", _ FL'19, 2.0 BiT 156kW 4x4 Aut. D-Cab Wildtrak",
'vin': None,
'year': 2022}
2026-03-28 14:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997683auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:50:53 [ecarstrade.be] INFO: Saving data for 6997683auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1774373279.15899, 'last_price_update_time': 1774709453.646962}
2026-03-28 14:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997683auction61871') HTTP/1.1" 204 0
2026-03-28 14:51:06 [scrapy.extensions.logstats] INFO: Crawled 350 pages (at 23 pages/min), scraped 233 items (at 20 items/min)
2026-03-28 14:51:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 340MiB
2026-03-28 14:51:09 [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-28 14:51:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005251auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005251auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005251auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005252auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005252auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005252auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005253auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005253auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005253auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005254auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005254auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005254auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005255auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005255auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005255auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005256auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005256auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005256auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005257auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005257auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005257auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005258auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005258auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005258auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005259auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005259auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005259auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005260auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005260auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005260auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005261auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005261auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005261auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005263auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005263auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005263auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005264auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005264auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005264auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005265auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005265auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005265auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005266auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005266auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005266auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005267auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005267auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005267auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005268auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005268auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005268auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005269auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005269auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005269auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005270auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005270auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005270auction61871: 0
2026-03-28 14:51:09 [ecarstrade.be] INFO: Found listing with ID: 7005271auction61871
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005271auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:09 [ecarstrade.be] INFO: Scrape type for 7005271auction61871: 0
2026-03-28 14:51:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:51:15 [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-28 14:51:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:51:15 [ecarstrade.be] INFO: Found listing with ID: 7005273auction61871
2026-03-28 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005273auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:15 [ecarstrade.be] INFO: Scrape type for 7005273auction61871: 0
2026-03-28 14:51:15 [ecarstrade.be] INFO: Found listing with ID: 7005274auction61871
2026-03-28 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005274auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:15 [ecarstrade.be] INFO: Scrape type for 7005274auction61871: 0
2026-03-28 14:51:15 [ecarstrade.be] INFO: Found listing with ID: 7005275auction61871
2026-03-28 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005275auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:15 [ecarstrade.be] INFO: Scrape type for 7005275auction61871: 0
2026-03-28 14:51:15 [ecarstrade.be] INFO: Found listing with ID: 7005276auction61871
2026-03-28 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005276auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:15 [ecarstrade.be] INFO: Scrape type for 7005276auction61871: 0
2026-03-28 14:51:15 [ecarstrade.be] INFO: Found listing with ID: 7005277auction61871
2026-03-28 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005277auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:15 [ecarstrade.be] INFO: Scrape type for 7005277auction61871: 0
2026-03-28 14:51:15 [ecarstrade.be] INFO: Found listing with ID: 7005278auction61871
2026-03-28 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277005278auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:16 [ecarstrade.be] INFO: Scrape type for 7005278auction61871: 0
2026-03-28 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 7009661auction61871
2026-03-28 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009661auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:16 [ecarstrade.be] INFO: Scrape type for 7009661auction61871: 0
2026-03-28 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 7009662auction61871
2026-03-28 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009662auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:16 [ecarstrade.be] INFO: Scrape type for 7009662auction61871: 0
2026-03-28 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6936657auction61871
2026-03-28 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276936657auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:16 [ecarstrade.be] INFO: Scrape type for 6936657auction61871: 0
2026-03-28 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6936652auction61871
2026-03-28 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276936652auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:16 [ecarstrade.be] INFO: Scrape type for 6936652auction61871: 0
2026-03-28 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6981254auction61871
2026-03-28 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276981254auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:16 [ecarstrade.be] INFO: Scrape type for 6981254auction61871: 0
2026-03-28 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6981238auction61871
2026-03-28 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276981238auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:16 [ecarstrade.be] INFO: Scrape type for 6981238auction61871: 0
2026-03-28 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6981215auction61871
2026-03-28 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276981215auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:16 [ecarstrade.be] INFO: Scrape type for 6981215auction61871: 0
2026-03-28 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6950380auction61871
2026-03-28 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950380auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:16 [ecarstrade.be] INFO: Scrape type for 6950380auction61871: 2
2026-03-28 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-28 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6950339auction61871
2026-03-28 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950339auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:16 [ecarstrade.be] INFO: Scrape type for 6950339auction61871: 2
2026-03-28 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-28 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6950317auction61871
2026-03-28 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950317auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:16 [ecarstrade.be] INFO: Scrape type for 6950317auction61871: 2
2026-03-28 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-28 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6926714auction61871
2026-03-28 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276926714auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:16 [ecarstrade.be] INFO: Scrape type for 6926714auction61871: 2
2026-03-28 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-28 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 7004011auction61871
2026-03-28 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277004011auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:16 [ecarstrade.be] INFO: Scrape type for 7004011auction61871: 0
2026-03-28 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 7004014auction61871
2026-03-28 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277004014auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:16 [ecarstrade.be] INFO: Scrape type for 7004014auction61871: 0
2026-03-28 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 7004043auction61871
2026-03-28 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277004043auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:16 [ecarstrade.be] INFO: Scrape type for 7004043auction61871: 0
2026-03-28 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-28 14:51:22 [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-28 14:51:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6598020auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276598020auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6598020auction106404: 2
2026-03-28 14:51:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6612949auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612949auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6612949auction106404: 2
2026-03-28 14:51:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6612951auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612951auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6612951auction106404: 0
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6612952auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612952auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6612952auction106404: 0
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6612957auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612957auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6612957auction106404: 0
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6617072auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276617072auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6617072auction106404: 0
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6618515auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618515auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6618515auction106404: 0
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6618517auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618517auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6618517auction106404: 0
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6618518auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618518auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6618518auction106404: 0
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6618519auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618519auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6618519auction106404: 0
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6618808auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618808auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6618808auction106404: 0
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6618818auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618818auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6618818auction106404: 0
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6618820auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618820auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6618820auction106404: 0
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6618836auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618836auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6618836auction106404: 0
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6625391auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276625391auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6625391auction106404: 0
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6645591auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276645591auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6645591auction106404: 0
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6663881auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276663881auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6663881auction106404: 2
2026-03-28 14:51:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6696905auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276696905auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6696905auction106404: 0
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6696909auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276696909auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6696909auction106404: 0
2026-03-28 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 6719104auction106404
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719104auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:22 [ecarstrade.be] INFO: Scrape type for 6719104auction106404: 0
2026-03-28 14:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950317> (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-28 14:51:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926714> (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-28 14:51:22 [ecarstrade.be] INFO: Extracting details for car 6950317auction61871
2026-03-28 14:51:22 [ecarstrade.be] INFO: Extracting details for car 6926714auction61871
2026-03-28 14:51:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1d596e1-a7e8-5984-af8d-bbe800451d0e with identifier: 6950317auction61871
2026-03-28 14:51:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1d596e1-a7e8-5984-af8d-bbe800451d0e with scrape type 2
2026-03-28 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1d596e1-a7e8-5984-af8d-bbe800451d0e with scrape type 2
2026-03-28 14:51:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d1d596e1-a7e8-5984-af8d-bbe800451d0e, identifier: 6950317auction61871
2026-03-28 14:51:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d482ed8d-d536-58a6-9c82-6a8f6a581272 with identifier: 6926714auction61871
2026-03-28 14:51:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d482ed8d-d536-58a6-9c82-6a8f6a581272 with scrape type 2
2026-03-28 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d482ed8d-d536-58a6-9c82-6a8f6a581272 with scrape type 2
2026-03-28 14:51:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d482ed8d-d536-58a6-9c82-6a8f6a581272, identifier: 6926714auction61871
2026-03-28 14:51:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d1d596e1-a7e8-5984-af8d-bbe800451d0e with identifier: 6950317auction61871
2026-03-28 14:51:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d1d596e1-a7e8-5984-af8d-bbe800451d0e with identifier: 6950317auction61871
2026-03-28 14:51:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d1d596e1-a7e8-5984-af8d-bbe800451d0e with identifier: 6950317auction61871 to the API
2026-03-28 14:51:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:51:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950317>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Other',
'id': 'd1d596e1-a7e8-5984-af8d-bbe800451d0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950317',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 98039,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Volvo, XC40 '17, Volvo XC40 T5 Recharge Geartronic Inscription 5d",
'transmission': 'automatic',
'trim': ", XC40 '17, XC40 T5 Recharge Geartronic Inscription 5d",
'vin': None,
'year': 2021}
2026-03-28 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276950317auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:23 [ecarstrade.be] INFO: Saving data for 6950317auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1773184438.065568, 'last_price_update_time': 1774709483.404342}
2026-03-28 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950317auction61871') HTTP/1.1" 204 0
2026-03-28 14:51:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d482ed8d-d536-58a6-9c82-6a8f6a581272 with identifier: 6926714auction61871
2026-03-28 14:51:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d482ed8d-d536-58a6-9c82-6a8f6a581272 with identifier: 6926714auction61871
2026-03-28 14:51:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d482ed8d-d536-58a6-9c82-6a8f6a581272 with identifier: 6926714auction61871 to the API
2026-03-28 14:51:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:51:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926714>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Other',
'id': 'd482ed8d-d536-58a6-9c82-6a8f6a581272',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926714',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Megane',
'odometer': 98964,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Mégane Grandtour E-TECH Plug-in Hybrid Corporate Edition 5d',
'transmission': 'automatic',
'trim': 'Mégane Grandtour E-TECH Plug-in Hybrid Corporate Edition 5d',
'vin': None,
'year': 2021}
2026-03-28 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276926714auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:23 [ecarstrade.be] INFO: Saving data for 6926714auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1772614034.99372, 'last_price_update_time': 1774709483.843073}
2026-03-28 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926714auction61871') HTTP/1.1" 204 0
2026-03-28 14:51:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950380> (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-28 14:51:23 [ecarstrade.be] INFO: Extracting details for car 6950380auction61871
2026-03-28 14:51:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1168e6e-a12a-51a7-bcc8-b4ab64f5e84a with identifier: 6950380auction61871
2026-03-28 14:51:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1168e6e-a12a-51a7-bcc8-b4ab64f5e84a with scrape type 2
2026-03-28 14:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1168e6e-a12a-51a7-bcc8-b4ab64f5e84a with scrape type 2
2026-03-28 14:51:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a1168e6e-a12a-51a7-bcc8-b4ab64f5e84a, identifier: 6950380auction61871
2026-03-28 14:51:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a1168e6e-a12a-51a7-bcc8-b4ab64f5e84a with identifier: 6950380auction61871
2026-03-28 14:51:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a1168e6e-a12a-51a7-bcc8-b4ab64f5e84a with identifier: 6950380auction61871
2026-03-28 14:51:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a1168e6e-a12a-51a7-bcc8-b4ab64f5e84a with identifier: 6950380auction61871 to the API
2026-03-28 14:51:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:51:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:51:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950380>
{'auction_title': '',
'c_o_2_emission_value': 39,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Other',
'id': 'a1168e6e-a12a-51a7-bcc8-b4ab64f5e84a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950380',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLA-Class',
'odometer': 102973,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, GLA '20 PHEV, Mercedes-Benz GLA GLA 250e Business "
'Solution 5d',
'transmission': 'automatic',
'trim': ", GLA '20 PHEV, -Benz GLA GLA 250e Business Solution 5d",
'vin': None,
'year': 2022}
2026-03-28 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950380auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:24 [ecarstrade.be] INFO: Saving data for 6950380auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1773184433.966545, 'last_price_update_time': 1774709484.392271}
2026-03-28 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950380auction61871') HTTP/1.1" 204 0
2026-03-28 14:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950339> (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-28 14:51:24 [ecarstrade.be] INFO: Extracting details for car 6950339auction61871
2026-03-28 14:51:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52cc2dca-9388-513d-9891-9a534ee7646e with identifier: 6950339auction61871
2026-03-28 14:51:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52cc2dca-9388-513d-9891-9a534ee7646e with scrape type 2
2026-03-28 14:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52cc2dca-9388-513d-9891-9a534ee7646e with scrape type 2
2026-03-28 14:51:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 52cc2dca-9388-513d-9891-9a534ee7646e, identifier: 6950339auction61871
2026-03-28 14:51:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 52cc2dca-9388-513d-9891-9a534ee7646e with identifier: 6950339auction61871
2026-03-28 14:51:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 52cc2dca-9388-513d-9891-9a534ee7646e with identifier: 6950339auction61871
2026-03-28 14:51:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 52cc2dca-9388-513d-9891-9a534ee7646e with identifier: 6950339auction61871 to the API
2026-03-28 14:51:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:51:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:51:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950339>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:55:19Z',
'fuel_type': 'Petrol',
'id': '52cc2dca-9388-513d-9891-9a534ee7646e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950339',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '508',
'odometer': 91161,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW 1.2 PureTech 130 S&S EAT8 Active Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.2 PureTech 130 S&S EAT8 Active Pack 5d',
'vin': None,
'year': 2021}
2026-03-28 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950339auction61871%27 HTTP/1.1" 200 None
2026-03-28 14:51:24 [ecarstrade.be] INFO: Saving data for 6950339auction61871: {'auction_closing_time': 1774882519.0, 'created_time': 1773184438.565537, 'last_price_update_time': 1774709484.927735}
2026-03-28 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950339auction61871') HTTP/1.1" 204 0
2026-03-28 14:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6663881> (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-28 14:51:29 [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-28 14:51:29 [ecarstrade.be] INFO: Extracting details for car 6663881auction106404
2026-03-28 14:51:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6663881auction106404
2026-03-28 14:51:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 161bac83-b20e-5be0-949a-e809ec76ec29 with scrape type 2
2026-03-28 14:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 161bac83-b20e-5be0-949a-e809ec76ec29 with scrape type 2
2026-03-28 14:51:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 161bac83-b20e-5be0-949a-e809ec76ec29, identifier: 6663881auction106404
2026-03-28 14:51:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6663881auction106404
2026-03-28 14:51:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6663881auction106404
2026-03-28 14:51:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6663881auction106404 to the API
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27161bac83-b20e-5be0-949a-e809ec76ec29%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id 161bac83-b20e-5be0-949a-e809ec76ec29: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Grey\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Volkswagen Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp 4MOTION Aut.\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Other\u0022, \u0022Model\u0022: \u0022Volkswagen\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222026-03-10\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6663881\u0022, \u0022ExpirationDate\u0022: \u00222026-03-30T14:56:04Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp 4MOTION Aut.\u0022, \u0022Year\u0022: 2026, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 6, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022161bac83-b20e-5be0-949a-e809ec76ec29\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Sat, 28 Mar 2026 14:51:29 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-28 14:51:30 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 14:51:30 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T14:56:04Z',
'fuel_type': 'Diesel',
'id': '161bac83-b20e-5be0-949a-e809ec76ec29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6663881',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-03-10',
'seats_number': 6,
'seller_name': None,
'title': 'Volkswagen Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp '
'4MOTION Aut.',
'transmission': 'automatic',
'trim': 'Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp 4MOTION Aut.',
'vin': None,
'year': 2026}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276663881auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Saving data for 6663881auction106404: {'auction_closing_time': 1774882564.0, 'created_time': 1772614068.551268, 'last_price_update_time': 1774709490.241929}
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6663881auction106404') HTTP/1.1" 204 0
2026-03-28 14:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6598020> (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-28 14:51:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6735056auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276735056auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6735056auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6745355auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745355auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6745355auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6745358auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745358auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6745358auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6745368auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745368auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6745368auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6745371auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745371auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6745371auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6747730auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276747730auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6747730auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6752454auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752454auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6752454auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6752595auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752595auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6752595auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6752601auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752601auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6752601auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6752602auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752602auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6752602auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6752603auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752603auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6752603auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6757282auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276757282auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6757282auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6757850auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276757850auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6757850auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6760879auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276760879auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6760879auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6760880auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276760880auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6760880auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6764589auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764589auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6764589auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6764590auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764590auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6764590auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6764591auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764591auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6764591auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6764592auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764592auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6764592auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Found listing with ID: 6765687auction106404
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276765687auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [ecarstrade.be] INFO: Scrape type for 6765687auction106404: 0
2026-03-28 14:51:30 [ecarstrade.be] INFO: Extracting details for car 6598020auction106404
2026-03-28 14:51:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:51:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ae19c91-5749-5abf-92ef-64027e049cc5 with identifier: 6598020auction106404
2026-03-28 14:51:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ae19c91-5749-5abf-92ef-64027e049cc5 with scrape type 2
2026-03-28 14:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ae19c91-5749-5abf-92ef-64027e049cc5 with scrape type 2
2026-03-28 14:51:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ae19c91-5749-5abf-92ef-64027e049cc5, identifier: 6598020auction106404
2026-03-28 14:51:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ae19c91-5749-5abf-92ef-64027e049cc5 with identifier: 6598020auction106404
2026-03-28 14:51:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ae19c91-5749-5abf-92ef-64027e049cc5 with identifier: 6598020auction106404
2026-03-28 14:51:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ae19c91-5749-5abf-92ef-64027e049cc5 with identifier: 6598020auction106404 to the API
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277ae19c91-5749-5abf-92ef-64027e049cc5%27 HTTP/1.1" 200 None
2026-03-28 14:51:30 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id 7ae19c91-5749-5abf-92ef-64027e049cc5: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Black\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Peugeot E-408 Allure 58 kWh Electric 214 hp Auto\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Peugeot\u0022, \u0022Model\u0022: \u0022e-408\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Electric\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222025-10-31\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6598020\u0022, \u0022ExpirationDate\u0022: \u00222026-03-30T14:56:04Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022E-408 Allure 58 kWh Electric 214 hp Auto\u0022, \u0022Year\u0022: 2025, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00227ae19c91-5749-5abf-92ef-64027e049cc5\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Sat, 28 Mar 2026 14:51:29 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-28 14:51:30 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 14:51:30 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T14:56:04Z',
'fuel_type': 'Electric',
'id': '7ae19c91-5749-5abf-92ef-64027e049cc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6598020',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': 'e-408',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot E-408 Allure 58 kWh Electric 214 hp Auto',
'transmission': 'automatic',
'trim': 'E-408 Allure 58 kWh Electric 214 hp Auto',
'vin': None,
'year': 2025}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276598020auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:31 [ecarstrade.be] INFO: Saving data for 6598020auction106404: {'auction_closing_time': 1774882564.0, 'created_time': 1772677592.260676, 'last_price_update_time': 1774709491.010166}
2026-03-28 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6598020auction106404') HTTP/1.1" 204 0
2026-03-28 14:51:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6612949> (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-28 14:51:31 [ecarstrade.be] INFO: Extracting details for car 6612949auction106404
2026-03-28 14:51:31 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6612949auction106404, dropping item
2026-03-28 14:51:37 [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-28 14:51:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6775855auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276775855auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6775855auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6775858auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276775858auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6775858auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6776872auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776872auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6776872auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6778376auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778376auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6778376auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6778380auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778380auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6778380auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6778382auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778382auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6778382auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6786883auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276786883auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6786883auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6786884auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276786884auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6786884auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6787216auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787216auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6787216auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6787217auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787217auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6787217auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6787218auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787218auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6787218auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6802702auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802702auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6802702auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6802993auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802993auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6802993auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6802994auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802994auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6802994auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6802996auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802996auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6802996auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6802997auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802997auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6802997auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6807829auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807829auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6807829auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6807830auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807830auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6807830auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6808194auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276808194auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6808194auction106404: 0
2026-03-28 14:51:37 [ecarstrade.be] INFO: Found listing with ID: 6812642auction106404
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812642auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:37 [ecarstrade.be] INFO: Scrape type for 6812642auction106404: 0
2026-03-28 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-28 14:51: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-28 14:51:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6815695auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276815695auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6815695auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6815947auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276815947auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6815947auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6828723auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276828723auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6828723auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6831648auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276831648auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6831648auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6839757auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276839757auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6839757auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6839759auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276839759auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6839759auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6842641auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276842641auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6842641auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6842642auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276842642auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6842642auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6842643auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276842643auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6842643auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6842644auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276842644auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6842644auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6842645auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276842645auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6842645auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6842646auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276842646auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6842646auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6842647auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276842647auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6842647auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6850913auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276850913auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6850913auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6850914auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276850914auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6850914auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6852772auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276852772auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6852772auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6852773auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276852773auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6852773auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6900115auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276900115auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6900115auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6900173auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276900173auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6900173auction106404: 0
2026-03-28 14:51:44 [ecarstrade.be] INFO: Found listing with ID: 6900178auction106404
2026-03-28 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276900178auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:44 [ecarstrade.be] INFO: Scrape type for 6900178auction106404: 0
2026-03-28 14:51:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:51:51 [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-28 14:51:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6900316auction106404
2026-03-28 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276900316auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:51 [ecarstrade.be] INFO: Scrape type for 6900316auction106404: 0
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6900318auction106404
2026-03-28 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276900318auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:51 [ecarstrade.be] INFO: Scrape type for 6900318auction106404: 0
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6900334auction106404
2026-03-28 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276900334auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:51 [ecarstrade.be] INFO: Scrape type for 6900334auction106404: 2
2026-03-28 14:51:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6900354auction106404
2026-03-28 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276900354auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:51 [ecarstrade.be] INFO: Scrape type for 6900354auction106404: 0
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6900441auction106404
2026-03-28 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276900441auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:51 [ecarstrade.be] INFO: Scrape type for 6900441auction106404: 0
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6900442auction106404
2026-03-28 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276900442auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:51 [ecarstrade.be] INFO: Scrape type for 6900442auction106404: 0
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6900443auction106404
2026-03-28 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276900443auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:51 [ecarstrade.be] INFO: Scrape type for 6900443auction106404: 0
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6900495auction106404
2026-03-28 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276900495auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:51 [ecarstrade.be] INFO: Scrape type for 6900495auction106404: 0
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6902451auction106404
2026-03-28 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276902451auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:51 [ecarstrade.be] INFO: Scrape type for 6902451auction106404: 0
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6903179auction106404
2026-03-28 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276903179auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:51 [ecarstrade.be] INFO: Scrape type for 6903179auction106404: 0
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6903180auction106404
2026-03-28 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276903180auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:51 [ecarstrade.be] INFO: Scrape type for 6903180auction106404: 0
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6903182auction106404
2026-03-28 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276903182auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:51 [ecarstrade.be] INFO: Scrape type for 6903182auction106404: 0
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6903183auction106404
2026-03-28 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276903183auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:51 [ecarstrade.be] INFO: Scrape type for 6903183auction106404: 0
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6903184auction106404
2026-03-28 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276903184auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:51 [ecarstrade.be] INFO: Scrape type for 6903184auction106404: 0
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6903185auction106404
2026-03-28 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276903185auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:51 [ecarstrade.be] INFO: Scrape type for 6903185auction106404: 2
2026-03-28 14:51:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6903186auction106404
2026-03-28 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276903186auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:51 [ecarstrade.be] INFO: Scrape type for 6903186auction106404: 2
2026-03-28 14:51:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:51:51 [ecarstrade.be] INFO: Found listing with ID: 6903188auction106404
2026-03-28 14:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903188auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:52 [ecarstrade.be] INFO: Scrape type for 6903188auction106404: 0
2026-03-28 14:51:52 [ecarstrade.be] INFO: Found listing with ID: 6903525auction106404
2026-03-28 14:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903525auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:52 [ecarstrade.be] INFO: Scrape type for 6903525auction106404: 0
2026-03-28 14:51:52 [ecarstrade.be] INFO: Found listing with ID: 6903529auction106404
2026-03-28 14:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903529auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:52 [ecarstrade.be] INFO: Scrape type for 6903529auction106404: 0
2026-03-28 14:51:52 [ecarstrade.be] INFO: Found listing with ID: 6906591auction106404
2026-03-28 14:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906591auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:52 [ecarstrade.be] INFO: Scrape type for 6906591auction106404: 0
2026-03-28 14:51:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6906593auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6906593auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6906596auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6906596auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6906600auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6906600auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6906601auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6906601auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6906602auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6906602auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6908677auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6908677auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6908678auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6908678auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6908984auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6908984auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6908985auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6908985auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6915541auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6915541auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6915542auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6915542auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6915544auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6915544auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6915546auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6915546auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6915549auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6915549auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6915550auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6915550auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6915551auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6915551auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6918212auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6918212auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6918214auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6918214auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6918216auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6918216auction106404: 0
2026-03-28 14:51:58 [ecarstrade.be] INFO: Found listing with ID: 6918217auction106404
2026-03-28 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:58 [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-28 14:51:58 [ecarstrade.be] INFO: Scrape type for 6918217auction106404: 0
2026-03-28 14:51:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903185> (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-28 14:51:58 [ecarstrade.be] INFO: Extracting details for car 6903185auction106404
2026-03-28 14:51:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with identifier: 6903185auction106404
2026-03-28 14:51:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with scrape type 2
2026-03-28 14:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with scrape type 2
2026-03-28 14:51:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e45cc24-87b6-52a7-8c7b-d2609cbbf592, identifier: 6903185auction106404
2026-03-28 14:51:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with identifier: 6903185auction106404
2026-03-28 14:51:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with identifier: 6903185auction106404
2026-03-28 14:51:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with identifier: 6903185auction106404 to the API
2026-03-28 14:51:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:51:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:51:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903185>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T14:56:04Z',
'fuel_type': 'Diesel',
'id': '4e45cc24-87b6-52a7-8c7b-d2609cbbf592',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903185',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-31',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen Jumper L2H2 2.2 DIESEL 141hp',
'transmission': 'manual',
'trim': 'L2H2 2.2 DIESEL 141hp',
'vin': None,
'year': 2025}
2026-03-28 14:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903185auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:51:59 [ecarstrade.be] INFO: Saving data for 6903185auction106404: {'auction_closing_time': 1774882564.0, 'created_time': 1772677745.355606, 'last_price_update_time': 1774709519.9051}
2026-03-28 14:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903185auction106404') HTTP/1.1" 204 0
2026-03-28 14:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900334> (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-28 14:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903186> (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-28 14:52:00 [ecarstrade.be] INFO: Extracting details for car 6900334auction106404
2026-03-28 14:52:00 [ecarstrade.be] INFO: Extracting details for car 6903186auction106404
2026-03-28 14:52:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b49e065d-1a30-5a96-8707-168394c73b69 with identifier: 6900334auction106404
2026-03-28 14:52:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b49e065d-1a30-5a96-8707-168394c73b69 with scrape type 2
2026-03-28 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b49e065d-1a30-5a96-8707-168394c73b69 with scrape type 2
2026-03-28 14:52:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b49e065d-1a30-5a96-8707-168394c73b69, identifier: 6900334auction106404
2026-03-28 14:52:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0923d8b-cb71-510f-ae14-ad1c052b001e with identifier: 6903186auction106404
2026-03-28 14:52:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0923d8b-cb71-510f-ae14-ad1c052b001e with scrape type 2
2026-03-28 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0923d8b-cb71-510f-ae14-ad1c052b001e with scrape type 2
2026-03-28 14:52:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c0923d8b-cb71-510f-ae14-ad1c052b001e, identifier: 6903186auction106404
2026-03-28 14:52:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b49e065d-1a30-5a96-8707-168394c73b69 with identifier: 6900334auction106404
2026-03-28 14:52:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b49e065d-1a30-5a96-8707-168394c73b69 with identifier: 6900334auction106404
2026-03-28 14:52:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b49e065d-1a30-5a96-8707-168394c73b69 with identifier: 6900334auction106404 to the API
2026-03-28 14:52:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:52:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900334>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T14:56:04Z',
'fuel_type': 'Petrol',
'id': 'b49e065d-1a30-5a96-8707-168394c73b69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900334',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-11-26',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Corsa GS 1.2 Gasoline 102hp',
'transmission': 'manual',
'trim': 'GS 1.2 Gasoline 102hp',
'vin': None,
'year': 2025}
2026-03-28 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900334auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:00 [ecarstrade.be] INFO: Saving data for 6900334auction106404: {'auction_closing_time': 1774882564.0, 'created_time': 1772677729.2465, 'last_price_update_time': 1774709520.699781}
2026-03-28 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900334auction106404') HTTP/1.1" 204 0
2026-03-28 14:52:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c0923d8b-cb71-510f-ae14-ad1c052b001e with identifier: 6903186auction106404
2026-03-28 14:52:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c0923d8b-cb71-510f-ae14-ad1c052b001e with identifier: 6903186auction106404
2026-03-28 14:52:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c0923d8b-cb71-510f-ae14-ad1c052b001e with identifier: 6903186auction106404 to the API
2026-03-28 14:52:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:52:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903186>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T14:56:04Z',
'fuel_type': 'Diesel',
'id': 'c0923d8b-cb71-510f-ae14-ad1c052b001e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903186',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-30',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen Jumper L2H2 2.2 DIESEL 141hp',
'transmission': 'manual',
'trim': 'L2H2 2.2 DIESEL 141hp',
'vin': None,
'year': 2025}
2026-03-28 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276903186auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:01 [ecarstrade.be] INFO: Saving data for 6903186auction106404: {'auction_closing_time': 1774882564.0, 'created_time': 1772677745.866993, 'last_price_update_time': 1774709521.130975}
2026-03-28 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903186auction106404') HTTP/1.1" 204 0
2026-03-28 14:52:06 [scrapy.extensions.logstats] INFO: Crawled 368 pages (at 18 pages/min), scraped 240 items (at 7 items/min)
2026-03-28 14:52:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 340MiB
2026-03-28 14:52:07 [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-28 14:52:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6918218auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276918218auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6918218auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6926439auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926439auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6926439auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6926441auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926441auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6926441auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6926442auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926442auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6926442auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6926756auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926756auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6926756auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6926757auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926757auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6926757auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6932742auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276932742auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6932742auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6932743auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276932743auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6932743auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6932745auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276932745auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6932745auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6934218auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934218auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6934218auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6934724auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934724auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6934724auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6934757auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934757auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6934757auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6934758auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934758auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6934758auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6934759auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934759auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6934759auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6934765auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934765auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6934765auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6934767auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934767auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6934767auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6934768auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934768auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6934768auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6934769auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934769auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6934769auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6934770auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934770auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6934770auction106404: 0
2026-03-28 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 6934771auction106404
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934771auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:07 [ecarstrade.be] INFO: Scrape type for 6934771auction106404: 0
2026-03-28 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-28 14:52:14 [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-28 14:52:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:52:14 [ecarstrade.be] INFO: Found listing with ID: 6934772auction106404
2026-03-28 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934772auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:14 [ecarstrade.be] INFO: Scrape type for 6934772auction106404: 0
2026-03-28 14:52:14 [ecarstrade.be] INFO: Found listing with ID: 6934773auction106404
2026-03-28 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934773auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:14 [ecarstrade.be] INFO: Scrape type for 6934773auction106404: 0
2026-03-28 14:52:14 [ecarstrade.be] INFO: Found listing with ID: 6934774auction106404
2026-03-28 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934774auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:14 [ecarstrade.be] INFO: Scrape type for 6934774auction106404: 0
2026-03-28 14:52:14 [ecarstrade.be] INFO: Found listing with ID: 6934775auction106404
2026-03-28 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934775auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:14 [ecarstrade.be] INFO: Scrape type for 6934775auction106404: 0
2026-03-28 14:52:14 [ecarstrade.be] INFO: Found listing with ID: 6934776auction106404
2026-03-28 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934776auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:14 [ecarstrade.be] INFO: Scrape type for 6934776auction106404: 0
2026-03-28 14:52:14 [ecarstrade.be] INFO: Found listing with ID: 6934777auction106404
2026-03-28 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934777auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:14 [ecarstrade.be] INFO: Scrape type for 6934777auction106404: 0
2026-03-28 14:52:14 [ecarstrade.be] INFO: Found listing with ID: 6934778auction106404
2026-03-28 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934778auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:14 [ecarstrade.be] INFO: Scrape type for 6934778auction106404: 0
2026-03-28 14:52:14 [ecarstrade.be] INFO: Found listing with ID: 6934779auction106404
2026-03-28 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934779auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:15 [ecarstrade.be] INFO: Scrape type for 6934779auction106404: 0
2026-03-28 14:52:15 [ecarstrade.be] INFO: Found listing with ID: 6937336auction106404
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937336auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:15 [ecarstrade.be] INFO: Scrape type for 6937336auction106404: 0
2026-03-28 14:52:15 [ecarstrade.be] INFO: Found listing with ID: 6946689auction106404
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946689auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:15 [ecarstrade.be] INFO: Scrape type for 6946689auction106404: 2
2026-03-28 14:52:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:52:15 [ecarstrade.be] INFO: Found listing with ID: 6948151auction106404
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948151auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:15 [ecarstrade.be] INFO: Scrape type for 6948151auction106404: 0
2026-03-28 14:52:15 [ecarstrade.be] INFO: Found listing with ID: 6949422auction106404
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949422auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:15 [ecarstrade.be] INFO: Scrape type for 6949422auction106404: 0
2026-03-28 14:52:15 [ecarstrade.be] INFO: Found listing with ID: 6949423auction106404
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949423auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:15 [ecarstrade.be] INFO: Scrape type for 6949423auction106404: 0
2026-03-28 14:52:15 [ecarstrade.be] INFO: Found listing with ID: 6949424auction106404
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949424auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:15 [ecarstrade.be] INFO: Scrape type for 6949424auction106404: 0
2026-03-28 14:52:15 [ecarstrade.be] INFO: Found listing with ID: 6949425auction106404
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949425auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:15 [ecarstrade.be] INFO: Scrape type for 6949425auction106404: 0
2026-03-28 14:52:15 [ecarstrade.be] INFO: Found listing with ID: 6949426auction106404
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949426auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:15 [ecarstrade.be] INFO: Scrape type for 6949426auction106404: 0
2026-03-28 14:52:15 [ecarstrade.be] INFO: Found listing with ID: 6949427auction106404
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949427auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:15 [ecarstrade.be] INFO: Scrape type for 6949427auction106404: 0
2026-03-28 14:52:15 [ecarstrade.be] INFO: Found listing with ID: 6949428auction106404
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949428auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:15 [ecarstrade.be] INFO: Scrape type for 6949428auction106404: 0
2026-03-28 14:52:15 [ecarstrade.be] INFO: Found listing with ID: 6949429auction106404
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949429auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:15 [ecarstrade.be] INFO: Scrape type for 6949429auction106404: 0
2026-03-28 14:52:15 [ecarstrade.be] INFO: Found listing with ID: 6949430auction106404
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949430auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:15 [ecarstrade.be] INFO: Scrape type for 6949430auction106404: 0
2026-03-28 14:52:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:52:21 [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-28 14:52:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6949431auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276949431auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6949431auction106404: 0
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6949432auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276949432auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6949432auction106404: 0
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6949433auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276949433auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6949433auction106404: 0
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6953926auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276953926auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6953926auction106404: 0
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6953927auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276953927auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6953927auction106404: 0
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6953928auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276953928auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6953928auction106404: 0
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6961282auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276961282auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6961282auction106404: 0
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6972451auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276972451auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6972451auction106404: 2
2026-03-28 14:52:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6972599auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276972599auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6972599auction106404: 2
2026-03-28 14:52:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6972615auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276972615auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6972615auction106404: 2
2026-03-28 14:52:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6975474auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276975474auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6975474auction106404: 2
2026-03-28 14:52:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6976612auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276976612auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6976612auction106404: 0
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6976613auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276976613auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6976613auction106404: 0
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6976614auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276976614auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6976614auction106404: 0
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6976615auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276976615auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6976615auction106404: 0
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6976616auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276976616auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6976616auction106404: 0
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6976617auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276976617auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6976617auction106404: 0
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6979328auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276979328auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6979328auction106404: 0
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6980787auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276980787auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6980787auction106404: 0
2026-03-28 14:52:21 [ecarstrade.be] INFO: Found listing with ID: 6984003auction106404
2026-03-28 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276984003auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:21 [ecarstrade.be] INFO: Scrape type for 6984003auction106404: 0
2026-03-28 14:52:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946689> (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-28 14:52:22 [ecarstrade.be] INFO: Extracting details for car 6946689auction106404
2026-03-28 14:52:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with identifier: 6946689auction106404
2026-03-28 14:52:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with scrape type 2
2026-03-28 14:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with scrape type 2
2026-03-28 14:52:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483, identifier: 6946689auction106404
2026-03-28 14:52:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with identifier: 6946689auction106404
2026-03-28 14:52:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with identifier: 6946689auction106404
2026-03-28 14:52:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with identifier: 6946689auction106404 to the API
2026-03-28 14:52:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:52:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946689>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T14:56:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6946689',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 GT 1.2 Hybrid Electric/Gasoline 137hp',
'transmission': 'automatic',
'trim': 'GT 1.2 Hybrid Electric/Gasoline 137hp',
'vin': None,
'year': 2025}
2026-03-28 14:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276946689auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:22 [ecarstrade.be] INFO: Saving data for 6946689auction106404: {'auction_closing_time': 1774882564.0, 'created_time': 1773127790.969438, 'last_price_update_time': 1774709542.88942}
2026-03-28 14:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946689auction106404') HTTP/1.1" 204 0
2026-03-28 14:52:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972451> (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-28 14:52:28 [ecarstrade.be] INFO: Extracting details for car 6972451auction106404
2026-03-28 14:52:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ac3bccb-29a3-5850-b530-43840de3b96e with identifier: 6972451auction106404
2026-03-28 14:52:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ac3bccb-29a3-5850-b530-43840de3b96e with scrape type 2
2026-03-28 14:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ac3bccb-29a3-5850-b530-43840de3b96e with scrape type 2
2026-03-28 14:52:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5ac3bccb-29a3-5850-b530-43840de3b96e, identifier: 6972451auction106404
2026-03-28 14:52:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5ac3bccb-29a3-5850-b530-43840de3b96e with identifier: 6972451auction106404
2026-03-28 14:52:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5ac3bccb-29a3-5850-b530-43840de3b96e with identifier: 6972451auction106404
2026-03-28 14:52:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5ac3bccb-29a3-5850-b530-43840de3b96e with identifier: 6972451auction106404 to the API
2026-03-28 14:52:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:52:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972451>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T14:56:04Z',
'fuel_type': 'Petrol',
'id': '5ac3bccb-29a3-5850-b530-43840de3b96e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972451',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Other',
'model': '',
'odometer': 47398,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-15',
'seats_number': 5,
'seller_name': None,
'title': 'Subaru WRX STI',
'transmission': 'manual',
'trim': 'Subaru WRX STI',
'vin': None,
'year': 2014}
2026-03-28 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276972451auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:28 [ecarstrade.be] INFO: Saving data for 6972451auction106404: {'auction_closing_time': 1774882564.0, 'created_time': 1773785218.459121, 'last_price_update_time': 1774709548.591463}
2026-03-28 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972451auction106404') HTTP/1.1" 204 0
2026-03-28 14:52:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6975474> (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-28 14:52:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972599> (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-28 14:52:28 [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-28 14:52:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972615> (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-28 14:52:28 [ecarstrade.be] INFO: Extracting details for car 6975474auction106404
2026-03-28 14:52:28 [ecarstrade.be] INFO: Extracting details for car 6972599auction106404
2026-03-28 14:52:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9 with identifier: 6975474auction106404
2026-03-28 14:52:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9 with scrape type 2
2026-03-28 14:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9 with scrape type 2
2026-03-28 14:52:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9, identifier: 6975474auction106404
2026-03-28 14:52:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc3db357-9b8d-52c5-b0ec-e10cb64d35ea with identifier: 6972599auction106404
2026-03-28 14:52:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc3db357-9b8d-52c5-b0ec-e10cb64d35ea with scrape type 2
2026-03-28 14:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc3db357-9b8d-52c5-b0ec-e10cb64d35ea with scrape type 2
2026-03-28 14:52:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc3db357-9b8d-52c5-b0ec-e10cb64d35ea, identifier: 6972599auction106404
2026-03-28 14:52:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9 with identifier: 6975474auction106404
2026-03-28 14:52:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9 with identifier: 6975474auction106404
2026-03-28 14:52:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9 with identifier: 6975474auction106404 to the API
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9%27 HTTP/1.1" 200 None
2026-03-28 14:52:29 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Black\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Volkswagen Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp Aut.\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Volkswagen\u0022, \u0022Model\u0022: \u0022T5 Transporter\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222026-03-10\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6975474\u0022, \u0022ExpirationDate\u0022: \u00222026-03-30T14:56:04Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp Aut.\u0022, \u0022Year\u0022: 2026, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 6, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Sat, 28 Mar 2026 14:52:28 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-28 14:52:29 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 14:52:29 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T14:56:04Z',
'fuel_type': 'Diesel',
'id': 'b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6975474',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-03-10',
'seats_number': 6,
'seller_name': None,
'title': 'Volkswagen Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp Aut.',
'transmission': 'automatic',
'trim': 'Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp Aut.',
'vin': None,
'year': 2026}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276975474auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:29 [ecarstrade.be] INFO: Saving data for 6975474auction106404: {'auction_closing_time': 1774882564.0, 'created_time': 1773785244.148269, 'last_price_update_time': 1774709549.241619}
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6975474auction106404') HTTP/1.1" 204 0
2026-03-28 14:52:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc3db357-9b8d-52c5-b0ec-e10cb64d35ea with identifier: 6972599auction106404
2026-03-28 14:52:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc3db357-9b8d-52c5-b0ec-e10cb64d35ea with identifier: 6972599auction106404
2026-03-28 14:52:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc3db357-9b8d-52c5-b0ec-e10cb64d35ea with identifier: 6972599auction106404 to the API
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27dc3db357-9b8d-52c5-b0ec-e10cb64d35ea%27 HTTP/1.1" 200 None
2026-03-28 14:52:29 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id dc3db357-9b8d-52c5-b0ec-e10cb64d35ea: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022White\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Isuzu N-Serie L 3.5T CityCab MY22 F150 ODB-E\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Isuzu\u0022, \u0022Model\u0022: \u0022Other\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222025-12-04\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6972599\u0022, \u0022ExpirationDate\u0022: \u00222026-03-30T14:56:04Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022N-Serie L 3.5T CityCab MY22 F150 ODB-E\u0022, \u0022Year\u0022: 2025, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 2, \u0022DoorsNumber\u0022: 2, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022dc3db357-9b8d-52c5-b0ec-e10cb64d35ea\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Sat, 28 Mar 2026 14:52:28 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-28 14:52:29 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 14:52:29 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T14:56:04Z',
'fuel_type': 'Diesel',
'id': 'dc3db357-9b8d-52c5-b0ec-e10cb64d35ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972599',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Isuzu',
'model': 'Other',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-12-04',
'seats_number': 2,
'seller_name': None,
'title': 'Isuzu N-Serie L 3.5T CityCab MY22 F150 ODB-E',
'transmission': 'automatic',
'trim': 'N-Serie L 3.5T CityCab MY22 F150 ODB-E',
'vin': None,
'year': 2025}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972599auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:29 [ecarstrade.be] INFO: Saving data for 6972599auction106404: {'auction_closing_time': 1774882564.0, 'created_time': 1773785241.482359, 'last_price_update_time': 1774709549.50055}
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972599auction106404') HTTP/1.1" 204 0
2026-03-28 14:52:29 [ecarstrade.be] INFO: Extracting details for car 6972615auction106404
2026-03-28 14:52:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:52:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53715a44-97b0-59ae-947f-011c592c137a with identifier: 6972615auction106404
2026-03-28 14:52:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53715a44-97b0-59ae-947f-011c592c137a with scrape type 2
2026-03-28 14:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53715a44-97b0-59ae-947f-011c592c137a with scrape type 2
2026-03-28 14:52:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53715a44-97b0-59ae-947f-011c592c137a, identifier: 6972615auction106404
2026-03-28 14:52:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53715a44-97b0-59ae-947f-011c592c137a with identifier: 6972615auction106404
2026-03-28 14:52:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53715a44-97b0-59ae-947f-011c592c137a with identifier: 6972615auction106404
2026-03-28 14:52:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53715a44-97b0-59ae-947f-011c592c137a with identifier: 6972615auction106404 to the API
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:52:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972615>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T14:56:04Z',
'fuel_type': 'Petrol',
'id': '53715a44-97b0-59ae-947f-011c592c137a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972615',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'AC',
'model': 'Suzuki Across',
'odometer': 11624,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-30',
'seats_number': 5,
'seller_name': None,
'title': 'Suzuki Across GLX 2.5 AWD 7HYB ECVT',
'transmission': 'automatic',
'trim': 'GLX 2.5 AWD 7HYB ECVT',
'vin': None,
'year': 2024}
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972615auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:29 [ecarstrade.be] INFO: Saving data for 6972615auction106404: {'auction_closing_time': 1774882564.0, 'created_time': 1773785252.191616, 'last_price_update_time': 1774709549.960085}
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972615auction106404') HTTP/1.1" 204 0
2026-03-28 14:52:29 [ecarstrade.be] INFO: Found listing with ID: 6984004auction106404
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984004auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:29 [ecarstrade.be] INFO: Scrape type for 6984004auction106404: 0
2026-03-28 14:52:29 [ecarstrade.be] INFO: Found listing with ID: 6984005auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 6984005auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 6993745auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 6993745auction106404: 2
2026-03-28 14:52:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 6994873auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 6994873auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 6995245auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 6995245auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 7003037auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 7003037auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 7003039auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 7003039auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 7003040auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 7003040auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 7003041auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 7003041auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 7003046auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 7003046auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 7003047auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 7003047auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 7003048auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 7003048auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 7003049auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 7003049auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 7003051auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 7003051auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 7003055auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 7003055auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 7003056auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 7003056auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 7003058auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 7003058auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 7003076auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 7003076auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 7003077auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 7003077auction106404: 0
2026-03-28 14:52:30 [ecarstrade.be] INFO: Found listing with ID: 7003317auction106404
2026-03-28 14:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:30 [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-28 14:52:30 [ecarstrade.be] INFO: Scrape type for 7003317auction106404: 0
2026-03-28 14:52:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page128?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7003328auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7003328auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7003541auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7003541auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7003542auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7003542auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7003543auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7003543auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7003544auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7003544auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7003545auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7003545auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7003546auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7003546auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7003547auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7003547auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7003548auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7003548auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7003549auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7003549auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7003550auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7003550auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7003551auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7003551auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7007006auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7007006auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7007007auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7007007auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7007008auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7007008auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7007009auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7007009auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7007010auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:36 [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-28 14:52:36 [ecarstrade.be] INFO: Scrape type for 7007010auction106404: 0
2026-03-28 14:52:36 [ecarstrade.be] INFO: Found listing with ID: 7007011auction106404
2026-03-28 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:37 [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-28 14:52:37 [ecarstrade.be] INFO: Scrape type for 7007011auction106404: 0
2026-03-28 14:52:37 [ecarstrade.be] INFO: Found listing with ID: 7007012auction106404
2026-03-28 14:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:37 [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-28 14:52:37 [ecarstrade.be] INFO: Scrape type for 7007012auction106404: 0
2026-03-28 14:52:37 [ecarstrade.be] INFO: Found listing with ID: 7007013auction106404
2026-03-28 14:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:37 [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-28 14:52:37 [ecarstrade.be] INFO: Scrape type for 7007013auction106404: 0
2026-03-28 14:52:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993745> (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-28 14:52:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:52:37 [ecarstrade.be] INFO: Extracting details for car 6993745auction106404
2026-03-28 14:52:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c75f2d16-6357-5713-b9cb-5e73b8a866f2 with identifier: 6993745auction106404
2026-03-28 14:52:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c75f2d16-6357-5713-b9cb-5e73b8a866f2 with scrape type 2
2026-03-28 14:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c75f2d16-6357-5713-b9cb-5e73b8a866f2 with scrape type 2
2026-03-28 14:52:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c75f2d16-6357-5713-b9cb-5e73b8a866f2, identifier: 6993745auction106404
2026-03-28 14:52:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c75f2d16-6357-5713-b9cb-5e73b8a866f2 with identifier: 6993745auction106404
2026-03-28 14:52:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c75f2d16-6357-5713-b9cb-5e73b8a866f2 with identifier: 6993745auction106404
2026-03-28 14:52:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c75f2d16-6357-5713-b9cb-5e73b8a866f2 with identifier: 6993745auction106404 to the API
2026-03-28 14:52:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:52: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-28 14:52:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993745>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T14:56:04Z',
'fuel_type': 'Diesel',
'id': 'c75f2d16-6357-5713-b9cb-5e73b8a866f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993745',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-11-21',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen Berlingo VAN 1.5 DIESEL 102hp',
'transmission': 'manual',
'trim': 'VAN 1.5 DIESEL 102hp',
'vin': None,
'year': 2025}
2026-03-28 14:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993745auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:39 [ecarstrade.be] INFO: Saving data for 6993745auction106404: {'auction_closing_time': 1774882564.0, 'created_time': 1774284809.637789, 'last_price_update_time': 1774709559.47561}
2026-03-28 14:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993745auction106404') HTTP/1.1" 204 0
2026-03-28 14:52:45 [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-28 14:52:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 7007014auction106404
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007014auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 7007014auction106404: 0
2026-03-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 7007015auction106404
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007015auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 7007015auction106404: 0
2026-03-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 7007016auction106404
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007016auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 7007016auction106404: 0
2026-03-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 7007017auction106404
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007017auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 7007017auction106404: 0
2026-03-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 7007018auction106404
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007018auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 7007018auction106404: 0
2026-03-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 7007019auction106404
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007019auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 7007019auction106404: 0
2026-03-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 7007020auction106404
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007020auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 7007020auction106404: 0
2026-03-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 7007021auction106404
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007021auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 7007021auction106404: 0
2026-03-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 7008632auction106404
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008632auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 7008632auction106404: 2
2026-03-28 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-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 7008633auction106404
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008633auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 7008633auction106404: 2
2026-03-28 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-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 7008634auction106404
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008634auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 7008634auction106404: 2
2026-03-28 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-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6666970auction106392
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276666970auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 6666970auction106392: 2
2026-03-28 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-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6673299auction106392
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276673299auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 6673299auction106392: 2
2026-03-28 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-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6673305auction106392
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276673305auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 6673305auction106392: 2
2026-03-28 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-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6674858auction106392
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276674858auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 6674858auction106392: 2
2026-03-28 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-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6675823auction106392
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276675823auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 6675823auction106392: 2
2026-03-28 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-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6677264auction106392
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276677264auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 6677264auction106392: 0
2026-03-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6680659auction106392
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276680659auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 6680659auction106392: 0
2026-03-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6686371auction106392
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276686371auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 6686371auction106392: 0
2026-03-28 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6690079auction106392
2026-03-28 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276690079auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:46 [ecarstrade.be] INFO: Scrape type for 6690079auction106392: 0
2026-03-28 14:52:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:52:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6693846auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276693846auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6693846auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6694293auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694293auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6694293auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6694671auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694671auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6694671auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6718967auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276718967auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6718967auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6718986auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276718986auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6718986auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6718987auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276718987auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6718987auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6718997auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276718997auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6718997auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6719003auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719003auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6719003auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6719014auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719014auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6719014auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6719044auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719044auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6719044auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6719069auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719069auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6719069auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6719092auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719092auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6719092auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6719150auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719150auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6719150auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6721443auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276721443auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6721443auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6722685auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276722685auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6722685auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6725012auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725012auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6725012auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6725037auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725037auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6725037auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6725042auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725042auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6725042auction106392: 2
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6725063auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725063auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6725063auction106392: 0
2026-03-28 14:52:52 [ecarstrade.be] INFO: Found listing with ID: 6725067auction106392
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725067auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:52 [ecarstrade.be] INFO: Scrape type for 6725067auction106392: 0
2026-03-28 14:52:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6673299> (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-28 14:52:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:52:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6674858> (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-28 14:52:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:52:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008632> (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-28 14:52:52 [ecarstrade.be] INFO: Extracting details for car 6673299auction106392
2026-03-28 14:52:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a4ceec2-b75c-506f-99d6-20028a1c6cea with identifier: 6673299auction106392
2026-03-28 14:52:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a4ceec2-b75c-506f-99d6-20028a1c6cea with scrape type 2
2026-03-28 14:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a4ceec2-b75c-506f-99d6-20028a1c6cea with scrape type 2
2026-03-28 14:52:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a4ceec2-b75c-506f-99d6-20028a1c6cea, identifier: 6673299auction106392
2026-03-28 14:52:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a4ceec2-b75c-506f-99d6-20028a1c6cea with identifier: 6673299auction106392
2026-03-28 14:52:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a4ceec2-b75c-506f-99d6-20028a1c6cea with identifier: 6673299auction106392
2026-03-28 14:52:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a4ceec2-b75c-506f-99d6-20028a1c6cea with identifier: 6673299auction106392 to the API
2026-03-28 14:52:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:52:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:52:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6673299>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '5a4ceec2-b75c-506f-99d6-20028a1c6cea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6673299',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 6017,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-13',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276673299auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:53 [ecarstrade.be] INFO: Saving data for 6673299auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772614689.559822, 'last_price_update_time': 1774709573.427399}
2026-03-28 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6673299auction106392') HTTP/1.1" 204 0
2026-03-28 14:52:53 [ecarstrade.be] INFO: Extracting details for car 6674858auction106392
2026-03-28 14:52:53 [ecarstrade.be] INFO: Extracting details for car 7008632auction106404
2026-03-28 14:52:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 295605d7-cc9f-5537-9d3b-8d6c21ac9885 with identifier: 6674858auction106392
2026-03-28 14:52:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 295605d7-cc9f-5537-9d3b-8d6c21ac9885 with scrape type 2
2026-03-28 14:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 295605d7-cc9f-5537-9d3b-8d6c21ac9885 with scrape type 2
2026-03-28 14:52:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 295605d7-cc9f-5537-9d3b-8d6c21ac9885, identifier: 6674858auction106392
2026-03-28 14:52:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22b88ff4-3294-500b-ab93-708ef5ffe801 with identifier: 7008632auction106404
2026-03-28 14:52:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22b88ff4-3294-500b-ab93-708ef5ffe801 with scrape type 2
2026-03-28 14:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22b88ff4-3294-500b-ab93-708ef5ffe801 with scrape type 2
2026-03-28 14:52:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 22b88ff4-3294-500b-ab93-708ef5ffe801, identifier: 7008632auction106404
2026-03-28 14:52:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008634> (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-28 14:52:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 295605d7-cc9f-5537-9d3b-8d6c21ac9885 with identifier: 6674858auction106392
2026-03-28 14:52:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 295605d7-cc9f-5537-9d3b-8d6c21ac9885 with identifier: 6674858auction106392
2026-03-28 14:52:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 295605d7-cc9f-5537-9d3b-8d6c21ac9885 with identifier: 6674858auction106392 to the API
2026-03-28 14:52:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:52:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:52:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6674858>
{'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-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '295605d7-cc9f-5537-9d3b-8d6c21ac9885',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6674858',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 23356,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 180 e-EAT8 Allure Pack',
'transmission': 'automatic',
'trim': 'Hybrid 180 e-EAT8 Allure Pack',
'vin': None,
'year': 2024}
2026-03-28 14:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276674858auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:54 [ecarstrade.be] INFO: Saving data for 6674858auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772614685.314236, 'last_price_update_time': 1774709574.065842}
2026-03-28 14:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6674858auction106392') HTTP/1.1" 204 0
2026-03-28 14:52:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 22b88ff4-3294-500b-ab93-708ef5ffe801 with identifier: 7008632auction106404
2026-03-28 14:52:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 22b88ff4-3294-500b-ab93-708ef5ffe801 with identifier: 7008632auction106404
2026-03-28 14:52:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 22b88ff4-3294-500b-ab93-708ef5ffe801 with identifier: 7008632auction106404 to the API
2026-03-28 14:52:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:52:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:52:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008632>
{'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-30T14:56:04Z',
'fuel_type': 'Petrol',
'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': 0,
'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-28 14:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008632auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:54 [ecarstrade.be] INFO: Saving data for 7008632auction106404: {'auction_closing_time': 1774882564.0, 'created_time': 1774622770.006835, 'last_price_update_time': 1774709574.373087}
2026-03-28 14:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008632auction106404') HTTP/1.1" 204 0
2026-03-28 14:52:54 [ecarstrade.be] INFO: Extracting details for car 7008634auction106404
2026-03-28 14:52:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6673305> (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-28 14:52:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008633> (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-28 14:52:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab with identifier: 7008634auction106404
2026-03-28 14:52:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab with scrape type 2
2026-03-28 14:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab with scrape type 2
2026-03-28 14:52:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab, identifier: 7008634auction106404
2026-03-28 14:52:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab with identifier: 7008634auction106404
2026-03-28 14:52:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab with identifier: 7008634auction106404
2026-03-28 14:52:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab with identifier: 7008634auction106404 to the API
2026-03-28 14:52:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:52:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:52:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008634>
{'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-30T14:56:04Z',
'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': 0,
'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-28 14:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008634auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:54 [ecarstrade.be] INFO: Saving data for 7008634auction106404: {'auction_closing_time': 1774882564.0, 'created_time': 1774622830.329605, 'last_price_update_time': 1774709574.806286}
2026-03-28 14:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008634auction106404') HTTP/1.1" 204 0
2026-03-28 14:52:54 [ecarstrade.be] INFO: Extracting details for car 6673305auction106392
2026-03-28 14:52:54 [ecarstrade.be] INFO: Extracting details for car 7008633auction106404
2026-03-28 14:52:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62143891-61ea-5f35-a42d-4c16949a4f92 with identifier: 6673305auction106392
2026-03-28 14:52:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62143891-61ea-5f35-a42d-4c16949a4f92 with scrape type 2
2026-03-28 14:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62143891-61ea-5f35-a42d-4c16949a4f92 with scrape type 2
2026-03-28 14:52:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 62143891-61ea-5f35-a42d-4c16949a4f92, identifier: 6673305auction106392
2026-03-28 14:52:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01fb01c2-b224-59de-93c4-e4f447cd3641 with identifier: 7008633auction106404
2026-03-28 14:52:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01fb01c2-b224-59de-93c4-e4f447cd3641 with scrape type 2
2026-03-28 14:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01fb01c2-b224-59de-93c4-e4f447cd3641 with scrape type 2
2026-03-28 14:52:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01fb01c2-b224-59de-93c4-e4f447cd3641, identifier: 7008633auction106404
2026-03-28 14:52:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 62143891-61ea-5f35-a42d-4c16949a4f92 with identifier: 6673305auction106392
2026-03-28 14:52:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 62143891-61ea-5f35-a42d-4c16949a4f92 with identifier: 6673305auction106392
2026-03-28 14:52:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 62143891-61ea-5f35-a42d-4c16949a4f92 with identifier: 6673305auction106392 to the API
2026-03-28 14:52:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:52:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:52:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6673305>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '62143891-61ea-5f35-a42d-4c16949a4f92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6673305',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 7037,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-26',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276673305auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:55 [ecarstrade.be] INFO: Saving data for 6673305auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772614688.446447, 'last_price_update_time': 1774709575.313418}
2026-03-28 14:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6673305auction106392') HTTP/1.1" 204 0
2026-03-28 14:52:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01fb01c2-b224-59de-93c4-e4f447cd3641 with identifier: 7008633auction106404
2026-03-28 14:52:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01fb01c2-b224-59de-93c4-e4f447cd3641 with identifier: 7008633auction106404
2026-03-28 14:52:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01fb01c2-b224-59de-93c4-e4f447cd3641 with identifier: 7008633auction106404 to the API
2026-03-28 14:52:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:52:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:52:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008633>
{'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-30T14:56:04Z',
'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': 0,
'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-28 14:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008633auction106404%27 HTTP/1.1" 200 None
2026-03-28 14:52:55 [ecarstrade.be] INFO: Saving data for 7008633auction106404: {'auction_closing_time': 1774882564.0, 'created_time': 1774622769.447185, 'last_price_update_time': 1774709575.60601}
2026-03-28 14:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008633auction106404') HTTP/1.1" 204 0
2026-03-28 14:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6666970> (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-28 14:52:55 [ecarstrade.be] INFO: Extracting details for car 6666970auction106392
2026-03-28 14:52:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e36d09ce-02b8-5796-9bc2-26a975eba922 with identifier: 6666970auction106392
2026-03-28 14:52:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e36d09ce-02b8-5796-9bc2-26a975eba922 with scrape type 2
2026-03-28 14:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e36d09ce-02b8-5796-9bc2-26a975eba922 with scrape type 2
2026-03-28 14:52:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e36d09ce-02b8-5796-9bc2-26a975eba922, identifier: 6666970auction106392
2026-03-28 14:52:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e36d09ce-02b8-5796-9bc2-26a975eba922 with identifier: 6666970auction106392
2026-03-28 14:52:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e36d09ce-02b8-5796-9bc2-26a975eba922 with identifier: 6666970auction106392
2026-03-28 14:52:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e36d09ce-02b8-5796-9bc2-26a975eba922 with identifier: 6666970auction106392 to the API
2026-03-28 14:52:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:52:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:52:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6666970>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': 'e36d09ce-02b8-5796-9bc2-26a975eba922',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6666970',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 10350,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-20',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 PureTech 100 S&S BVM6 Allure Pack',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure Pack',
'vin': None,
'year': 2023}
2026-03-28 14:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276666970auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:52:56 [ecarstrade.be] INFO: Saving data for 6666970auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772614688.994517, 'last_price_update_time': 1774709576.126579}
2026-03-28 14:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6666970auction106392') HTTP/1.1" 204 0
2026-03-28 14:52:59 [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-28 14:52:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:52:59 [ecarstrade.be] INFO: Found listing with ID: 6725764auction106392
2026-03-28 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:59 [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-28 14:52:59 [ecarstrade.be] INFO: Scrape type for 6725764auction106392: 0
2026-03-28 14:52:59 [ecarstrade.be] INFO: Found listing with ID: 6732946auction106392
2026-03-28 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:59 [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-28 14:52:59 [ecarstrade.be] INFO: Scrape type for 6732946auction106392: 0
2026-03-28 14:52:59 [ecarstrade.be] INFO: Found listing with ID: 6737028auction106392
2026-03-28 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:59 [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-28 14:52:59 [ecarstrade.be] INFO: Scrape type for 6737028auction106392: 0
2026-03-28 14:52:59 [ecarstrade.be] INFO: Found listing with ID: 6737029auction106392
2026-03-28 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:59 [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-28 14:52:59 [ecarstrade.be] INFO: Scrape type for 6737029auction106392: 0
2026-03-28 14:52:59 [ecarstrade.be] INFO: Found listing with ID: 6738189auction106392
2026-03-28 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:59 [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-28 14:52:59 [ecarstrade.be] INFO: Scrape type for 6738189auction106392: 0
2026-03-28 14:52:59 [ecarstrade.be] INFO: Found listing with ID: 6742440auction106392
2026-03-28 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:52:59 [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-28 14:52:59 [ecarstrade.be] INFO: Scrape type for 6742440auction106392: 0
2026-03-28 14:52:59 [ecarstrade.be] INFO: Found listing with ID: 6745390auction106392
2026-03-28 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276745390auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:00 [ecarstrade.be] INFO: Scrape type for 6745390auction106392: 0
2026-03-28 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6746049auction106392
2026-03-28 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276746049auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:00 [ecarstrade.be] INFO: Scrape type for 6746049auction106392: 0
2026-03-28 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6746066auction106392
2026-03-28 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276746066auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:00 [ecarstrade.be] INFO: Scrape type for 6746066auction106392: 0
2026-03-28 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6749433auction106392
2026-03-28 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276749433auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:00 [ecarstrade.be] INFO: Scrape type for 6749433auction106392: 0
2026-03-28 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6750730auction106392
2026-03-28 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276750730auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:00 [ecarstrade.be] INFO: Scrape type for 6750730auction106392: 0
2026-03-28 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6754289auction106392
2026-03-28 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276754289auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:00 [ecarstrade.be] INFO: Scrape type for 6754289auction106392: 0
2026-03-28 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6754290auction106392
2026-03-28 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276754290auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:00 [ecarstrade.be] INFO: Scrape type for 6754290auction106392: 0
2026-03-28 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6754292auction106392
2026-03-28 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276754292auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:00 [ecarstrade.be] INFO: Scrape type for 6754292auction106392: 0
2026-03-28 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6755896auction106392
2026-03-28 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276755896auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:00 [ecarstrade.be] INFO: Scrape type for 6755896auction106392: 0
2026-03-28 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6759417auction106392
2026-03-28 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276759417auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:00 [ecarstrade.be] INFO: Scrape type for 6759417auction106392: 0
2026-03-28 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6760076auction106392
2026-03-28 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276760076auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:00 [ecarstrade.be] INFO: Scrape type for 6760076auction106392: 0
2026-03-28 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6761373auction106392
2026-03-28 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276761373auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:00 [ecarstrade.be] INFO: Scrape type for 6761373auction106392: 0
2026-03-28 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6763813auction106392
2026-03-28 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276763813auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:00 [ecarstrade.be] INFO: Scrape type for 6763813auction106392: 0
2026-03-28 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6765306auction106392
2026-03-28 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276765306auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:00 [ecarstrade.be] INFO: Scrape type for 6765306auction106392: 0
2026-03-28 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-28 14:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6725042> (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-28 14:53:00 [ecarstrade.be] INFO: Extracting details for car 6725042auction106392
2026-03-28 14:53:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5aa9b145-acb8-5640-9c08-1df56674feb3 with identifier: 6725042auction106392
2026-03-28 14:53:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5aa9b145-acb8-5640-9c08-1df56674feb3 with scrape type 2
2026-03-28 14:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5aa9b145-acb8-5640-9c08-1df56674feb3 with scrape type 2
2026-03-28 14:53:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5aa9b145-acb8-5640-9c08-1df56674feb3, identifier: 6725042auction106392
2026-03-28 14:53:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5aa9b145-acb8-5640-9c08-1df56674feb3 with identifier: 6725042auction106392
2026-03-28 14:53:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5aa9b145-acb8-5640-9c08-1df56674feb3 with identifier: 6725042auction106392
2026-03-28 14:53:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5aa9b145-acb8-5640-9c08-1df56674feb3 with identifier: 6725042auction106392 to the API
2026-03-28 14:53:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:53:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:53:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6725042>
{'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-30T15:10:03Z',
'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': 0,
'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-28 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725042auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:01 [ecarstrade.be] INFO: Saving data for 6725042auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1774622609.95947, 'last_price_update_time': 1774709581.278894}
2026-03-28 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6725042auction106392') HTTP/1.1" 204 0
2026-03-28 14:53:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6766624auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6766624auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6771908auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6771908auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6776756auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6776756auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6776880auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6776880auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6777591auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6777591auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6777601auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6777601auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6777602auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6777602auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6777603auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6777603auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6777604auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6777604auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6777605auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6777605auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6777607auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6777607auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6777608auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6777608auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6777609auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6777609auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6777610auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6777610auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6777611auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6777611auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6777613auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6777613auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6777622auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6777622auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6777633auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777633auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6777633auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6777634auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:06 [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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6777634auction106392: 0
2026-03-28 14:53:06 [ecarstrade.be] INFO: Found listing with ID: 6777637auction106392
2026-03-28 14:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53: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-28 14:53:06 [ecarstrade.be] INFO: Scrape type for 6777637auction106392: 0
2026-03-28 14:53:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:06 [scrapy.extensions.logstats] INFO: Crawled 391 pages (at 23 pages/min), scraped 252 items (at 12 items/min)
2026-03-28 14:53:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 340MiB
2026-03-28 14:53:12 [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-28 14:53:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6777780auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777780auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6777780auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6777781auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777781auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6777781auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6777782auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777782auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6777782auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6777783auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777783auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6777783auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6777784auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777784auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6777784auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6778086auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778086auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6778086auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6779365auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779365auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6779365auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6780522auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780522auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6780522auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6780523auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780523auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6780523auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6780524auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780524auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6780524auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6780525auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780525auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6780525auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6780526auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780526auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6780526auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6780527auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780527auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6780527auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6780528auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780528auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6780528auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6781520auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781520auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6781520auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6781521auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781521auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6781521auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6781866auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781866auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6781866auction106392: 2
2026-03-28 14:53:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6781870auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781870auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6781870auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6781871auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781871auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6781871auction106392: 0
2026-03-28 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 6784596auction106392
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784596auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:13 [ecarstrade.be] INFO: Scrape type for 6784596auction106392: 0
2026-03-28 14:53:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:19 [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-28 14:53:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6785651auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276785651auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6785651auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6786586auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276786586auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6786586auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6787087auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787087auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6787087auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6787502auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787502auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6787502auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6788220auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788220auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6788220auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6790751auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276790751auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6790751auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6801120auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276801120auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6801120auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6802623auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802623auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6802623auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6802625auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802625auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6802625auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6805148auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276805148auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6805148auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6808676auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276808676auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6808676auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6818584auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818584auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6818584auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6818586auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818586auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6818586auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6818587auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818587auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6818587auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6818590auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818590auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6818590auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6818936auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818936auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6818936auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6819384auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819384auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6819384auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6819416auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819416auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6819416auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6820333auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276820333auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6820333auction106392: 0
2026-03-28 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 6820903auction106392
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276820903auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:19 [ecarstrade.be] INFO: Scrape type for 6820903auction106392: 0
2026-03-28 14:53:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6781866> (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-28 14:53:19 [ecarstrade.be] INFO: Extracting details for car 6781866auction106392
2026-03-28 14:53:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c419e383-686c-5eb3-a9a0-1c401b5b7e9f with identifier: 6781866auction106392
2026-03-28 14:53:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c419e383-686c-5eb3-a9a0-1c401b5b7e9f with scrape type 2
2026-03-28 14:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c419e383-686c-5eb3-a9a0-1c401b5b7e9f with scrape type 2
2026-03-28 14:53:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c419e383-686c-5eb3-a9a0-1c401b5b7e9f, identifier: 6781866auction106392
2026-03-28 14:53:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c419e383-686c-5eb3-a9a0-1c401b5b7e9f with identifier: 6781866auction106392
2026-03-28 14:53:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c419e383-686c-5eb3-a9a0-1c401b5b7e9f with identifier: 6781866auction106392
2026-03-28 14:53:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c419e383-686c-5eb3-a9a0-1c401b5b7e9f with identifier: 6781866auction106392 to the API
2026-03-28 14:53:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:53: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-28 14:53:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6781866>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': 'c419e383-686c-5eb3-a9a0-1c401b5b7e9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6781866',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 17500,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-08',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-28 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781866auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:20 [ecarstrade.be] INFO: Saving data for 6781866auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772676989.244465, 'last_price_update_time': 1774709600.381524}
2026-03-28 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6781866auction106392') HTTP/1.1" 204 0
2026-03-28 14:53:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6675823> (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-28 14:53:27 [ecarstrade.be] INFO: Extracting details for car 6675823auction106392
2026-03-28 14:53:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9769427-0b4b-5362-9f31-2678e86d881a with identifier: 6675823auction106392
2026-03-28 14:53:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9769427-0b4b-5362-9f31-2678e86d881a with scrape type 2
2026-03-28 14:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9769427-0b4b-5362-9f31-2678e86d881a with scrape type 2
2026-03-28 14:53:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e9769427-0b4b-5362-9f31-2678e86d881a, identifier: 6675823auction106392
2026-03-28 14:53:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e9769427-0b4b-5362-9f31-2678e86d881a with identifier: 6675823auction106392
2026-03-28 14:53:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e9769427-0b4b-5362-9f31-2678e86d881a with identifier: 6675823auction106392
2026-03-28 14:53:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e9769427-0b4b-5362-9f31-2678e86d881a with identifier: 6675823auction106392 to the API
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:53:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6675823>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': 'e9769427-0b4b-5362-9f31-2678e86d881a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6675823',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 30726,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-20',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276675823auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Saving data for 6675823auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772614646.987429, 'last_price_update_time': 1774709607.478183}
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6675823auction106392') HTTP/1.1" 204 0
2026-03-28 14:53:27 [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-28 14:53:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6827414auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827414auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6827414auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6827674auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827674auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6827674auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6827675auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827675auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6827675auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6830000auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276830000auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6830000auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6830542auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276830542auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6830542auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6834240auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276834240auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6834240auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6835309auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835309auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6835309auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6837652auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276837652auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6837652auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6839068auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839068auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6839068auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6839069auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839069auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6839069auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6839459auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839459auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6839459auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6841645auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841645auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6841645auction106392: 2
2026-03-28 14:53:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6842661auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842661auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6842661auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6842663auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842663auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6842663auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6842666auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842666auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6842666auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6843087auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843087auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6843087auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6843088auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843088auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6843088auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6843089auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843089auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6843089auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6843090auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843090auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6843090auction106392: 0
2026-03-28 14:53:27 [ecarstrade.be] INFO: Found listing with ID: 6843101auction106392
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843101auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:27 [ecarstrade.be] INFO: Scrape type for 6843101auction106392: 0
2026-03-28 14:53:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:33 [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-28 14:53:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:53:33 [ecarstrade.be] INFO: Found listing with ID: 6843102auction106392
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:33 [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-28 14:53:33 [ecarstrade.be] INFO: Scrape type for 6843102auction106392: 2
2026-03-28 14:53:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:33 [ecarstrade.be] INFO: Found listing with ID: 6843105auction106392
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:33 [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-28 14:53:33 [ecarstrade.be] INFO: Scrape type for 6843105auction106392: 0
2026-03-28 14:53:33 [ecarstrade.be] INFO: Found listing with ID: 6843106auction106392
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:33 [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-28 14:53:33 [ecarstrade.be] INFO: Scrape type for 6843106auction106392: 0
2026-03-28 14:53:33 [ecarstrade.be] INFO: Found listing with ID: 6843108auction106392
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:33 [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-28 14:53:33 [ecarstrade.be] INFO: Scrape type for 6843108auction106392: 0
2026-03-28 14:53:33 [ecarstrade.be] INFO: Found listing with ID: 6843110auction106392
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:33 [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-28 14:53:33 [ecarstrade.be] INFO: Scrape type for 6843110auction106392: 0
2026-03-28 14:53:33 [ecarstrade.be] INFO: Found listing with ID: 6843112auction106392
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:33 [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-28 14:53:33 [ecarstrade.be] INFO: Scrape type for 6843112auction106392: 0
2026-03-28 14:53:33 [ecarstrade.be] INFO: Found listing with ID: 6843114auction106392
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:33 [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-28 14:53:33 [ecarstrade.be] INFO: Scrape type for 6843114auction106392: 0
2026-03-28 14:53:33 [ecarstrade.be] INFO: Found listing with ID: 6843116auction106392
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:33 [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-28 14:53:33 [ecarstrade.be] INFO: Scrape type for 6843116auction106392: 0
2026-03-28 14:53:33 [ecarstrade.be] INFO: Found listing with ID: 6843117auction106392
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:33 [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-28 14:53:33 [ecarstrade.be] INFO: Scrape type for 6843117auction106392: 0
2026-03-28 14:53:33 [ecarstrade.be] INFO: Found listing with ID: 6843118auction106392
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:33 [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-28 14:53:33 [ecarstrade.be] INFO: Scrape type for 6843118auction106392: 0
2026-03-28 14:53:33 [ecarstrade.be] INFO: Found listing with ID: 6843132auction106392
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843132auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:33 [ecarstrade.be] INFO: Scrape type for 6843132auction106392: 0
2026-03-28 14:53:33 [ecarstrade.be] INFO: Found listing with ID: 6843136auction106392
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:33 [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-28 14:53:33 [ecarstrade.be] INFO: Scrape type for 6843136auction106392: 0
2026-03-28 14:53:33 [ecarstrade.be] INFO: Found listing with ID: 6843340auction106392
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:33 [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-28 14:53:33 [ecarstrade.be] INFO: Scrape type for 6843340auction106392: 0
2026-03-28 14:53:33 [ecarstrade.be] INFO: Found listing with ID: 6843341auction106392
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843341auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:33 [ecarstrade.be] INFO: Scrape type for 6843341auction106392: 0
2026-03-28 14:53:33 [ecarstrade.be] INFO: Found listing with ID: 6844030auction106392
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:33 [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-28 14:53:33 [ecarstrade.be] INFO: Scrape type for 6844030auction106392: 0
2026-03-28 14:53:33 [ecarstrade.be] INFO: Found listing with ID: 6848139auction106392
2026-03-28 14:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:33 [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-28 14:53:33 [ecarstrade.be] INFO: Scrape type for 6848139auction106392: 0
2026-03-28 14:53:34 [ecarstrade.be] INFO: Found listing with ID: 6850767auction106392
2026-03-28 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:34 [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-28 14:53:34 [ecarstrade.be] INFO: Scrape type for 6850767auction106392: 0
2026-03-28 14:53:34 [ecarstrade.be] INFO: Found listing with ID: 6851177auction106392
2026-03-28 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:34 [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-28 14:53:34 [ecarstrade.be] INFO: Scrape type for 6851177auction106392: 0
2026-03-28 14:53:34 [ecarstrade.be] INFO: Found listing with ID: 6851182auction106392
2026-03-28 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:34 [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-28 14:53:34 [ecarstrade.be] INFO: Scrape type for 6851182auction106392: 2
2026-03-28 14:53:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:34 [ecarstrade.be] INFO: Found listing with ID: 6855991auction106392
2026-03-28 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:34 [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-28 14:53:34 [ecarstrade.be] INFO: Scrape type for 6855991auction106392: 2
2026-03-28 14:53:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6841645> (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-28 14:53:34 [ecarstrade.be] INFO: Extracting details for car 6841645auction106392
2026-03-28 14:53:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f82f64b5-3c74-5689-8d99-b975b1cfafc5 with identifier: 6841645auction106392
2026-03-28 14:53:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f82f64b5-3c74-5689-8d99-b975b1cfafc5 with scrape type 2
2026-03-28 14:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f82f64b5-3c74-5689-8d99-b975b1cfafc5 with scrape type 2
2026-03-28 14:53:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f82f64b5-3c74-5689-8d99-b975b1cfafc5, identifier: 6841645auction106392
2026-03-28 14:53:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f82f64b5-3c74-5689-8d99-b975b1cfafc5 with identifier: 6841645auction106392
2026-03-28 14:53:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f82f64b5-3c74-5689-8d99-b975b1cfafc5 with identifier: 6841645auction106392
2026-03-28 14:53:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f82f64b5-3c74-5689-8d99-b975b1cfafc5 with identifier: 6841645auction106392 to the API
2026-03-28 14:53:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:53: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-28 14:53:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6841645>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': 'f82f64b5-3c74-5689-8d99-b975b1cfafc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6841645',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'DS Automobiles',
'model': 'Other',
'odometer': 20676,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-14',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 7 Hybride Rechargeable E-Tense 300 EAT8 4x4 Rivoli',
'transmission': 'automatic',
'trim': 'DS DS 7 Hybride Rechargeable E-Tense 300 EAT8 4x4 Rivoli',
'vin': None,
'year': 2024}
2026-03-28 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841645auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:35 [ecarstrade.be] INFO: Saving data for 6841645auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772677043.835102, 'last_price_update_time': 1774709615.074111}
2026-03-28 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6841645auction106392') HTTP/1.1" 204 0
2026-03-28 14:53:40 [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-28 14:53:40 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6857831auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276857831auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6857831auction106392: 2
2026-03-28 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-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6857836auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276857836auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6857836auction106392: 2
2026-03-28 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-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6858717auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276858717auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6858717auction106392: 2
2026-03-28 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-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6859376auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276859376auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6859376auction106392: 0
2026-03-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6859378auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276859378auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6859378auction106392: 0
2026-03-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6860940auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276860940auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6860940auction106392: 0
2026-03-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6860944auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276860944auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6860944auction106392: 0
2026-03-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6860946auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276860946auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6860946auction106392: 0
2026-03-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6860953auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276860953auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6860953auction106392: 0
2026-03-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6860955auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276860955auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6860955auction106392: 0
2026-03-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6860956auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276860956auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6860956auction106392: 0
2026-03-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6860959auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276860959auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6860959auction106392: 0
2026-03-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6860960auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276860960auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6860960auction106392: 0
2026-03-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6860961auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276860961auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6860961auction106392: 0
2026-03-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6860962auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276860962auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6860962auction106392: 0
2026-03-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6860963auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276860963auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6860963auction106392: 0
2026-03-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6860964auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276860964auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6860964auction106392: 0
2026-03-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6900117auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276900117auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6900117auction106392: 2
2026-03-28 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-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6900124auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276900124auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6900124auction106392: 2
2026-03-28 14:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6855991> (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-28 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-28 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6900126auction106392
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276900126auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:40 [ecarstrade.be] INFO: Scrape type for 6900126auction106392: 0
2026-03-28 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-28 14:53:40 [ecarstrade.be] INFO: Extracting details for car 6855991auction106392
2026-03-28 14:53:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bd0d6cd-4673-5794-b6e8-c0dc6cf888be with identifier: 6855991auction106392
2026-03-28 14:53:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bd0d6cd-4673-5794-b6e8-c0dc6cf888be with scrape type 2
2026-03-28 14:53:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bd0d6cd-4673-5794-b6e8-c0dc6cf888be with scrape type 2
2026-03-28 14:53:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5bd0d6cd-4673-5794-b6e8-c0dc6cf888be, identifier: 6855991auction106392
2026-03-28 14:53:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5bd0d6cd-4673-5794-b6e8-c0dc6cf888be with identifier: 6855991auction106392
2026-03-28 14:53:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5bd0d6cd-4673-5794-b6e8-c0dc6cf888be with identifier: 6855991auction106392
2026-03-28 14:53:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5bd0d6cd-4673-5794-b6e8-c0dc6cf888be with identifier: 6855991auction106392 to the API
2026-03-28 14:53:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:53:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:53:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6855991>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '5bd0d6cd-4673-5794-b6e8-c0dc6cf888be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6855991',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 48424,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe (Turbo) 90 hp',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe (Turbo) 90 hp',
'vin': None,
'year': 2024}
2026-03-28 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855991auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:41 [ecarstrade.be] INFO: Saving data for 6855991auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772677170.853794, 'last_price_update_time': 1774709621.16307}
2026-03-28 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6855991auction106392') HTTP/1.1" 204 0
2026-03-28 14:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6851182> (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-28 14:53:41 [ecarstrade.be] INFO: Extracting details for car 6851182auction106392
2026-03-28 14:53:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca6afdbd-60b5-5abd-968f-64c421180f5d with identifier: 6851182auction106392
2026-03-28 14:53:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca6afdbd-60b5-5abd-968f-64c421180f5d with scrape type 2
2026-03-28 14:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca6afdbd-60b5-5abd-968f-64c421180f5d with scrape type 2
2026-03-28 14:53:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca6afdbd-60b5-5abd-968f-64c421180f5d, identifier: 6851182auction106392
2026-03-28 14:53:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca6afdbd-60b5-5abd-968f-64c421180f5d with identifier: 6851182auction106392
2026-03-28 14:53:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca6afdbd-60b5-5abd-968f-64c421180f5d with identifier: 6851182auction106392
2026-03-28 14:53:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca6afdbd-60b5-5abd-968f-64c421180f5d with identifier: 6851182auction106392 to the API
2026-03-28 14:53:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:53:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:53:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6851182>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': 'ca6afdbd-60b5-5abd-968f-64c421180f5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6851182',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 10753,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-22',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 PureTech 100 S&S BVM6 Allure Pack',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure Pack',
'vin': None,
'year': 2023}
2026-03-28 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276851182auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:41 [ecarstrade.be] INFO: Saving data for 6851182auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772677222.365704, 'last_price_update_time': 1774709621.760484}
2026-03-28 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6851182auction106392') HTTP/1.1" 204 0
2026-03-28 14:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843102> (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-28 14:53:41 [ecarstrade.be] INFO: Extracting details for car 6843102auction106392
2026-03-28 14:53:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08428a66-08c0-5ee1-9e8d-6498ec6d0533 with identifier: 6843102auction106392
2026-03-28 14:53:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08428a66-08c0-5ee1-9e8d-6498ec6d0533 with scrape type 2
2026-03-28 14:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08428a66-08c0-5ee1-9e8d-6498ec6d0533 with scrape type 2
2026-03-28 14:53:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 08428a66-08c0-5ee1-9e8d-6498ec6d0533, identifier: 6843102auction106392
2026-03-28 14:53:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 08428a66-08c0-5ee1-9e8d-6498ec6d0533 with identifier: 6843102auction106392
2026-03-28 14:53:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 08428a66-08c0-5ee1-9e8d-6498ec6d0533 with identifier: 6843102auction106392
2026-03-28 14:53:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 08428a66-08c0-5ee1-9e8d-6498ec6d0533 with identifier: 6843102auction106392 to the API
2026-03-28 14:53:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:53:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:53:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843102>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '08428a66-08c0-5ee1-9e8d-6498ec6d0533',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843102',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 24939,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-28 14:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843102auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:42 [ecarstrade.be] INFO: Saving data for 6843102auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772677034.262055, 'last_price_update_time': 1774709622.266579}
2026-03-28 14:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843102auction106392') HTTP/1.1" 204 0
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900130auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900130auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900130auction106392: 0
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900168auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900168auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900168auction106392: 0
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900171auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900171auction106392: 0
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900179auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900179auction106392: 0
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900180auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900180auction106392: 0
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900207auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900207auction106392: 0
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900234auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900234auction106392: 0
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900236auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900236auction106392: 0
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900237auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900237auction106392: 2
2026-03-28 14:53:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900260auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900260auction106392: 2
2026-03-28 14:53:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900328auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900328auction106392: 0
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900330auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900330auction106392: 0
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900331auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900331auction106392: 2
2026-03-28 14:53:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900340auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900340auction106392: 0
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900369auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900369auction106392: 0
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900371auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900371auction106392: 2
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900376auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900376auction106392: 0
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900377auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900377auction106392: 0
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900379auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900379auction106392: 0
2026-03-28 14:53:46 [ecarstrade.be] INFO: Found listing with ID: 6900381auction106392
2026-03-28 14:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:46 [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-28 14:53:46 [ecarstrade.be] INFO: Scrape type for 6900381auction106392: 0
2026-03-28 14:53:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900124> (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-28 14:53:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:47 [ecarstrade.be] INFO: Extracting details for car 6900124auction106392
2026-03-28 14:53:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21fae106-04c1-574f-8d7c-6f7e091810d7 with identifier: 6900124auction106392
2026-03-28 14:53:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21fae106-04c1-574f-8d7c-6f7e091810d7 with scrape type 2
2026-03-28 14:53:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21fae106-04c1-574f-8d7c-6f7e091810d7 with scrape type 2
2026-03-28 14:53:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21fae106-04c1-574f-8d7c-6f7e091810d7, identifier: 6900124auction106392
2026-03-28 14:53:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21fae106-04c1-574f-8d7c-6f7e091810d7 with identifier: 6900124auction106392
2026-03-28 14:53:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21fae106-04c1-574f-8d7c-6f7e091810d7 with identifier: 6900124auction106392
2026-03-28 14:53:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21fae106-04c1-574f-8d7c-6f7e091810d7 with identifier: 6900124auction106392 to the API
2026-03-28 14:53:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:53: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-28 14:53:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900124>
{'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-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '21fae106-04c1-574f-8d7c-6f7e091810d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900124',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 27546,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure Hybrid 136 (e-DCS6) 1.2L 3-cylinder',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (e-DCS6) 1.2L 3-cylinder',
'vin': None,
'year': 2025}
2026-03-28 14:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900124auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:48 [ecarstrade.be] INFO: Saving data for 6900124auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772677328.464635, 'last_price_update_time': 1774709628.040679}
2026-03-28 14:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900124auction106392') HTTP/1.1" 204 0
2026-03-28 14:53:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6858717> (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-28 14:53:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:48 [ecarstrade.be] INFO: Extracting details for car 6858717auction106392
2026-03-28 14:53:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18425d1c-ebd2-5a58-aadb-4877835c688a with identifier: 6858717auction106392
2026-03-28 14:53:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18425d1c-ebd2-5a58-aadb-4877835c688a with scrape type 2
2026-03-28 14:53:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18425d1c-ebd2-5a58-aadb-4877835c688a with scrape type 2
2026-03-28 14:53:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 18425d1c-ebd2-5a58-aadb-4877835c688a, identifier: 6858717auction106392
2026-03-28 14:53:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 18425d1c-ebd2-5a58-aadb-4877835c688a with identifier: 6858717auction106392
2026-03-28 14:53:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 18425d1c-ebd2-5a58-aadb-4877835c688a with identifier: 6858717auction106392
2026-03-28 14:53:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 18425d1c-ebd2-5a58-aadb-4877835c688a with identifier: 6858717auction106392 to the API
2026-03-28 14:53:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:53:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:53:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6858717>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Diesel',
'id': '18425d1c-ebd2-5a58-aadb-4877835c688a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6858717',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10021,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5 Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5 Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-28 14:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276858717auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:48 [ecarstrade.be] INFO: Saving data for 6858717auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772677169.890102, 'last_price_update_time': 1774709628.89571}
2026-03-28 14:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6858717auction106392') HTTP/1.1" 204 0
2026-03-28 14:53:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6857836> (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-28 14:53:49 [ecarstrade.be] INFO: Extracting details for car 6857836auction106392
2026-03-28 14:53:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6112277-55bb-531a-b89a-69b1f1176213 with identifier: 6857836auction106392
2026-03-28 14:53:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6112277-55bb-531a-b89a-69b1f1176213 with scrape type 2
2026-03-28 14:53:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6112277-55bb-531a-b89a-69b1f1176213 with scrape type 2
2026-03-28 14:53:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6112277-55bb-531a-b89a-69b1f1176213, identifier: 6857836auction106392
2026-03-28 14:53:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6112277-55bb-531a-b89a-69b1f1176213 with identifier: 6857836auction106392
2026-03-28 14:53:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6112277-55bb-531a-b89a-69b1f1176213 with identifier: 6857836auction106392
2026-03-28 14:53:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6112277-55bb-531a-b89a-69b1f1176213 with identifier: 6857836auction106392 to the API
2026-03-28 14:53:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:53: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-28 14:53:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6857836>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Diesel',
'id': 'b6112277-55bb-531a-b89a-69b1f1176213',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6857836',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 9013,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-28 14:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276857836auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:49 [ecarstrade.be] INFO: Saving data for 6857836auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772677199.342733, 'last_price_update_time': 1774709629.432985}
2026-03-28 14:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6857836auction106392') HTTP/1.1" 204 0
2026-03-28 14:53:53 [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-28 14:53:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900237> (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-28 14:53:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:53:53 [ecarstrade.be] INFO: Extracting details for car 6900237auction106392
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900387auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900387auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900387auction106392: 0
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900394auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900394auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900394auction106392: 0
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900398auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900398auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900398auction106392: 0
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900400auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900400auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900400auction106392: 0
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900405auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900405auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900405auction106392: 0
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900407auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900407auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900407auction106392: 2
2026-03-28 14:53:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900411auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900411auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900411auction106392: 0
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900416auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900416auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900416auction106392: 0
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900421auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900421auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900421auction106392: 0
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900432auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900432auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900432auction106392: 0
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900433auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900433auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900433auction106392: 0
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900438auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900438auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900438auction106392: 0
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900440auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900440auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900440auction106392: 0
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900447auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900447auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900447auction106392: 0
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900453auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900453auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900453auction106392: 2
2026-03-28 14:53:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 159d9c71-8234-5e1e-b5b0-46494fc4ce5f with identifier: 6900237auction106392
2026-03-28 14:53:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 159d9c71-8234-5e1e-b5b0-46494fc4ce5f with scrape type 2
2026-03-28 14:53:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 159d9c71-8234-5e1e-b5b0-46494fc4ce5f with scrape type 2
2026-03-28 14:53:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 159d9c71-8234-5e1e-b5b0-46494fc4ce5f, identifier: 6900237auction106392
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900461auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900461auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900461auction106392: 0
2026-03-28 14:53:53 [ecarstrade.be] INFO: Found listing with ID: 6900478auction106392
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900478auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:53 [ecarstrade.be] INFO: Scrape type for 6900478auction106392: 2
2026-03-28 14:53:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 159d9c71-8234-5e1e-b5b0-46494fc4ce5f with identifier: 6900237auction106392
2026-03-28 14:53:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 159d9c71-8234-5e1e-b5b0-46494fc4ce5f with identifier: 6900237auction106392
2026-03-28 14:53:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 159d9c71-8234-5e1e-b5b0-46494fc4ce5f with identifier: 6900237auction106392 to the API
2026-03-28 14:53:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:53: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-28 14:53:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900237>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '159d9c71-8234-5e1e-b5b0-46494fc4ce5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900237',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 4,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Style',
'transmission': 'manual',
'trim': '100 S&S BVM6 Style',
'vin': None,
'year': 2025}
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900237auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:55 [ecarstrade.be] INFO: Saving data for 6900237auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1774279198.531727, 'last_price_update_time': 1774709635.06135}
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900237auction106392') HTTP/1.1" 204 0
2026-03-28 14:53:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:55 [ecarstrade.be] INFO: Found listing with ID: 6900479auction106392
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900479auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:55 [ecarstrade.be] INFO: Scrape type for 6900479auction106392: 2
2026-03-28 14:53:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900260> (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-28 14:53:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900331> (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-28 14:53:55 [ecarstrade.be] INFO: Found listing with ID: 6900617auction106392
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900617auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:55 [ecarstrade.be] INFO: Scrape type for 6900617auction106392: 2
2026-03-28 14:53:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:55 [ecarstrade.be] INFO: Found listing with ID: 6900620auction106392
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900620auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:55 [ecarstrade.be] INFO: Scrape type for 6900620auction106392: 2
2026-03-28 14:53:55 [ecarstrade.be] INFO: Extracting details for car 6900260auction106392
2026-03-28 14:53:55 [ecarstrade.be] INFO: Extracting details for car 6900331auction106392
2026-03-28 14:53:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdbc2ecc-211c-5f76-974d-e493c5cd2efb with identifier: 6900260auction106392
2026-03-28 14:53:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdbc2ecc-211c-5f76-974d-e493c5cd2efb with scrape type 2
2026-03-28 14:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdbc2ecc-211c-5f76-974d-e493c5cd2efb with scrape type 2
2026-03-28 14:53:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cdbc2ecc-211c-5f76-974d-e493c5cd2efb, identifier: 6900260auction106392
2026-03-28 14:53:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6900331auction106392
2026-03-28 14:53:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38071d68-28d2-59eb-a13e-27138a85df71 with scrape type 2
2026-03-28 14:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38071d68-28d2-59eb-a13e-27138a85df71 with scrape type 2
2026-03-28 14:53:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38071d68-28d2-59eb-a13e-27138a85df71, identifier: 6900331auction106392
2026-03-28 14:53:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cdbc2ecc-211c-5f76-974d-e493c5cd2efb with identifier: 6900260auction106392
2026-03-28 14:53:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cdbc2ecc-211c-5f76-974d-e493c5cd2efb with identifier: 6900260auction106392
2026-03-28 14:53:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cdbc2ecc-211c-5f76-974d-e493c5cd2efb with identifier: 6900260auction106392 to the API
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:53:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900260>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': 'cdbc2ecc-211c-5f76-974d-e493c5cd2efb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900260',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW Hybrid 225 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 225 e-EAT8 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900260auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:55 [ecarstrade.be] INFO: Saving data for 6900260auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772677267.974512, 'last_price_update_time': 1774709635.828892}
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900260auction106392') HTTP/1.1" 204 0
2026-03-28 14:53:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6900331auction106392
2026-03-28 14:53:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6900331auction106392
2026-03-28 14:53:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6900331auction106392 to the API
2026-03-28 14:53:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:53:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:53:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900331>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '38071d68-28d2-59eb-a13e-27138a85df71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900331',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 4,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 Hybrid 180 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 180 e-EAT8 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900331auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:56 [ecarstrade.be] INFO: Saving data for 6900331auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772677257.068425, 'last_price_update_time': 1774709636.157539}
2026-03-28 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900331auction106392') HTTP/1.1" 204 0
2026-03-28 14:53:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6857831> (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-28 14:53:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:57 [ecarstrade.be] INFO: Extracting details for car 6857831auction106392
2026-03-28 14:53:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4729af7a-029e-5439-9b5f-a16b63f214cc with identifier: 6857831auction106392
2026-03-28 14:53:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4729af7a-029e-5439-9b5f-a16b63f214cc with scrape type 2
2026-03-28 14:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4729af7a-029e-5439-9b5f-a16b63f214cc with scrape type 2
2026-03-28 14:53:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4729af7a-029e-5439-9b5f-a16b63f214cc, identifier: 6857831auction106392
2026-03-28 14:53:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4729af7a-029e-5439-9b5f-a16b63f214cc with identifier: 6857831auction106392
2026-03-28 14:53:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4729af7a-029e-5439-9b5f-a16b63f214cc with identifier: 6857831auction106392
2026-03-28 14:53:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4729af7a-029e-5439-9b5f-a16b63f214cc with identifier: 6857831auction106392 to the API
2026-03-28 14:53:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:53:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:53:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6857831>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '4729af7a-029e-5439-9b5f-a16b63f214cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6857831',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 2573,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-13',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276857831auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:57 [ecarstrade.be] INFO: Saving data for 6857831auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772677168.787803, 'last_price_update_time': 1774709637.514772}
2026-03-28 14:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6857831auction106392') HTTP/1.1" 204 0
2026-03-28 14:53:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900371> (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-28 14:53:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:53:57 [ecarstrade.be] INFO: Extracting details for car 6900371auction106392
2026-03-28 14:53:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 139c8e34-3196-579c-8ea5-43d24accc832 with identifier: 6900371auction106392
2026-03-28 14:53:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 139c8e34-3196-579c-8ea5-43d24accc832 with scrape type 2
2026-03-28 14:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 139c8e34-3196-579c-8ea5-43d24accc832 with scrape type 2
2026-03-28 14:53:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 139c8e34-3196-579c-8ea5-43d24accc832, identifier: 6900371auction106392
2026-03-28 14:53:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 139c8e34-3196-579c-8ea5-43d24accc832 with identifier: 6900371auction106392
2026-03-28 14:53:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 139c8e34-3196-579c-8ea5-43d24accc832 with identifier: 6900371auction106392
2026-03-28 14:53:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 139c8e34-3196-579c-8ea5-43d24accc832 with identifier: 6900371auction106392 to the API
2026-03-28 14:53:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:53:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:53:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900371>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '139c8e34-3196-579c-8ea5-43d24accc832',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900371',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 6231,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-22',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-28 14:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900371auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:53:58 [ecarstrade.be] INFO: Saving data for 6900371auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772677330.936903, 'last_price_update_time': 1774709638.045399}
2026-03-28 14:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900371auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:00 [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-28 14:54:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6902439auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6902439auction106392: 2
2026-03-28 14:54:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6903531auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6903531auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6904571auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6904571auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6906610auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6906610auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6906613auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6906613auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6907011auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6907011auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6907012auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6907012auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6907017auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6907017auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6907022auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6907022auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6907025auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6907025auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6907632auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6907632auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6909655auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6909655auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6918200auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6918200auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6921757auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6921757auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6922096auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6922096auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6922097auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6922097auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6922098auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6922098auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6922433auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6922433auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6922445auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6922445auction106392: 0
2026-03-28 14:54:01 [ecarstrade.be] INFO: Found listing with ID: 6922698auction106392
2026-03-28 14:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:01 [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-28 14:54:01 [ecarstrade.be] INFO: Scrape type for 6922698auction106392: 2
2026-03-28 14:54:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900407> (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-28 14:54:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:02 [ecarstrade.be] INFO: Extracting details for car 6900407auction106392
2026-03-28 14:54:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f490244-2f40-59c0-b04b-77bd40aa9cff with identifier: 6900407auction106392
2026-03-28 14:54:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f490244-2f40-59c0-b04b-77bd40aa9cff with scrape type 2
2026-03-28 14:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f490244-2f40-59c0-b04b-77bd40aa9cff with scrape type 2
2026-03-28 14:54:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f490244-2f40-59c0-b04b-77bd40aa9cff, identifier: 6900407auction106392
2026-03-28 14:54:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f490244-2f40-59c0-b04b-77bd40aa9cff with identifier: 6900407auction106392
2026-03-28 14:54:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f490244-2f40-59c0-b04b-77bd40aa9cff with identifier: 6900407auction106392
2026-03-28 14:54:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f490244-2f40-59c0-b04b-77bd40aa9cff with identifier: 6900407auction106392 to the API
2026-03-28 14:54:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900407>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '5f490244-2f40-59c0-b04b-77bd40aa9cff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900407',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 24101,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 136 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Allure',
'vin': None,
'year': 2024}
2026-03-28 14:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900407auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:02 [ecarstrade.be] INFO: Saving data for 6900407auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1774285183.964457, 'last_price_update_time': 1774709642.398541}
2026-03-28 14:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900407auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900478> (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-28 14:54:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900479> (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-28 14:54:02 [ecarstrade.be] INFO: Extracting details for car 6900478auction106392
2026-03-28 14:54:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 494a0048-ca7c-54cc-abee-b1e6154af69a with identifier: 6900478auction106392
2026-03-28 14:54:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 494a0048-ca7c-54cc-abee-b1e6154af69a with scrape type 2
2026-03-28 14:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 494a0048-ca7c-54cc-abee-b1e6154af69a with scrape type 2
2026-03-28 14:54:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 494a0048-ca7c-54cc-abee-b1e6154af69a, identifier: 6900478auction106392
2026-03-28 14:54:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 494a0048-ca7c-54cc-abee-b1e6154af69a with identifier: 6900478auction106392
2026-03-28 14:54:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 494a0048-ca7c-54cc-abee-b1e6154af69a with identifier: 6900478auction106392
2026-03-28 14:54:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 494a0048-ca7c-54cc-abee-b1e6154af69a with identifier: 6900478auction106392 to the API
2026-03-28 14:54:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900478>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '494a0048-ca7c-54cc-abee-b1e6154af69a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900478',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 5378,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-17',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-28 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900478auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:03 [ecarstrade.be] INFO: Saving data for 6900478auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772614352.144752, 'last_price_update_time': 1774709643.128263}
2026-03-28 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900478auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:03 [ecarstrade.be] INFO: Extracting details for car 6900479auction106392
2026-03-28 14:54:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900117> (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-28 14:54:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86747e02-3dcf-595d-ad40-82273406e38d with identifier: 6900479auction106392
2026-03-28 14:54:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86747e02-3dcf-595d-ad40-82273406e38d with scrape type 2
2026-03-28 14:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86747e02-3dcf-595d-ad40-82273406e38d with scrape type 2
2026-03-28 14:54:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 86747e02-3dcf-595d-ad40-82273406e38d, identifier: 6900479auction106392
2026-03-28 14:54:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 86747e02-3dcf-595d-ad40-82273406e38d with identifier: 6900479auction106392
2026-03-28 14:54:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 86747e02-3dcf-595d-ad40-82273406e38d with identifier: 6900479auction106392
2026-03-28 14:54:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 86747e02-3dcf-595d-ad40-82273406e38d with identifier: 6900479auction106392 to the API
2026-03-28 14:54:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900479>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '86747e02-3dcf-595d-ad40-82273406e38d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900479',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'DS Automobiles',
'model': 'Other',
'odometer': 2185,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-04',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 7 Hybride Rechargeable E-Tense 225 EAT8 Opera',
'transmission': 'automatic',
'trim': 'DS DS 7 Hybride Rechargeable E-Tense 225 EAT8 Opera',
'vin': None,
'year': 2024}
2026-03-28 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900479auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:03 [ecarstrade.be] INFO: Saving data for 6900479auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1773699747.027364, 'last_price_update_time': 1774709643.535479}
2026-03-28 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900479auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:03 [ecarstrade.be] INFO: Extracting details for car 6900117auction106392
2026-03-28 14:54:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 923ea30f-d662-5659-9ac6-6518950647c0 with identifier: 6900117auction106392
2026-03-28 14:54:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 923ea30f-d662-5659-9ac6-6518950647c0 with scrape type 2
2026-03-28 14:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 923ea30f-d662-5659-9ac6-6518950647c0 with scrape type 2
2026-03-28 14:54:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 923ea30f-d662-5659-9ac6-6518950647c0, identifier: 6900117auction106392
2026-03-28 14:54:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 923ea30f-d662-5659-9ac6-6518950647c0 with identifier: 6900117auction106392
2026-03-28 14:54:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 923ea30f-d662-5659-9ac6-6518950647c0 with identifier: 6900117auction106392
2026-03-28 14:54:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 923ea30f-d662-5659-9ac6-6518950647c0 with identifier: 6900117auction106392 to the API
2026-03-28 14:54:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900117>
{'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-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '923ea30f-d662-5659-9ac6-6518950647c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900117',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 27735,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure 1.2L Gasoline mild-hybrid (Hybrid 136) with '
'e-DCS6',
'transmission': 'automatic',
'trim': 'Allure 1.2L Gasoline mild-hybrid (Hybrid 136) with e-DCS6',
'vin': None,
'year': 2025}
2026-03-28 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900117auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:03 [ecarstrade.be] INFO: Saving data for 6900117auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772677250.756101, 'last_price_update_time': 1774709643.971923}
2026-03-28 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900117auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900453> (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-28 14:54:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900617> (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-28 14:54:04 [ecarstrade.be] INFO: Extracting details for car 6900453auction106392
2026-03-28 14:54:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900620> (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-28 14:54:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29ea8834-9e33-5d4e-9ec8-df9e1d8a9a8e with identifier: 6900453auction106392
2026-03-28 14:54:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29ea8834-9e33-5d4e-9ec8-df9e1d8a9a8e with scrape type 2
2026-03-28 14:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29ea8834-9e33-5d4e-9ec8-df9e1d8a9a8e with scrape type 2
2026-03-28 14:54:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 29ea8834-9e33-5d4e-9ec8-df9e1d8a9a8e, identifier: 6900453auction106392
2026-03-28 14:54:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 29ea8834-9e33-5d4e-9ec8-df9e1d8a9a8e with identifier: 6900453auction106392
2026-03-28 14:54:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 29ea8834-9e33-5d4e-9ec8-df9e1d8a9a8e with identifier: 6900453auction106392
2026-03-28 14:54:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 29ea8834-9e33-5d4e-9ec8-df9e1d8a9a8e with identifier: 6900453auction106392 to the API
2026-03-28 14:54:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900453>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '29ea8834-9e33-5d4e-9ec8-df9e1d8a9a8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900453',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 3677,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-03',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 Hybrid 225 e-EAT8 GT',
'transmission': 'automatic',
'trim': 'Hybrid 225 e-EAT8 GT',
'vin': None,
'year': 2024}
2026-03-28 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900453auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:04 [ecarstrade.be] INFO: Saving data for 6900453auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772614309.0652, 'last_price_update_time': 1774709644.528444}
2026-03-28 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900453auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:04 [ecarstrade.be] INFO: Extracting details for car 6900617auction106392
2026-03-28 14:54:04 [ecarstrade.be] INFO: Extracting details for car 6900620auction106392
2026-03-28 14:54:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63d194f2-a7fa-5160-a93f-bcdad477e2ff with identifier: 6900617auction106392
2026-03-28 14:54:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63d194f2-a7fa-5160-a93f-bcdad477e2ff with scrape type 2
2026-03-28 14:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63d194f2-a7fa-5160-a93f-bcdad477e2ff with scrape type 2
2026-03-28 14:54:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63d194f2-a7fa-5160-a93f-bcdad477e2ff, identifier: 6900617auction106392
2026-03-28 14:54:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf73a39a-e845-5d67-a8b1-6411f4c78f72 with identifier: 6900620auction106392
2026-03-28 14:54:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf73a39a-e845-5d67-a8b1-6411f4c78f72 with scrape type 2
2026-03-28 14:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf73a39a-e845-5d67-a8b1-6411f4c78f72 with scrape type 2
2026-03-28 14:54:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bf73a39a-e845-5d67-a8b1-6411f4c78f72, identifier: 6900620auction106392
2026-03-28 14:54:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63d194f2-a7fa-5160-a93f-bcdad477e2ff with identifier: 6900617auction106392
2026-03-28 14:54:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63d194f2-a7fa-5160-a93f-bcdad477e2ff with identifier: 6900617auction106392
2026-03-28 14:54:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63d194f2-a7fa-5160-a93f-bcdad477e2ff with identifier: 6900617auction106392 to the API
2026-03-28 14:54:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900617>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '63d194f2-a7fa-5160-a93f-bcdad477e2ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900617',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Audi',
'model': 'A6',
'odometer': 20935,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-23',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A6 A6 50 2.0 TFSI e quattro sport (EURO 6d) 2.0 TFSI Quattro',
'transmission': 'automatic',
'trim': '50 2.0 TFSI e quattro sport (EURO 6d) 2.0 TFSI Quattro',
'vin': None,
'year': 2023}
2026-03-28 14:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:05 [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-28 14:54:05 [ecarstrade.be] INFO: Saving data for 6900617auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772614352.840899, 'last_price_update_time': 1774709645.041284}
2026-03-28 14:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900617auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bf73a39a-e845-5d67-a8b1-6411f4c78f72 with identifier: 6900620auction106392
2026-03-28 14:54:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bf73a39a-e845-5d67-a8b1-6411f4c78f72 with identifier: 6900620auction106392
2026-03-28 14:54:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bf73a39a-e845-5d67-a8b1-6411f4c78f72 with identifier: 6900620auction106392 to the API
2026-03-28 14:54:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54: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-28 14:54:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900620>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Electric',
'id': 'bf73a39a-e845-5d67-a8b1-6411f4c78f72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900620',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Fiat',
'model': '500e',
'odometer': 52850,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-14',
'seats_number': 4,
'seller_name': None,
'title': 'Fiat 500e La Prima Elektro 118hp',
'transmission': 'automatic',
'trim': 'La Prima Elektro 118hp',
'vin': None,
'year': 2020}
2026-03-28 14:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:05 [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-28 14:54:05 [ecarstrade.be] INFO: Saving data for 6900620auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772614348.167424, 'last_price_update_time': 1774709645.345327}
2026-03-28 14:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900620auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:06 [scrapy.extensions.logstats] INFO: Crawled 420 pages (at 29 pages/min), scraped 273 items (at 21 items/min)
2026-03-28 14:54:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 340MiB
2026-03-28 14:54:08 [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-28 14:54:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6860964auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860964auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6860964auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900117auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900117auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900117auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900124auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900124auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900124auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900126auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900126auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900126auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900130auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900130auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900130auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900168auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900168auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900168auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900171auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900171auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900171auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900179auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900179auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900179auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900180auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900180auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900180auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900207auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900207auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900207auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900234auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900234auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900234auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900236auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900236auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900236auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900237auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900237auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900237auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900260auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900260auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900260auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900328auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900328auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900328auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900330auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900330auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900330auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900331auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900331auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900331auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900340auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900340auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900340auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900369auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900369auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900369auction106392: 0
2026-03-28 14:54:09 [ecarstrade.be] INFO: Found listing with ID: 6900371auction106392
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900371auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Scrape type for 6900371auction106392: 0
2026-03-28 14:54:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6902439> (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-28 14:54:09 [ecarstrade.be] INFO: Extracting details for car 6902439auction106392
2026-03-28 14:54:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 762a7baf-0a88-5552-850a-e403d9ed8acb with identifier: 6902439auction106392
2026-03-28 14:54:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 762a7baf-0a88-5552-850a-e403d9ed8acb with scrape type 2
2026-03-28 14:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 762a7baf-0a88-5552-850a-e403d9ed8acb with scrape type 2
2026-03-28 14:54:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 762a7baf-0a88-5552-850a-e403d9ed8acb, identifier: 6902439auction106392
2026-03-28 14:54:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 762a7baf-0a88-5552-850a-e403d9ed8acb with identifier: 6902439auction106392
2026-03-28 14:54:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 762a7baf-0a88-5552-850a-e403d9ed8acb with identifier: 6902439auction106392
2026-03-28 14:54:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 762a7baf-0a88-5552-850a-e403d9ed8acb with identifier: 6902439auction106392 to the API
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6902439>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:10:03Z',
'fuel_type': 'Petrol',
'id': '762a7baf-0a88-5552-850a-e403d9ed8acb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6902439',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 7,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW Hybrid 180 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 180 e-EAT8 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902439auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:09 [ecarstrade.be] INFO: Saving data for 6902439auction106392: {'auction_closing_time': 1774883403.0, 'created_time': 1772614353.498025, 'last_price_update_time': 1774709649.895591}
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6902439auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922698> (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-28 14:54:10 [ecarstrade.be] INFO: Extracting details for car 6922698auction106392
2026-03-28 14:54:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abecfc68-9ca7-59d2-bda8-134b95bbd6d7 with identifier: 6922698auction106392
2026-03-28 14:54:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abecfc68-9ca7-59d2-bda8-134b95bbd6d7 with scrape type 2
2026-03-28 14:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abecfc68-9ca7-59d2-bda8-134b95bbd6d7 with scrape type 2
2026-03-28 14:54:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: abecfc68-9ca7-59d2-bda8-134b95bbd6d7, identifier: 6922698auction106392
2026-03-28 14:54:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: abecfc68-9ca7-59d2-bda8-134b95bbd6d7 with identifier: 6922698auction106392
2026-03-28 14:54:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: abecfc68-9ca7-59d2-bda8-134b95bbd6d7 with identifier: 6922698auction106392
2026-03-28 14:54:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: abecfc68-9ca7-59d2-bda8-134b95bbd6d7 with identifier: 6922698auction106392 to the API
2026-03-28 14:54:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922698>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'abecfc68-9ca7-59d2-bda8-134b95bbd6d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922698',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 14984,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure Hybrid 145 (e-DCS6)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 (e-DCS6)',
'vin': None,
'year': 2025}
2026-03-28 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922698auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:10 [ecarstrade.be] INFO: Saving data for 6922698auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677461.346075, 'last_price_update_time': 1774709650.907257}
2026-03-28 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922698auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:24 [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-28 14:54:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900376auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900376auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900376auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900377auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900377auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900377auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900379auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900379auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900379auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900381auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900381auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900381auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900387auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900387auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900387auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900394auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900394auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900394auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900398auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900398auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900398auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900400auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900400auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900400auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900405auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900405auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900405auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900407auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900407auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900407auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900411auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900411auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900411auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900416auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900416auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900416auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900421auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900421auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900421auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900432auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900432auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900432auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900433auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900433auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900433auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900438auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900438auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900438auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900440auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900440auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900440auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900447auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900447auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900447auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900453auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900453auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900453auction106392: 0
2026-03-28 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6900461auction106392
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900461auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:24 [ecarstrade.be] INFO: Scrape type for 6900461auction106392: 0
2026-03-28 14:54:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:31 [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-28 14:54:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6900478auction106392
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900478auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:31 [ecarstrade.be] INFO: Scrape type for 6900478auction106392: 0
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6900479auction106392
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900479auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:31 [ecarstrade.be] INFO: Scrape type for 6900479auction106392: 0
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6900617auction106392
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900617auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:31 [ecarstrade.be] INFO: Scrape type for 6900617auction106392: 0
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6900620auction106392
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900620auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:31 [ecarstrade.be] INFO: Scrape type for 6900620auction106392: 0
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6902439auction106392
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902439auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:31 [ecarstrade.be] INFO: Scrape type for 6902439auction106392: 0
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6903531auction106392
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903531auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:31 [ecarstrade.be] INFO: Scrape type for 6903531auction106392: 0
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6904571auction106392
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904571auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:31 [ecarstrade.be] INFO: Scrape type for 6904571auction106392: 0
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6906610auction106392
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906610auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:31 [ecarstrade.be] INFO: Scrape type for 6906610auction106392: 0
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6906613auction106392
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906613auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:31 [ecarstrade.be] INFO: Scrape type for 6906613auction106392: 0
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6907011auction106392
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907011auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:31 [ecarstrade.be] INFO: Scrape type for 6907011auction106392: 0
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6907012auction106392
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907012auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:31 [ecarstrade.be] INFO: Scrape type for 6907012auction106392: 0
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6907017auction106392
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907017auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:31 [ecarstrade.be] INFO: Scrape type for 6907017auction106392: 0
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6907022auction106392
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907022auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:31 [ecarstrade.be] INFO: Scrape type for 6907022auction106392: 0
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6907025auction106392
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907025auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:31 [ecarstrade.be] INFO: Scrape type for 6907025auction106392: 0
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6907632auction106392
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907632auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:31 [ecarstrade.be] INFO: Scrape type for 6907632auction106392: 0
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6909655auction106392
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909655auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:31 [ecarstrade.be] INFO: Scrape type for 6909655auction106392: 0
2026-03-28 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6918200auction106392
2026-03-28 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276918200auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:32 [ecarstrade.be] INFO: Scrape type for 6918200auction106392: 0
2026-03-28 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6921757auction106392
2026-03-28 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276921757auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:32 [ecarstrade.be] INFO: Scrape type for 6921757auction106392: 0
2026-03-28 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6922096auction106392
2026-03-28 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922096auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:32 [ecarstrade.be] INFO: Scrape type for 6922096auction106392: 0
2026-03-28 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6922097auction106392
2026-03-28 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922097auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:32 [ecarstrade.be] INFO: Scrape type for 6922097auction106392: 0
2026-03-28 14:54:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:38 [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-28 14:54:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922098auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922098auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922098auction106392: 0
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922433auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922433auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922433auction106392: 0
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922445auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922445auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922445auction106392: 0
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922698auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922698auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922698auction106392: 0
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922702auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922702auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922702auction106392: 0
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922706auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922706auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922706auction106392: 2
2026-03-28 14:54:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922714auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922714auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922714auction106392: 2
2026-03-28 14:54:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922716auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922716auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922716auction106392: 2
2026-03-28 14:54:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922717auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922717auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922717auction106392: 0
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922719auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922719auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922719auction106392: 2
2026-03-28 14:54:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922720auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922720auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922720auction106392: 2
2026-03-28 14:54:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922721auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922721auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922721auction106392: 2
2026-03-28 14:54:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922730auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922730auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922730auction106392: 2
2026-03-28 14:54:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922731auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922731auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922731auction106392: 2
2026-03-28 14:54:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922735auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922735auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922735auction106392: 2
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922736auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922736auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922736auction106392: 2
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922745auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922745auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922745auction106392: 2
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922755auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922755auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922755auction106392: 0
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922758auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922758auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922758auction106392: 2
2026-03-28 14:54:38 [ecarstrade.be] INFO: Found listing with ID: 6922761auction106392
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922761auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:38 [ecarstrade.be] INFO: Scrape type for 6922761auction106392: 2
2026-03-28 14:54:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922706> (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-28 14:54:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922720> (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-28 14:54:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:44 [ecarstrade.be] INFO: Extracting details for car 6922706auction106392
2026-03-28 14:54:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 277c18a1-cadb-5537-83f3-b0adb2c40393 with identifier: 6922706auction106392
2026-03-28 14:54:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 277c18a1-cadb-5537-83f3-b0adb2c40393 with scrape type 2
2026-03-28 14:54:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 277c18a1-cadb-5537-83f3-b0adb2c40393 with scrape type 2
2026-03-28 14:54:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 277c18a1-cadb-5537-83f3-b0adb2c40393, identifier: 6922706auction106392
2026-03-28 14:54:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 277c18a1-cadb-5537-83f3-b0adb2c40393 with identifier: 6922706auction106392
2026-03-28 14:54:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 277c18a1-cadb-5537-83f3-b0adb2c40393 with identifier: 6922706auction106392
2026-03-28 14:54:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 277c18a1-cadb-5537-83f3-b0adb2c40393 with identifier: 6922706auction106392 to the API
2026-03-28 14:54:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54: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-28 14:54:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922706>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '277c18a1-cadb-5537-83f3-b0adb2c40393',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922706',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 9909,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-05',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Kuga Titanium 2.5L Duratec Hybrid (FHEV) FlexiFuel (E85) 180 '
'ch',
'transmission': 'automatic',
'trim': 'Titanium 2.5L Duratec Hybrid (FHEV) FlexiFuel (E85) 180 ch',
'vin': None,
'year': 2025}
2026-03-28 14:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:45 [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-28 14:54:45 [ecarstrade.be] INFO: Saving data for 6922706auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677460.788059, 'last_price_update_time': 1774709685.551279}
2026-03-28 14:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922706auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:45 [ecarstrade.be] INFO: Extracting details for car 6922720auction106392
2026-03-28 14:54:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922714> (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-28 14:54:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922719> (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-28 14:54:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4eec795-4566-5669-87ac-b184059622e6 with identifier: 6922720auction106392
2026-03-28 14:54:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4eec795-4566-5669-87ac-b184059622e6 with scrape type 2
2026-03-28 14:54:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4eec795-4566-5669-87ac-b184059622e6 with scrape type 2
2026-03-28 14:54:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4eec795-4566-5669-87ac-b184059622e6, identifier: 6922720auction106392
2026-03-28 14:54:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4eec795-4566-5669-87ac-b184059622e6 with identifier: 6922720auction106392
2026-03-28 14:54:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4eec795-4566-5669-87ac-b184059622e6 with identifier: 6922720auction106392
2026-03-28 14:54:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4eec795-4566-5669-87ac-b184059622e6 with identifier: 6922720auction106392 to the API
2026-03-28 14:54:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54: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-28 14:54:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922720>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'b4eec795-4566-5669-87ac-b184059622e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922720',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 23839,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 GT 3008 Hybrid 145 e-DCS6',
'transmission': 'automatic',
'trim': 'GT Hybrid 145 e-DCS6',
'vin': None,
'year': 2025}
2026-03-28 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922720auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:46 [ecarstrade.be] INFO: Saving data for 6922720auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677485.46966, 'last_price_update_time': 1774709686.081724}
2026-03-28 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922720auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:46 [ecarstrade.be] INFO: Extracting details for car 6922714auction106392
2026-03-28 14:54:46 [ecarstrade.be] INFO: Extracting details for car 6922719auction106392
2026-03-28 14:54:46 [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-28 14:54:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922721> (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-28 14:54:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d29ec01-9d65-5aed-9de3-67b71a5dfdc7 with identifier: 6922714auction106392
2026-03-28 14:54:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d29ec01-9d65-5aed-9de3-67b71a5dfdc7 with scrape type 2
2026-03-28 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d29ec01-9d65-5aed-9de3-67b71a5dfdc7 with scrape type 2
2026-03-28 14:54:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0d29ec01-9d65-5aed-9de3-67b71a5dfdc7, identifier: 6922714auction106392
2026-03-28 14:54:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b7863e7-19ac-564e-8756-681e293f0628 with identifier: 6922719auction106392
2026-03-28 14:54:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b7863e7-19ac-564e-8756-681e293f0628 with scrape type 2
2026-03-28 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b7863e7-19ac-564e-8756-681e293f0628 with scrape type 2
2026-03-28 14:54:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b7863e7-19ac-564e-8756-681e293f0628, identifier: 6922719auction106392
2026-03-28 14:54:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0d29ec01-9d65-5aed-9de3-67b71a5dfdc7 with identifier: 6922714auction106392
2026-03-28 14:54:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0d29ec01-9d65-5aed-9de3-67b71a5dfdc7 with identifier: 6922714auction106392
2026-03-28 14:54:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0d29ec01-9d65-5aed-9de3-67b71a5dfdc7 with identifier: 6922714auction106392 to the API
2026-03-28 14:54:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922714>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '0d29ec01-9d65-5aed-9de3-67b71a5dfdc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922714',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 29101,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-22',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 GT Hybrid 145 (e-DCS6) 1.2L 3-cylinder',
'transmission': 'automatic',
'trim': 'GT Hybrid 145 (e-DCS6) 1.2L 3-cylinder',
'vin': None,
'year': 2025}
2026-03-28 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922714auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:46 [ecarstrade.be] INFO: Saving data for 6922714auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677430.980304, 'last_price_update_time': 1774709686.635342}
2026-03-28 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922714auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b7863e7-19ac-564e-8756-681e293f0628 with identifier: 6922719auction106392
2026-03-28 14:54:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b7863e7-19ac-564e-8756-681e293f0628 with identifier: 6922719auction106392
2026-03-28 14:54:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b7863e7-19ac-564e-8756-681e293f0628 with identifier: 6922719auction106392 to the API
2026-03-28 14:54:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922719>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '4b7863e7-19ac-564e-8756-681e293f0628',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922719',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 22039,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 GT 3008 Hybrid 145 e-DCS6',
'transmission': 'automatic',
'trim': 'GT Hybrid 145 e-DCS6',
'vin': None,
'year': 2025}
2026-03-28 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922719auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:46 [ecarstrade.be] INFO: Saving data for 6922719auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677472.058061, 'last_price_update_time': 1774709686.973915}
2026-03-28 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922719auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:47 [ecarstrade.be] INFO: Extracting details for car 6922721auction106392
2026-03-28 14:54:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922730> (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-28 14:54:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:54:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff3fe3c1-ed74-5857-b54b-e9c22bd15a11 with identifier: 6922721auction106392
2026-03-28 14:54:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff3fe3c1-ed74-5857-b54b-e9c22bd15a11 with scrape type 2
2026-03-28 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff3fe3c1-ed74-5857-b54b-e9c22bd15a11 with scrape type 2
2026-03-28 14:54:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ff3fe3c1-ed74-5857-b54b-e9c22bd15a11, identifier: 6922721auction106392
2026-03-28 14:54:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ff3fe3c1-ed74-5857-b54b-e9c22bd15a11 with identifier: 6922721auction106392
2026-03-28 14:54:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ff3fe3c1-ed74-5857-b54b-e9c22bd15a11 with identifier: 6922721auction106392
2026-03-28 14:54:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ff3fe3c1-ed74-5857-b54b-e9c22bd15a11 with identifier: 6922721auction106392 to the API
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922721>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'ff3fe3c1-ed74-5857-b54b-e9c22bd15a11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922721',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 23284,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Style 1.2L (1199cc) 100 hp S&S, 6-speed manual',
'transmission': 'manual',
'trim': 'Style 1.2L (1199cc) 100 hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922721auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:47 [ecarstrade.be] INFO: Saving data for 6922721auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677471.390209, 'last_price_update_time': 1774709687.578655}
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922721auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:47 [ecarstrade.be] INFO: Extracting details for car 6922730auction106392
2026-03-28 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 6922764auction106392
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922764auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:47 [ecarstrade.be] INFO: Scrape type for 6922764auction106392: 0
2026-03-28 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 6925635auction106392
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925635auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:47 [ecarstrade.be] INFO: Scrape type for 6925635auction106392: 2
2026-03-28 14:54:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 6925878auction106392
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925878auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:47 [ecarstrade.be] INFO: Scrape type for 6925878auction106392: 0
2026-03-28 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 6926761auction106392
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926761auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:47 [ecarstrade.be] INFO: Scrape type for 6926761auction106392: 2
2026-03-28 14:54:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d741d45c-60dd-5254-b34f-fdc3a58c69e3 with identifier: 6922730auction106392
2026-03-28 14:54:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d741d45c-60dd-5254-b34f-fdc3a58c69e3 with scrape type 2
2026-03-28 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d741d45c-60dd-5254-b34f-fdc3a58c69e3 with scrape type 2
2026-03-28 14:54:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d741d45c-60dd-5254-b34f-fdc3a58c69e3, identifier: 6922730auction106392
2026-03-28 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 6926762auction106392
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926762auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:47 [ecarstrade.be] INFO: Scrape type for 6926762auction106392: 0
2026-03-28 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 6926763auction106392
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926763auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:47 [ecarstrade.be] INFO: Scrape type for 6926763auction106392: 0
2026-03-28 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 6926766auction106392
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926766auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:47 [ecarstrade.be] INFO: Scrape type for 6926766auction106392: 0
2026-03-28 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 6929910auction106392
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929910auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:47 [ecarstrade.be] INFO: Scrape type for 6929910auction106392: 0
2026-03-28 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 6930054auction106392
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276930054auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:47 [ecarstrade.be] INFO: Scrape type for 6930054auction106392: 0
2026-03-28 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 6930069auction106392
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276930069auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:47 [ecarstrade.be] INFO: Scrape type for 6930069auction106392: 0
2026-03-28 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 6930607auction106392
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276930607auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:47 [ecarstrade.be] INFO: Scrape type for 6930607auction106392: 0
2026-03-28 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 6933821auction106392
2026-03-28 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933821auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:48 [ecarstrade.be] INFO: Scrape type for 6933821auction106392: 0
2026-03-28 14:54:48 [ecarstrade.be] INFO: Found listing with ID: 6933822auction106392
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933822auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:48 [ecarstrade.be] INFO: Scrape type for 6933822auction106392: 0
2026-03-28 14:54:48 [ecarstrade.be] INFO: Found listing with ID: 6933823auction106392
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933823auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:48 [ecarstrade.be] INFO: Scrape type for 6933823auction106392: 0
2026-03-28 14:54:48 [ecarstrade.be] INFO: Found listing with ID: 6933824auction106392
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933824auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:48 [ecarstrade.be] INFO: Scrape type for 6933824auction106392: 0
2026-03-28 14:54:48 [ecarstrade.be] INFO: Found listing with ID: 6933825auction106392
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933825auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:48 [ecarstrade.be] INFO: Scrape type for 6933825auction106392: 0
2026-03-28 14:54:48 [ecarstrade.be] INFO: Found listing with ID: 6933826auction106392
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933826auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:48 [ecarstrade.be] INFO: Scrape type for 6933826auction106392: 0
2026-03-28 14:54:48 [ecarstrade.be] INFO: Found listing with ID: 6933827auction106392
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933827auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:48 [ecarstrade.be] INFO: Scrape type for 6933827auction106392: 0
2026-03-28 14:54:48 [ecarstrade.be] INFO: Found listing with ID: 6933828auction106392
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933828auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:48 [ecarstrade.be] INFO: Scrape type for 6933828auction106392: 0
2026-03-28 14:54:48 [ecarstrade.be] INFO: Found listing with ID: 6933829auction106392
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933829auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:48 [ecarstrade.be] INFO: Scrape type for 6933829auction106392: 0
2026-03-28 14:54:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d741d45c-60dd-5254-b34f-fdc3a58c69e3 with identifier: 6922730auction106392
2026-03-28 14:54:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d741d45c-60dd-5254-b34f-fdc3a58c69e3 with identifier: 6922730auction106392
2026-03-28 14:54:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d741d45c-60dd-5254-b34f-fdc3a58c69e3 with identifier: 6922730auction106392 to the API
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54: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-28 14:54:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922730>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'd741d45c-60dd-5254-b34f-fdc3a58c69e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922730',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 21970,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Style 1.2L (1199cc) 100 hp S&S, 6-speed manual',
'transmission': 'manual',
'trim': 'Style 1.2L (1199cc) 100 hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922730auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:48 [ecarstrade.be] INFO: Saving data for 6922730auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677454.047187, 'last_price_update_time': 1774709688.43411}
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922730auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922731> (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-28 14:54:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:51 [ecarstrade.be] INFO: Extracting details for car 6922731auction106392
2026-03-28 14:54:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e7aee29-7c79-521f-95ce-068283acc8d1 with identifier: 6922731auction106392
2026-03-28 14:54:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e7aee29-7c79-521f-95ce-068283acc8d1 with scrape type 2
2026-03-28 14:54:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e7aee29-7c79-521f-95ce-068283acc8d1 with scrape type 2
2026-03-28 14:54:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e7aee29-7c79-521f-95ce-068283acc8d1, identifier: 6922731auction106392
2026-03-28 14:54:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e7aee29-7c79-521f-95ce-068283acc8d1 with identifier: 6922731auction106392
2026-03-28 14:54:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e7aee29-7c79-521f-95ce-068283acc8d1 with identifier: 6922731auction106392
2026-03-28 14:54:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e7aee29-7c79-521f-95ce-068283acc8d1 with identifier: 6922731auction106392 to the API
2026-03-28 14:54:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922731>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '5e7aee29-7c79-521f-95ce-068283acc8d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922731',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 21951,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Style 1.2L (1199cc) gasoline 100hp S&S, 6-speed manual',
'transmission': 'manual',
'trim': 'Style 1.2L (1199cc) gasoline 100hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-28 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922731auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:52 [ecarstrade.be] INFO: Saving data for 6922731auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677513.931723, 'last_price_update_time': 1774709692.282426}
2026-03-28 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922731auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922735> (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-28 14:54:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:52 [ecarstrade.be] INFO: Extracting details for car 6922735auction106392
2026-03-28 14:54:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36adce4f-9cb0-5b18-922a-95ed0c3d96b8 with identifier: 6922735auction106392
2026-03-28 14:54:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36adce4f-9cb0-5b18-922a-95ed0c3d96b8 with scrape type 2
2026-03-28 14:54:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36adce4f-9cb0-5b18-922a-95ed0c3d96b8 with scrape type 2
2026-03-28 14:54:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 36adce4f-9cb0-5b18-922a-95ed0c3d96b8, identifier: 6922735auction106392
2026-03-28 14:54:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 36adce4f-9cb0-5b18-922a-95ed0c3d96b8 with identifier: 6922735auction106392
2026-03-28 14:54:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 36adce4f-9cb0-5b18-922a-95ed0c3d96b8 with identifier: 6922735auction106392
2026-03-28 14:54:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 36adce4f-9cb0-5b18-922a-95ed0c3d96b8 with identifier: 6922735auction106392 to the API
2026-03-28 14:54:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922735>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '36adce4f-9cb0-5b18-922a-95ed0c3d96b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922735',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 23250,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Style 1.2L 100hp S&S (6-speed manual)',
'transmission': 'manual',
'trim': 'Style 1.2L 100hp S&S (6-speed manual)',
'vin': None,
'year': 2025}
2026-03-28 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922735auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:52 [ecarstrade.be] INFO: Saving data for 6922735auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677483.306922, 'last_price_update_time': 1774709692.947365}
2026-03-28 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922735auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922716> (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-28 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922745> (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-28 14:54:53 [ecarstrade.be] INFO: Extracting details for car 6922716auction106392
2026-03-28 14:54:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6ed0df2-e290-53a7-b950-1f5032d2b35e with identifier: 6922716auction106392
2026-03-28 14:54:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6ed0df2-e290-53a7-b950-1f5032d2b35e with scrape type 2
2026-03-28 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6ed0df2-e290-53a7-b950-1f5032d2b35e with scrape type 2
2026-03-28 14:54:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6ed0df2-e290-53a7-b950-1f5032d2b35e, identifier: 6922716auction106392
2026-03-28 14:54:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6ed0df2-e290-53a7-b950-1f5032d2b35e with identifier: 6922716auction106392
2026-03-28 14:54:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6ed0df2-e290-53a7-b950-1f5032d2b35e with identifier: 6922716auction106392
2026-03-28 14:54:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6ed0df2-e290-53a7-b950-1f5032d2b35e with identifier: 6922716auction106392 to the API
2026-03-28 14:54:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922716>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'b6ed0df2-e290-53a7-b950-1f5032d2b35e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922716',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 27452,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 GT Hybrid 145 (Gasoline/Electric) e-DCS6',
'transmission': 'automatic',
'trim': 'GT Hybrid 145 (Gasoline/Electric) e-DCS6',
'vin': None,
'year': 2025}
2026-03-28 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922716auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:53 [ecarstrade.be] INFO: Saving data for 6922716auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677484.331693, 'last_price_update_time': 1774709693.636758}
2026-03-28 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922716auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:53 [ecarstrade.be] INFO: Extracting details for car 6922745auction106392
2026-03-28 14:54:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ddf253f-0d0c-5674-b141-767ad47c1402 with identifier: 6922745auction106392
2026-03-28 14:54:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ddf253f-0d0c-5674-b141-767ad47c1402 with scrape type 2
2026-03-28 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ddf253f-0d0c-5674-b141-767ad47c1402 with scrape type 2
2026-03-28 14:54:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ddf253f-0d0c-5674-b141-767ad47c1402, identifier: 6922745auction106392
2026-03-28 14:54:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ddf253f-0d0c-5674-b141-767ad47c1402 with identifier: 6922745auction106392
2026-03-28 14:54:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ddf253f-0d0c-5674-b141-767ad47c1402 with identifier: 6922745auction106392
2026-03-28 14:54:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ddf253f-0d0c-5674-b141-767ad47c1402 with identifier: 6922745auction106392 to the API
2026-03-28 14:54:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922745>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '6ddf253f-0d0c-5674-b141-767ad47c1402',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922745',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 28171,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure 1.2L Hybrid (136 hp) e-DCS6',
'transmission': 'automatic',
'trim': 'Allure 1.2L Hybrid (136 hp) e-DCS6',
'vin': None,
'year': 2025}
2026-03-28 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922745auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:54 [ecarstrade.be] INFO: Saving data for 6922745auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677456.316067, 'last_price_update_time': 1774709694.06153}
2026-03-28 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922745auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922736> (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-28 14:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922758> (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-28 14:54:54 [ecarstrade.be] INFO: Extracting details for car 6922736auction106392
2026-03-28 14:54:54 [ecarstrade.be] INFO: Extracting details for car 6922758auction106392
2026-03-28 14:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922761> (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-28 14:54:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03dcd96d-5204-542b-98c6-8f7d61ba26ea with identifier: 6922736auction106392
2026-03-28 14:54:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03dcd96d-5204-542b-98c6-8f7d61ba26ea with scrape type 2
2026-03-28 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03dcd96d-5204-542b-98c6-8f7d61ba26ea with scrape type 2
2026-03-28 14:54:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 03dcd96d-5204-542b-98c6-8f7d61ba26ea, identifier: 6922736auction106392
2026-03-28 14:54:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63d7565d-3779-5866-bab6-4d8f75041851 with identifier: 6922758auction106392
2026-03-28 14:54:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63d7565d-3779-5866-bab6-4d8f75041851 with scrape type 2
2026-03-28 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63d7565d-3779-5866-bab6-4d8f75041851 with scrape type 2
2026-03-28 14:54:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63d7565d-3779-5866-bab6-4d8f75041851, identifier: 6922758auction106392
2026-03-28 14:54:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 03dcd96d-5204-542b-98c6-8f7d61ba26ea with identifier: 6922736auction106392
2026-03-28 14:54:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 03dcd96d-5204-542b-98c6-8f7d61ba26ea with identifier: 6922736auction106392
2026-03-28 14:54:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 03dcd96d-5204-542b-98c6-8f7d61ba26ea with identifier: 6922736auction106392 to the API
2026-03-28 14:54:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922736>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '03dcd96d-5204-542b-98c6-8f7d61ba26ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922736',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 23674,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Style 1.2L (1199cc) 3-cylinder Gasoline 100hp S&S, '
'6-speed manual',
'transmission': 'manual',
'trim': 'Style 1.2L (1199cc) 3-cylinder Gasoline 100hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-28 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922736auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:54 [ecarstrade.be] INFO: Saving data for 6922736auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677514.504593, 'last_price_update_time': 1774709694.67331}
2026-03-28 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922736auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63d7565d-3779-5866-bab6-4d8f75041851 with identifier: 6922758auction106392
2026-03-28 14:54:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63d7565d-3779-5866-bab6-4d8f75041851 with identifier: 6922758auction106392
2026-03-28 14:54:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63d7565d-3779-5866-bab6-4d8f75041851 with identifier: 6922758auction106392 to the API
2026-03-28 14:54:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922758>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Diesel',
'id': '63d7565d-3779-5866-bab6-4d8f75041851',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922758',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 16056,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution Blue dCi 1.5L 100 hp',
'transmission': 'manual',
'trim': 'Evolution Blue dCi 1.5L 100 hp',
'vin': None,
'year': 2025}
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922758auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Saving data for 6922758auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677462.482451, 'last_price_update_time': 1774709695.029497}
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922758auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:55 [ecarstrade.be] INFO: Extracting details for car 6922761auction106392
2026-03-28 14:54:55 [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-28 14:54:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbcceab2-584d-59ea-bb8d-02296cc9dbe7 with identifier: 6922761auction106392
2026-03-28 14:54:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbcceab2-584d-59ea-bb8d-02296cc9dbe7 with scrape type 2
2026-03-28 14:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbcceab2-584d-59ea-bb8d-02296cc9dbe7 with scrape type 2
2026-03-28 14:54:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbcceab2-584d-59ea-bb8d-02296cc9dbe7, identifier: 6922761auction106392
2026-03-28 14:54:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbcceab2-584d-59ea-bb8d-02296cc9dbe7 with identifier: 6922761auction106392
2026-03-28 14:54:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbcceab2-584d-59ea-bb8d-02296cc9dbe7 with identifier: 6922761auction106392
2026-03-28 14:54:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbcceab2-584d-59ea-bb8d-02296cc9dbe7 with identifier: 6922761auction106392 to the API
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922761>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Diesel',
'id': 'fbcceab2-584d-59ea-bb8d-02296cc9dbe7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922761',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 17754,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100 hp',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100 hp',
'vin': None,
'year': 2025}
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922761auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Saving data for 6922761auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677451.175143, 'last_price_update_time': 1774709695.455406}
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922761auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6933844auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933844auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6933844auction106392: 0
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6933846auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933846auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6933846auction106392: 0
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6933847auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933847auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6933847auction106392: 2
2026-03-28 14:54:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6933850auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933850auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6933850auction106392: 0
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6933851auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933851auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6933851auction106392: 0
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6934187auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934187auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6934187auction106392: 2
2026-03-28 14:54:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6934192auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934192auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6934192auction106392: 2
2026-03-28 14:54:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6934209auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934209auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6934209auction106392: 2
2026-03-28 14:54:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6934489auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934489auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6934489auction106392: 2
2026-03-28 14:54:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6935202auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935202auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6935202auction106392: 0
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6935205auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935205auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6935205auction106392: 2
2026-03-28 14:54:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6935207auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935207auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6935207auction106392: 2
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6935211auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935211auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6935211auction106392: 2
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6935224auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935224auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6935224auction106392: 2
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6935232auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935232auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6935232auction106392: 2
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6935260auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935260auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6935260auction106392: 2
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6935823auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935823auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6935823auction106392: 0
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6936283auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936283auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6936283auction106392: 0
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6936597auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936597auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6936597auction106392: 2
2026-03-28 14:54:55 [ecarstrade.be] INFO: Found listing with ID: 6936599auction106392
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936599auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:55 [ecarstrade.be] INFO: Scrape type for 6936599auction106392: 0
2026-03-28 14:54:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6925635> (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-28 14:54:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:58 [ecarstrade.be] INFO: Extracting details for car 6925635auction106392
2026-03-28 14:54:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e27f383-2ab5-557c-9115-014f6888a40a with identifier: 6925635auction106392
2026-03-28 14:54:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e27f383-2ab5-557c-9115-014f6888a40a with scrape type 2
2026-03-28 14:54:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e27f383-2ab5-557c-9115-014f6888a40a with scrape type 2
2026-03-28 14:54:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7e27f383-2ab5-557c-9115-014f6888a40a, identifier: 6925635auction106392
2026-03-28 14:54:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7e27f383-2ab5-557c-9115-014f6888a40a with identifier: 6925635auction106392
2026-03-28 14:54:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7e27f383-2ab5-557c-9115-014f6888a40a with identifier: 6925635auction106392
2026-03-28 14:54:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7e27f383-2ab5-557c-9115-014f6888a40a with identifier: 6925635auction106392 to the API
2026-03-28 14:54:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54: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-28 14:54:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6925635>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '7e27f383-2ab5-557c-9115-014f6888a40a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6925635',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 14450,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Hybrid 136 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925635auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:59 [ecarstrade.be] INFO: Saving data for 6925635auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677546.31752, 'last_price_update_time': 1774709699.090674}
2026-03-28 14:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6925635auction106392') HTTP/1.1" 204 0
2026-03-28 14:54:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926761> (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-28 14:54:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:54:59 [ecarstrade.be] INFO: Extracting details for car 6926761auction106392
2026-03-28 14:54:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4190057e-1130-5de5-aa08-77522b767400 with identifier: 6926761auction106392
2026-03-28 14:54:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4190057e-1130-5de5-aa08-77522b767400 with scrape type 2
2026-03-28 14:54:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4190057e-1130-5de5-aa08-77522b767400 with scrape type 2
2026-03-28 14:54:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4190057e-1130-5de5-aa08-77522b767400, identifier: 6926761auction106392
2026-03-28 14:54:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4190057e-1130-5de5-aa08-77522b767400 with identifier: 6926761auction106392
2026-03-28 14:54:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4190057e-1130-5de5-aa08-77522b767400 with identifier: 6926761auction106392
2026-03-28 14:54:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4190057e-1130-5de5-aa08-77522b767400 with identifier: 6926761auction106392 to the API
2026-03-28 14:54:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:54:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:54:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926761>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '4190057e-1130-5de5-aa08-77522b767400',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926761',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 28221,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-19',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure Hybrid 136 e-DCS6 (1.2L)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6 (1.2L)',
'vin': None,
'year': 2025}
2026-03-28 14:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926761auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:54:59 [ecarstrade.be] INFO: Saving data for 6926761auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772783317.816575, 'last_price_update_time': 1774709699.728511}
2026-03-28 14:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926761auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:01 [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-28 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-28 14:55:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6938572auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276938572auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6938572auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6938589auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276938589auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6938589auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6940264auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276940264auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6940264auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6940265auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276940265auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6940265auction106392: 1
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6940266auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276940266auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6940266auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6940279auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276940279auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6940279auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6940280auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276940280auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6940280auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6940801auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276940801auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6940801auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6940804auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276940804auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6940804auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6946077auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276946077auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6946077auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6946078auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276946078auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6946078auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6947849auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276947849auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6947849auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6948152auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276948152auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6948152auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6948153auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276948153auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6948153auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6949420auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276949420auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6949420auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6951693auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276951693auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6951693auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6952008auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276952008auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6952008auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6953679auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276953679auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6953679auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6954557auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276954557auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6954557auction106392: 0
2026-03-28 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6956362auction106392
2026-03-28 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276956362auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:01 [ecarstrade.be] INFO: Scrape type for 6956362auction106392: 0
2026-03-28 14:55:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6934489> (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-28 14:55:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:02 [ecarstrade.be] INFO: Extracting details for car 6934489auction106392
2026-03-28 14:55:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 488cbfe8-27cc-56f3-9172-81db38c95d09 with identifier: 6934489auction106392
2026-03-28 14:55:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 488cbfe8-27cc-56f3-9172-81db38c95d09 with scrape type 2
2026-03-28 14:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 488cbfe8-27cc-56f3-9172-81db38c95d09 with scrape type 2
2026-03-28 14:55:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 488cbfe8-27cc-56f3-9172-81db38c95d09, identifier: 6934489auction106392
2026-03-28 14:55:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 488cbfe8-27cc-56f3-9172-81db38c95d09 with identifier: 6934489auction106392
2026-03-28 14:55:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 488cbfe8-27cc-56f3-9172-81db38c95d09 with identifier: 6934489auction106392
2026-03-28 14:55:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 488cbfe8-27cc-56f3-9172-81db38c95d09 with identifier: 6934489auction106392 to the API
2026-03-28 14:55:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55: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-28 14:55:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6934489>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '488cbfe8-27cc-56f3-9172-81db38c95d09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6934489',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'DS Automobiles',
'model': 'Other',
'odometer': 17861,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-27',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 7 Hybride Rechargeable E-Tense 300 EAT8 4x4 Rivoli',
'transmission': 'automatic',
'trim': 'DS DS 7 Hybride Rechargeable E-Tense 300 EAT8 4x4 Rivoli',
'vin': None,
'year': 2024}
2026-03-28 14:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934489auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:02 [ecarstrade.be] INFO: Saving data for 6934489auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772783392.594611, 'last_price_update_time': 1774709702.668257}
2026-03-28 14:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6934489auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6934192> (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-28 14:55:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933847> (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-28 14:55:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6934209> (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-28 14:55:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:02 [ecarstrade.be] INFO: Extracting details for car 6934192auction106392
2026-03-28 14:55:02 [ecarstrade.be] INFO: Extracting details for car 6933847auction106392
2026-03-28 14:55:02 [ecarstrade.be] INFO: Extracting details for car 6934209auction106392
2026-03-28 14:55:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc298dcd-d076-52bd-b9fe-cbc39918b155 with identifier: 6934192auction106392
2026-03-28 14:55:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc298dcd-d076-52bd-b9fe-cbc39918b155 with scrape type 2
2026-03-28 14:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc298dcd-d076-52bd-b9fe-cbc39918b155 with scrape type 2
2026-03-28 14:55:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc298dcd-d076-52bd-b9fe-cbc39918b155, identifier: 6934192auction106392
2026-03-28 14:55:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72b6b873-f697-5da7-b191-0555aa79f2a4 with identifier: 6933847auction106392
2026-03-28 14:55:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72b6b873-f697-5da7-b191-0555aa79f2a4 with scrape type 2
2026-03-28 14:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72b6b873-f697-5da7-b191-0555aa79f2a4 with scrape type 2
2026-03-28 14:55:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72b6b873-f697-5da7-b191-0555aa79f2a4, identifier: 6933847auction106392
2026-03-28 14:55:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc278185-9089-5340-95da-3cdc8ee5d263 with identifier: 6934209auction106392
2026-03-28 14:55:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc278185-9089-5340-95da-3cdc8ee5d263 with scrape type 2
2026-03-28 14:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc278185-9089-5340-95da-3cdc8ee5d263 with scrape type 2
2026-03-28 14:55:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc278185-9089-5340-95da-3cdc8ee5d263, identifier: 6934209auction106392
2026-03-28 14:55:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc298dcd-d076-52bd-b9fe-cbc39918b155 with identifier: 6934192auction106392
2026-03-28 14:55:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc298dcd-d076-52bd-b9fe-cbc39918b155 with identifier: 6934192auction106392
2026-03-28 14:55:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc298dcd-d076-52bd-b9fe-cbc39918b155 with identifier: 6934192auction106392 to the API
2026-03-28 14:55:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6934192>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': 'fc298dcd-d076-52bd-b9fe-cbc39918b155',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6934192',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 3752,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen e-Berlingo PLUS Electric 54 kWh (Single phase)',
'transmission': 'automatic',
'trim': 'e- PLUS Electric 54 kWh (Single phase)',
'vin': None,
'year': 2025}
2026-03-28 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934192auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:03 [ecarstrade.be] INFO: Saving data for 6934192auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677589.074335, 'last_price_update_time': 1774709703.49915}
2026-03-28 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6934192auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72b6b873-f697-5da7-b191-0555aa79f2a4 with identifier: 6933847auction106392
2026-03-28 14:55:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72b6b873-f697-5da7-b191-0555aa79f2a4 with identifier: 6933847auction106392
2026-03-28 14:55:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72b6b873-f697-5da7-b191-0555aa79f2a4 with identifier: 6933847auction106392 to the API
2026-03-28 14:55:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933847>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': '72b6b873-f697-5da7-b191-0555aa79f2a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933847',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 5,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot e-Partner VAN 50 kWh Peugeot e-Partner VAN 50 kWh *Rear '
'camera, Wooden floor',
'transmission': 'automatic',
'trim': 'e- VAN 50 kWh e- VAN 50 kWh *Rear camera, Wooden floor',
'vin': None,
'year': 2023}
2026-03-28 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933847auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:03 [ecarstrade.be] INFO: Saving data for 6933847auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677613.000765, 'last_price_update_time': 1774709703.819657}
2026-03-28 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933847auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc278185-9089-5340-95da-3cdc8ee5d263 with identifier: 6934209auction106392
2026-03-28 14:55:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc278185-9089-5340-95da-3cdc8ee5d263 with identifier: 6934209auction106392
2026-03-28 14:55:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc278185-9089-5340-95da-3cdc8ee5d263 with identifier: 6934209auction106392 to the API
2026-03-28 14:55:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6934209>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'fc278185-9089-5340-95da-3cdc8ee5d263',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6934209',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 12397,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-11',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-28 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934209auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:04 [ecarstrade.be] INFO: Saving data for 6934209auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677589.709289, 'last_price_update_time': 1774709704.118015}
2026-03-28 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6934209auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935205> (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-28 14:55:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:05 [ecarstrade.be] INFO: Extracting details for car 6935205auction106392
2026-03-28 14:55:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f394c05-523b-58d9-85db-c6517a4d0786 with identifier: 6935205auction106392
2026-03-28 14:55:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f394c05-523b-58d9-85db-c6517a4d0786 with scrape type 2
2026-03-28 14:55:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f394c05-523b-58d9-85db-c6517a4d0786 with scrape type 2
2026-03-28 14:55:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2f394c05-523b-58d9-85db-c6517a4d0786, identifier: 6935205auction106392
2026-03-28 14:55:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2f394c05-523b-58d9-85db-c6517a4d0786 with identifier: 6935205auction106392
2026-03-28 14:55:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2f394c05-523b-58d9-85db-c6517a4d0786 with identifier: 6935205auction106392
2026-03-28 14:55:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2f394c05-523b-58d9-85db-c6517a4d0786 with identifier: 6935205auction106392 to the API
2026-03-28 14:55:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935205>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': '2f394c05-523b-58d9-85db-c6517a4d0786',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935205',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Opel',
'model': 'Frontera',
'odometer': 10032,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-17',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Frontera Edition 44 kWh Electric',
'transmission': 'automatic',
'trim': 'Edition 44 kWh Electric',
'vin': None,
'year': 2025}
2026-03-28 14:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935205auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:05 [ecarstrade.be] INFO: Saving data for 6935205auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772783408.451828, 'last_price_update_time': 1774709705.475489}
2026-03-28 14:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935205auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935207> (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-28 14:55:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:05 [ecarstrade.be] INFO: Extracting details for car 6935207auction106392
2026-03-28 14:55:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db0bfb0f-f93e-5518-80b1-3aaae477f136 with identifier: 6935207auction106392
2026-03-28 14:55:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db0bfb0f-f93e-5518-80b1-3aaae477f136 with scrape type 2
2026-03-28 14:55:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db0bfb0f-f93e-5518-80b1-3aaae477f136 with scrape type 2
2026-03-28 14:55:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: db0bfb0f-f93e-5518-80b1-3aaae477f136, identifier: 6935207auction106392
2026-03-28 14:55:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: db0bfb0f-f93e-5518-80b1-3aaae477f136 with identifier: 6935207auction106392
2026-03-28 14:55:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: db0bfb0f-f93e-5518-80b1-3aaae477f136 with identifier: 6935207auction106392
2026-03-28 14:55:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: db0bfb0f-f93e-5518-80b1-3aaae477f136 with identifier: 6935207auction106392 to the API
2026-03-28 14:55:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55: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-28 14:55:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935207>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': 'db0bfb0f-f93e-5518-80b1-3aaae477f136',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935207',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Opel',
'model': 'Frontera',
'odometer': 7959,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Frontera Edition Electric 44 kWh (84 kW)',
'transmission': 'automatic',
'trim': 'Edition Electric 44 kWh (84 kW)',
'vin': None,
'year': 2025}
2026-03-28 14:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:06 [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-28 14:55:06 [ecarstrade.be] INFO: Saving data for 6935207auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772783407.044107, 'last_price_update_time': 1774709706.331404}
2026-03-28 14:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935207auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:06 [scrapy.extensions.logstats] INFO: Crawled 450 pages (at 30 pages/min), scraped 296 items (at 23 items/min)
2026-03-28 14:55:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 340MiB
2026-03-28 14:55:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935211> (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-28 14:55:09 [ecarstrade.be] INFO: Extracting details for car 6935211auction106392
2026-03-28 14:55:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6115dbb-21f3-554f-a554-d5dc9c21dcfa with identifier: 6935211auction106392
2026-03-28 14:55:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6115dbb-21f3-554f-a554-d5dc9c21dcfa with scrape type 2
2026-03-28 14:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6115dbb-21f3-554f-a554-d5dc9c21dcfa with scrape type 2
2026-03-28 14:55:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6115dbb-21f3-554f-a554-d5dc9c21dcfa, identifier: 6935211auction106392
2026-03-28 14:55:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6115dbb-21f3-554f-a554-d5dc9c21dcfa with identifier: 6935211auction106392
2026-03-28 14:55:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6115dbb-21f3-554f-a554-d5dc9c21dcfa with identifier: 6935211auction106392
2026-03-28 14:55:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6115dbb-21f3-554f-a554-d5dc9c21dcfa with identifier: 6935211auction106392 to the API
2026-03-28 14:55:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55: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-28 14:55:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935211>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': 'd6115dbb-21f3-554f-a554-d5dc9c21dcfa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935211',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 9,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 2,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh Electric (50 kWh)',
'transmission': 'automatic',
'trim': 'e- Van 50 kWh Electric (50 kWh)',
'vin': None,
'year': 2024}
2026-03-28 14:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935211auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:09 [ecarstrade.be] INFO: Saving data for 6935211auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772783409.61814, 'last_price_update_time': 1774709709.509042}
2026-03-28 14:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935211auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935232> (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-28 14:55:10 [ecarstrade.be] INFO: Extracting details for car 6935232auction106392
2026-03-28 14:55:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8de6383-efd4-5f00-983e-f9efa1cb1567 with identifier: 6935232auction106392
2026-03-28 14:55:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8de6383-efd4-5f00-983e-f9efa1cb1567 with scrape type 2
2026-03-28 14:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8de6383-efd4-5f00-983e-f9efa1cb1567 with scrape type 2
2026-03-28 14:55:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c8de6383-efd4-5f00-983e-f9efa1cb1567, identifier: 6935232auction106392
2026-03-28 14:55:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c8de6383-efd4-5f00-983e-f9efa1cb1567 with identifier: 6935232auction106392
2026-03-28 14:55:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c8de6383-efd4-5f00-983e-f9efa1cb1567 with identifier: 6935232auction106392
2026-03-28 14:55:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c8de6383-efd4-5f00-983e-f9efa1cb1567 with identifier: 6935232auction106392 to the API
2026-03-28 14:55:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:55:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935232>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': 'c8de6383-efd4-5f00-983e-f9efa1cb1567',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935232',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Opel',
'model': 'Frontera',
'odometer': 5536,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-15',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Frontera Edition Electric (44 kWh) 84 kW',
'transmission': 'automatic',
'trim': 'Edition Electric (44 kWh) 84 kW',
'vin': None,
'year': 2025}
2026-03-28 14:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276935232auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:10 [ecarstrade.be] INFO: Saving data for 6935232auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772783411.974905, 'last_price_update_time': 1774709710.634699}
2026-03-28 14:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935232auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6934187> (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-28 14:55:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935260> (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-28 14:55:10 [ecarstrade.be] INFO: Extracting details for car 6934187auction106392
2026-03-28 14:55:10 [ecarstrade.be] INFO: Extracting details for car 6935260auction106392
2026-03-28 14:55:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60a5c55d-964a-56ae-b967-9f82585ee153 with identifier: 6934187auction106392
2026-03-28 14:55:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60a5c55d-964a-56ae-b967-9f82585ee153 with scrape type 2
2026-03-28 14:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60a5c55d-964a-56ae-b967-9f82585ee153 with scrape type 2
2026-03-28 14:55:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60a5c55d-964a-56ae-b967-9f82585ee153, identifier: 6934187auction106392
2026-03-28 14:55:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34b4a23f-df73-549d-abf5-eeed80939cee with identifier: 6935260auction106392
2026-03-28 14:55:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34b4a23f-df73-549d-abf5-eeed80939cee with scrape type 2
2026-03-28 14:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34b4a23f-df73-549d-abf5-eeed80939cee with scrape type 2
2026-03-28 14:55:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 34b4a23f-df73-549d-abf5-eeed80939cee, identifier: 6935260auction106392
2026-03-28 14:55:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60a5c55d-964a-56ae-b967-9f82585ee153 with identifier: 6934187auction106392
2026-03-28 14:55:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60a5c55d-964a-56ae-b967-9f82585ee153 with identifier: 6934187auction106392
2026-03-28 14:55:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60a5c55d-964a-56ae-b967-9f82585ee153 with identifier: 6934187auction106392 to the API
2026-03-28 14:55:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:55:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6934187>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': '60a5c55d-964a-56ae-b967-9f82585ee153',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6934187',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4 X',
'odometer': 48160,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-28',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 X MAX Electric (50 kWh battery)',
'transmission': 'automatic',
'trim': 'MAX Electric (50 kWh battery)',
'vin': None,
'year': 2024}
2026-03-28 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276934187auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:11 [ecarstrade.be] INFO: Saving data for 6934187auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772677576.29104, 'last_price_update_time': 1774709711.249769}
2026-03-28 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6934187auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 34b4a23f-df73-549d-abf5-eeed80939cee with identifier: 6935260auction106392
2026-03-28 14:55:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 34b4a23f-df73-549d-abf5-eeed80939cee with identifier: 6935260auction106392
2026-03-28 14:55:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 34b4a23f-df73-549d-abf5-eeed80939cee with identifier: 6935260auction106392 to the API
2026-03-28 14:55:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:55:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935260>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': '34b4a23f-df73-549d-abf5-eeed80939cee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935260',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 13,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen Jumpy L2 75 kWh Electric 75 kWh (WLTP range ~317 km)',
'transmission': 'automatic',
'trim': 'L2 75 kWh Electric 75 kWh (WLTP range ~317 km)',
'vin': None,
'year': 2024}
2026-03-28 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276935260auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:11 [ecarstrade.be] INFO: Saving data for 6935260auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772783407.920559, 'last_price_update_time': 1774709711.554678}
2026-03-28 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935260auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936597> (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-28 14:55:11 [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-28 14:55:11 [ecarstrade.be] INFO: Extracting details for car 6936597auction106392
2026-03-28 14:55:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 500ef2ea-0d9a-5279-9c4c-0b0456af0e6d with identifier: 6936597auction106392
2026-03-28 14:55:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 500ef2ea-0d9a-5279-9c4c-0b0456af0e6d with scrape type 2
2026-03-28 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 500ef2ea-0d9a-5279-9c4c-0b0456af0e6d with scrape type 2
2026-03-28 14:55:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 500ef2ea-0d9a-5279-9c4c-0b0456af0e6d, identifier: 6936597auction106392
2026-03-28 14:55:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:55:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 500ef2ea-0d9a-5279-9c4c-0b0456af0e6d with identifier: 6936597auction106392
2026-03-28 14:55:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 500ef2ea-0d9a-5279-9c4c-0b0456af0e6d with identifier: 6936597auction106392
2026-03-28 14:55:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 500ef2ea-0d9a-5279-9c4c-0b0456af0e6d with identifier: 6936597auction106392 to the API
2026-03-28 14:55:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:55:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936597>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '500ef2ea-0d9a-5279-9c4c-0b0456af0e6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936597',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 21563,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Style 1.2L 100hp S&S (6-speed manual)',
'transmission': 'manual',
'trim': 'Style 1.2L 100hp S&S (6-speed manual)',
'vin': None,
'year': 2025}
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936597auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Saving data for 6936597auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772783469.186814, 'last_price_update_time': 1774709712.09947}
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936597auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6956364auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276956364auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6956364auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6956366auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276956366auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6956366auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6956816auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276956816auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6956816auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6957053auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957053auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6957053auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6957355auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957355auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6957355auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6957366auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957366auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6957366auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6957370auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957370auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6957370auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6957999auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957999auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6957999auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6959577auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959577auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6959577auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6961283auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961283auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6961283auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6961351auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961351auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6961351auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6961352auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961352auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6961352auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6961356auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961356auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6961356auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6961360auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961360auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6961360auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6961968auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961968auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6961968auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6961972auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961972auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6961972auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6963808auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963808auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6963808auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6963809auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963809auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6963809auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6963813auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963813auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6963813auction106392: 0
2026-03-28 14:55:12 [ecarstrade.be] INFO: Found listing with ID: 6964444auction106392
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964444auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [ecarstrade.be] INFO: Scrape type for 6964444auction106392: 0
2026-03-28 14:55:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6940265> (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-28 14:55:12 [ecarstrade.be] INFO: Extracting details for car 6940265auction106392
2026-03-28 14:55:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4aba48d6-9821-56d7-8f1a-16b62efc38e9 with identifier: 6940265auction106392
2026-03-28 14:55:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4aba48d6-9821-56d7-8f1a-16b62efc38e9 with scrape type 1
2026-03-28 14:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4aba48d6-9821-56d7-8f1a-16b62efc38e9
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55: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%252F6940001-6950000%252F6940265%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1772794450%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940265/photo_001/780x0__r.jpg?hash=1772794450 not downloaded yet
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55: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%252F6940001-6950000%252F6940265%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1772794450%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940265/photo_002/780x0__r.jpg?hash=1772794450 not downloaded yet
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55: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%252F6940001-6950000%252F6940265%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1772794450%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940265/photo_003/780x0__r.jpg?hash=1772794450 not downloaded yet
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55: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%252F6940001-6950000%252F6940265%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1772794450%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940265/photo_004/780x0__r.jpg?hash=1772794450 not downloaded yet
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55: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%252F6940001-6950000%252F6940265%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1772794450%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940265/photo_005/780x0__r.jpg?hash=1772794450 not downloaded yet
2026-03-28 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55: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%252F6940001-6950000%252F6940265%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1772794450%27 HTTP/1.1" 200 None
2026-03-28 14:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940265/photo_006/780x0__r.jpg?hash=1772794450 not downloaded yet
2026-03-28 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940265/photo_004/780x0__r.jpg?hash=1772794450> (referer: https://ecarstrade.com/cars/6940265)
2026-03-28 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940265/photo_001/780x0__r.jpg?hash=1772794450> (referer: https://ecarstrade.com/cars/6940265)
2026-03-28 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940265/photo_002/780x0__r.jpg?hash=1772794450> (referer: https://ecarstrade.com/cars/6940265)
2026-03-28 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940265/photo_006/780x0__r.jpg?hash=1772794450> (referer: https://ecarstrade.com/cars/6940265)
2026-03-28 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940265/photo_005/780x0__r.jpg?hash=1772794450> (referer: https://ecarstrade.com/cars/6940265)
2026-03-28 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940265/photo_003/780x0__r.jpg?hash=1772794450> (referer: https://ecarstrade.com/cars/6940265)
2026-03-28 14:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4aba48d6-9821-56d7-8f1a-16b62efc38e9
2026-03-28 14:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4aba48d6-9821-56d7-8f1a-16b62efc38e9
2026-03-28 14:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4aba48d6-9821-56d7-8f1a-16b62efc38e9
2026-03-28 14:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4aba48d6-9821-56d7-8f1a-16b62efc38e9
2026-03-28 14:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4aba48d6-9821-56d7-8f1a-16b62efc38e9
2026-03-28 14:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4aba48d6-9821-56d7-8f1a-16b62efc38e9
2026-03-28 14:55:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4aba48d6-9821-56d7-8f1a-16b62efc38e9, skipping ID generation
2026-03-28 14:55:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4aba48d6-9821-56d7-8f1a-16b62efc38e9 with scrape type 1
2026-03-28 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4aba48d6-9821-56d7-8f1a-16b62efc38e9 sending to next pipeline
2026-03-28 14:55:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4aba48d6-9821-56d7-8f1a-16b62efc38e9, identifier: 6940265auction106392
2026-03-28 14:55:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4aba48d6-9821-56d7-8f1a-16b62efc38e9 with identifier: 6940265auction106392
2026-03-28 14:55:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4aba48d6-9821-56d7-8f1a-16b62efc38e9 with identifier: 6940265auction106392
2026-03-28 14:55:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4aba48d6-9821-56d7-8f1a-16b62efc38e9 with identifier: 6940265auction106392 to the API
2026-03-28 14:55:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:55:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940265/photo_003/780x0__r.jpg?hash=1772794450>
{'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-30T15:34:03Z',
'fuel_type': 'Diesel',
'id': '4aba48d6-9821-56d7-8f1a-16b62efc38e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6940265',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 14,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-27',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2025}
2026-03-28 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276940265auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:13 [ecarstrade.be] INFO: Saving data for 6940265auction106392: {'created_time': 1774709713.703744, 'last_price_update_time': 1774709713.703755, 'auction_closing_time': 1774884843.0}
2026-03-28 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6940265auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:18 [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-28 14:55:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6964446auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964446auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6964446auction106392: 0
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6965267auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965267auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6965267auction106392: 2
2026-03-28 14:55:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6965271auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965271auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6965271auction106392: 2
2026-03-28 14:55:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6965272auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965272auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6965272auction106392: 0
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6965273auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965273auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6965273auction106392: 2
2026-03-28 14:55:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6965275auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965275auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6965275auction106392: 0
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6966304auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966304auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6966304auction106392: 2
2026-03-28 14:55:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6966305auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966305auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6966305auction106392: 2
2026-03-28 14:55:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6966306auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966306auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6966306auction106392: 2
2026-03-28 14:55:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6966307auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966307auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6966307auction106392: 0
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6966308auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966308auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6966308auction106392: 2
2026-03-28 14:55:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6967796auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276967796auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6967796auction106392: 0
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6967798auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276967798auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6967798auction106392: 2
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6968334auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968334auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6968334auction106392: 0
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6968336auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968336auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6968336auction106392: 0
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6968337auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968337auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6968337auction106392: 0
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6968338auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968338auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6968338auction106392: 0
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6969302auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276969302auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6969302auction106392: 0
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6969306auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276969306auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6969306auction106392: 0
2026-03-28 14:55:18 [ecarstrade.be] INFO: Found listing with ID: 6970598auction106392
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276970598auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:18 [ecarstrade.be] INFO: Scrape type for 6970598auction106392: 0
2026-03-28 14:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6965271> (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-28 14:55:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:25 [ecarstrade.be] INFO: Extracting details for car 6965271auction106392
2026-03-28 14:55:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0067dc35-e73c-558e-b5c8-8c41b023d314 with identifier: 6965271auction106392
2026-03-28 14:55:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0067dc35-e73c-558e-b5c8-8c41b023d314 with scrape type 2
2026-03-28 14:55:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0067dc35-e73c-558e-b5c8-8c41b023d314 with scrape type 2
2026-03-28 14:55:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0067dc35-e73c-558e-b5c8-8c41b023d314, identifier: 6965271auction106392
2026-03-28 14:55:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0067dc35-e73c-558e-b5c8-8c41b023d314 with identifier: 6965271auction106392
2026-03-28 14:55:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0067dc35-e73c-558e-b5c8-8c41b023d314 with identifier: 6965271auction106392
2026-03-28 14:55:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0067dc35-e73c-558e-b5c8-8c41b023d314 with identifier: 6965271auction106392 to the API
2026-03-28 14:55:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6965271>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '0067dc35-e73c-558e-b5c8-8c41b023d314',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6965271',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 16940,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure Hybrid 145 e-DCS6 (1.2L 3-cylinder)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 e-DCS6 (1.2L 3-cylinder)',
'vin': None,
'year': 2025}
2026-03-28 14:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965271auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:25 [ecarstrade.be] INFO: Saving data for 6965271auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773453259.75361, 'last_price_update_time': 1774709725.578867}
2026-03-28 14:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6965271auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6966305> (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-28 14:55:25 [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-28 14:55:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:25 [ecarstrade.be] INFO: Extracting details for car 6966305auction106392
2026-03-28 14:55:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34c68124-0e52-55e8-a6c1-8f71df1a5bff with identifier: 6966305auction106392
2026-03-28 14:55:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34c68124-0e52-55e8-a6c1-8f71df1a5bff with scrape type 2
2026-03-28 14:55:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34c68124-0e52-55e8-a6c1-8f71df1a5bff with scrape type 2
2026-03-28 14:55:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 34c68124-0e52-55e8-a6c1-8f71df1a5bff, identifier: 6966305auction106392
2026-03-28 14:55:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:55:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 34c68124-0e52-55e8-a6c1-8f71df1a5bff with identifier: 6966305auction106392
2026-03-28 14:55:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 34c68124-0e52-55e8-a6c1-8f71df1a5bff with identifier: 6966305auction106392
2026-03-28 14:55:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 34c68124-0e52-55e8-a6c1-8f71df1a5bff with identifier: 6966305auction106392 to the API
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6966305>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '34c68124-0e52-55e8-a6c1-8f71df1a5bff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6966305',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 24790,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-23',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure 1.2L Hybrid (e-DCS6) 136 hp',
'transmission': 'automatic',
'trim': 'Allure 1.2L Hybrid (e-DCS6) 136 hp',
'vin': None,
'year': 2025}
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966305auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Saving data for 6966305auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773453251.975946, 'last_price_update_time': 1774709726.250104}
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6966305auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:26 [ecarstrade.be] INFO: Found listing with ID: 6971314auction106392
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971314auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Scrape type for 6971314auction106392: 0
2026-03-28 14:55:26 [ecarstrade.be] INFO: Found listing with ID: 6971316auction106392
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971316auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Scrape type for 6971316auction106392: 0
2026-03-28 14:55:26 [ecarstrade.be] INFO: Found listing with ID: 6971320auction106392
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971320auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Scrape type for 6971320auction106392: 0
2026-03-28 14:55:26 [ecarstrade.be] INFO: Found listing with ID: 6971321auction106392
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971321auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Scrape type for 6971321auction106392: 0
2026-03-28 14:55:26 [ecarstrade.be] INFO: Found listing with ID: 6972353auction106392
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972353auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Scrape type for 6972353auction106392: 0
2026-03-28 14:55:26 [ecarstrade.be] INFO: Found listing with ID: 6972447auction106392
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972447auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Scrape type for 6972447auction106392: 2
2026-03-28 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6966304> (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-28 14:55:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:26 [ecarstrade.be] INFO: Found listing with ID: 6972448auction106392
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972448auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Scrape type for 6972448auction106392: 2
2026-03-28 14:55:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:26 [ecarstrade.be] INFO: Found listing with ID: 6972449auction106392
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972449auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Scrape type for 6972449auction106392: 2
2026-03-28 14:55:26 [ecarstrade.be] INFO: Found listing with ID: 6972459auction106392
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972459auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Scrape type for 6972459auction106392: 2
2026-03-28 14:55:26 [ecarstrade.be] INFO: Found listing with ID: 6972604auction106392
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972604auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Scrape type for 6972604auction106392: 2
2026-03-28 14:55:26 [ecarstrade.be] INFO: Found listing with ID: 6972606auction106392
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972606auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Scrape type for 6972606auction106392: 2
2026-03-28 14:55:26 [ecarstrade.be] INFO: Found listing with ID: 6972609auction106392
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972609auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Scrape type for 6972609auction106392: 2
2026-03-28 14:55:26 [ecarstrade.be] INFO: Extracting details for car 6966304auction106392
2026-03-28 14:55:26 [ecarstrade.be] INFO: Found listing with ID: 6972610auction106392
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972610auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Scrape type for 6972610auction106392: 0
2026-03-28 14:55:26 [ecarstrade.be] INFO: Found listing with ID: 6972612auction106392
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972612auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Scrape type for 6972612auction106392: 2
2026-03-28 14:55:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe1256bd-8706-505a-912d-009e4f5f77e8 with identifier: 6966304auction106392
2026-03-28 14:55:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe1256bd-8706-505a-912d-009e4f5f77e8 with scrape type 2
2026-03-28 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe1256bd-8706-505a-912d-009e4f5f77e8 with scrape type 2
2026-03-28 14:55:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe1256bd-8706-505a-912d-009e4f5f77e8, identifier: 6966304auction106392
2026-03-28 14:55:26 [ecarstrade.be] INFO: Found listing with ID: 6973211auction106392
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973211auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Scrape type for 6973211auction106392: 2
2026-03-28 14:55:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe1256bd-8706-505a-912d-009e4f5f77e8 with identifier: 6966304auction106392
2026-03-28 14:55:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe1256bd-8706-505a-912d-009e4f5f77e8 with identifier: 6966304auction106392
2026-03-28 14:55:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe1256bd-8706-505a-912d-009e4f5f77e8 with identifier: 6966304auction106392 to the API
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6966304>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'fe1256bd-8706-505a-912d-009e4f5f77e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6966304',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 15374,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure Hybrid 145 (1.2L) e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 (1.2L) e-DCS6',
'vin': None,
'year': 2025}
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966304auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:26 [ecarstrade.be] INFO: Saving data for 6966304auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773453252.674435, 'last_price_update_time': 1774709726.964129}
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6966304auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:27 [ecarstrade.be] INFO: Found listing with ID: 6973223auction106392
2026-03-28 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973223auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:27 [ecarstrade.be] INFO: Scrape type for 6973223auction106392: 0
2026-03-28 14:55:27 [ecarstrade.be] INFO: Found listing with ID: 6973508auction106392
2026-03-28 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973508auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:27 [ecarstrade.be] INFO: Scrape type for 6973508auction106392: 0
2026-03-28 14:55:27 [ecarstrade.be] INFO: Found listing with ID: 6973965auction106392
2026-03-28 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973965auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:27 [ecarstrade.be] INFO: Scrape type for 6973965auction106392: 0
2026-03-28 14:55:27 [ecarstrade.be] INFO: Found listing with ID: 6976161auction106392
2026-03-28 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976161auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:27 [ecarstrade.be] INFO: Scrape type for 6976161auction106392: 2
2026-03-28 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6966306> (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-28 14:55:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:27 [ecarstrade.be] INFO: Found listing with ID: 6976162auction106392
2026-03-28 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976162auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:27 [ecarstrade.be] INFO: Scrape type for 6976162auction106392: 0
2026-03-28 14:55:27 [ecarstrade.be] INFO: Extracting details for car 6966306auction106392
2026-03-28 14:55:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f6884f1-356f-5fb1-ba36-734fba5e4974 with identifier: 6966306auction106392
2026-03-28 14:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f6884f1-356f-5fb1-ba36-734fba5e4974 with scrape type 2
2026-03-28 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f6884f1-356f-5fb1-ba36-734fba5e4974 with scrape type 2
2026-03-28 14:55:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f6884f1-356f-5fb1-ba36-734fba5e4974, identifier: 6966306auction106392
2026-03-28 14:55:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f6884f1-356f-5fb1-ba36-734fba5e4974 with identifier: 6966306auction106392
2026-03-28 14:55:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f6884f1-356f-5fb1-ba36-734fba5e4974 with identifier: 6966306auction106392
2026-03-28 14:55:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f6884f1-356f-5fb1-ba36-734fba5e4974 with identifier: 6966306auction106392 to the API
2026-03-28 14:55:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6966306>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '9f6884f1-356f-5fb1-ba36-734fba5e4974',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6966306',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 13627,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure Hybrid 145 (e-DCS6) 1.2L 3-cylinder',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 (e-DCS6) 1.2L 3-cylinder',
'vin': None,
'year': 2025}
2026-03-28 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966306auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:27 [ecarstrade.be] INFO: Saving data for 6966306auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773453253.170258, 'last_price_update_time': 1774709727.670427}
2026-03-28 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6966306auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6965267> (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-28 14:55:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:27 [ecarstrade.be] INFO: Extracting details for car 6965267auction106392
2026-03-28 14:55:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbac90f9-c80b-5ad4-bd30-99d0924515a6 with identifier: 6965267auction106392
2026-03-28 14:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbac90f9-c80b-5ad4-bd30-99d0924515a6 with scrape type 2
2026-03-28 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbac90f9-c80b-5ad4-bd30-99d0924515a6 with scrape type 2
2026-03-28 14:55:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cbac90f9-c80b-5ad4-bd30-99d0924515a6, identifier: 6965267auction106392
2026-03-28 14:55:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cbac90f9-c80b-5ad4-bd30-99d0924515a6 with identifier: 6965267auction106392
2026-03-28 14:55:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cbac90f9-c80b-5ad4-bd30-99d0924515a6 with identifier: 6965267auction106392
2026-03-28 14:55:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cbac90f9-c80b-5ad4-bd30-99d0924515a6 with identifier: 6965267auction106392 to the API
2026-03-28 14:55:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 14:55:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6965267>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'cbac90f9-c80b-5ad4-bd30-99d0924515a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6965267',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 27663,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure Hybrid 136 (e-DCS6) 1.2L',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (e-DCS6) 1.2L',
'vin': None,
'year': 2025}
2026-03-28 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276965267auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:28 [ecarstrade.be] INFO: Saving data for 6965267auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773453255.899679, 'last_price_update_time': 1774709728.21957}
2026-03-28 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6965267auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:33 [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-28 14:55:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6976215auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976215auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6976215auction106392: 0
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6976216auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976216auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6976216auction106392: 0
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6976217auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976217auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6976217auction106392: 0
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6976218auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976218auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6976218auction106392: 0
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6976609auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976609auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6976609auction106392: 0
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6976611auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976611auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6976611auction106392: 0
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6976979auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976979auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6976979auction106392: 0
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6976980auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976980auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6976980auction106392: 0
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6976982auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976982auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6976982auction106392: 0
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6976984auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976984auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6976984auction106392: 0
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6976986auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976986auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6976986auction106392: 2
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6976988auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976988auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6976988auction106392: 2
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6977661auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276977661auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6977661auction106392: 2
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6978907auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978907auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6978907auction106392: 2
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6980215auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980215auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6980215auction106392: 2
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6980216auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980216auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6980216auction106392: 2
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6980217auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980217auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6980217auction106392: 2
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6980218auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980218auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6980218auction106392: 2
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6980343auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980343auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6980343auction106392: 2
2026-03-28 14:55:33 [ecarstrade.be] INFO: Found listing with ID: 6980344auction106392
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980344auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:33 [ecarstrade.be] INFO: Scrape type for 6980344auction106392: 0
2026-03-28 14:55:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6966308> (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-28 14:55:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:33 [ecarstrade.be] INFO: Extracting details for car 6966308auction106392
2026-03-28 14:55:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bf65675-d3aa-5911-adbb-d7711d91748b with identifier: 6966308auction106392
2026-03-28 14:55:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bf65675-d3aa-5911-adbb-d7711d91748b with scrape type 2
2026-03-28 14:55:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bf65675-d3aa-5911-adbb-d7711d91748b with scrape type 2
2026-03-28 14:55:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9bf65675-d3aa-5911-adbb-d7711d91748b, identifier: 6966308auction106392
2026-03-28 14:55:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9bf65675-d3aa-5911-adbb-d7711d91748b with identifier: 6966308auction106392
2026-03-28 14:55:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9bf65675-d3aa-5911-adbb-d7711d91748b with identifier: 6966308auction106392
2026-03-28 14:55:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9bf65675-d3aa-5911-adbb-d7711d91748b with identifier: 6966308auction106392 to the API
2026-03-28 14:55:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55: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-28 14:55:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6966308>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '9bf65675-d3aa-5911-adbb-d7711d91748b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6966308',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 21375,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-19',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure Hybrid 136 e-DCS6 (1.2L 3-cylinder) mild-hybrid',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6 (1.2L 3-cylinder) mild-hybrid',
'vin': None,
'year': 2025}
2026-03-28 14:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276966308auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:35 [ecarstrade.be] INFO: Saving data for 6966308auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773453253.827913, 'last_price_update_time': 1774709735.159241}
2026-03-28 14:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6966308auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972449> (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-28 14:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6967798> (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-28 14:55:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:35 [ecarstrade.be] INFO: Extracting details for car 6972449auction106392
2026-03-28 14:55:35 [ecarstrade.be] INFO: Extracting details for car 6967798auction106392
2026-03-28 14:55:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaa4ec23-3bbc-5b22-81fa-080971b826a8 with identifier: 6972449auction106392
2026-03-28 14:55:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaa4ec23-3bbc-5b22-81fa-080971b826a8 with scrape type 2
2026-03-28 14:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aaa4ec23-3bbc-5b22-81fa-080971b826a8 with scrape type 2
2026-03-28 14:55:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aaa4ec23-3bbc-5b22-81fa-080971b826a8, identifier: 6972449auction106392
2026-03-28 14:55:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 914c6f4e-807d-50fe-bf34-5195e6f33600 with identifier: 6967798auction106392
2026-03-28 14:55:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 914c6f4e-807d-50fe-bf34-5195e6f33600 with scrape type 2
2026-03-28 14:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 914c6f4e-807d-50fe-bf34-5195e6f33600 with scrape type 2
2026-03-28 14:55:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 914c6f4e-807d-50fe-bf34-5195e6f33600, identifier: 6967798auction106392
2026-03-28 14:55:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aaa4ec23-3bbc-5b22-81fa-080971b826a8 with identifier: 6972449auction106392
2026-03-28 14:55:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aaa4ec23-3bbc-5b22-81fa-080971b826a8 with identifier: 6972449auction106392
2026-03-28 14:55:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aaa4ec23-3bbc-5b22-81fa-080971b826a8 with identifier: 6972449auction106392 to the API
2026-03-28 14:55:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972449>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Diesel',
'id': 'aaa4ec23-3bbc-5b22-81fa-080971b826a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972449',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 9,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-27',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2025}
2026-03-28 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276972449auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:36 [ecarstrade.be] INFO: Saving data for 6972449auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773785243.423738, 'last_price_update_time': 1774709736.313619}
2026-03-28 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972449auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 914c6f4e-807d-50fe-bf34-5195e6f33600 with identifier: 6967798auction106392
2026-03-28 14:55:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 914c6f4e-807d-50fe-bf34-5195e6f33600 with identifier: 6967798auction106392
2026-03-28 14:55:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 914c6f4e-807d-50fe-bf34-5195e6f33600 with identifier: 6967798auction106392 to the API
2026-03-28 14:55:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6967798>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '914c6f4e-807d-50fe-bf34-5195e6f33600',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6967798',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 27188,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-26',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW Hybrid 225 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 225 e-EAT8 Allure',
'vin': None,
'year': 2024}
2026-03-28 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276967798auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:36 [ecarstrade.be] INFO: Saving data for 6967798auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773700144.2389, 'last_price_update_time': 1774709736.632222}
2026-03-28 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6967798auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935224> (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-28 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-28 14:55:36 [ecarstrade.be] INFO: Extracting details for car 6935224auction106392
2026-03-28 14:55:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ff76c30-efbc-598a-a248-cfd088f018c7 with identifier: 6935224auction106392
2026-03-28 14:55:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ff76c30-efbc-598a-a248-cfd088f018c7 with scrape type 2
2026-03-28 14:55:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ff76c30-efbc-598a-a248-cfd088f018c7 with scrape type 2
2026-03-28 14:55:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ff76c30-efbc-598a-a248-cfd088f018c7, identifier: 6935224auction106392
2026-03-28 14:55:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ff76c30-efbc-598a-a248-cfd088f018c7 with identifier: 6935224auction106392
2026-03-28 14:55:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ff76c30-efbc-598a-a248-cfd088f018c7 with identifier: 6935224auction106392
2026-03-28 14:55:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ff76c30-efbc-598a-a248-cfd088f018c7 with identifier: 6935224auction106392 to the API
2026-03-28 14:55:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935224>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': '0ff76c30-efbc-598a-a248-cfd088f018c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935224',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 34,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 2,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh 50 kWh Electric',
'transmission': 'automatic',
'trim': 'e- Van 50 kWh 50 kWh Electric',
'vin': None,
'year': 2024}
2026-03-28 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935224auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:37 [ecarstrade.be] INFO: Saving data for 6935224auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1772783472.292218, 'last_price_update_time': 1774709737.269271}
2026-03-28 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935224auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972447> (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-28 14:55:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:39 [ecarstrade.be] INFO: Extracting details for car 6972447auction106392
2026-03-28 14:55:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5962c734-e5ea-53c5-886e-49048eece970 with identifier: 6972447auction106392
2026-03-28 14:55:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5962c734-e5ea-53c5-886e-49048eece970 with scrape type 2
2026-03-28 14:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5962c734-e5ea-53c5-886e-49048eece970 with scrape type 2
2026-03-28 14:55:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5962c734-e5ea-53c5-886e-49048eece970, identifier: 6972447auction106392
2026-03-28 14:55:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5962c734-e5ea-53c5-886e-49048eece970 with identifier: 6972447auction106392
2026-03-28 14:55:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5962c734-e5ea-53c5-886e-49048eece970 with identifier: 6972447auction106392
2026-03-28 14:55:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5962c734-e5ea-53c5-886e-49048eece970 with identifier: 6972447auction106392 to the API
2026-03-28 14:55:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972447>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '5962c734-e5ea-53c5-886e-49048eece970',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972447',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 17429,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-09',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 PureTech 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-28 14:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972447auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:40 [ecarstrade.be] INFO: Saving data for 6972447auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773785220.985855, 'last_price_update_time': 1774709740.044677}
2026-03-28 14:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972447auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972609> (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-28 14:55:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:43 [ecarstrade.be] INFO: Extracting details for car 6972609auction106392
2026-03-28 14:55:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86ea8cb4-b950-5788-8f3d-d241b64d8110 with identifier: 6972609auction106392
2026-03-28 14:55:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86ea8cb4-b950-5788-8f3d-d241b64d8110 with scrape type 2
2026-03-28 14:55:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86ea8cb4-b950-5788-8f3d-d241b64d8110 with scrape type 2
2026-03-28 14:55:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 86ea8cb4-b950-5788-8f3d-d241b64d8110, identifier: 6972609auction106392
2026-03-28 14:55:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 86ea8cb4-b950-5788-8f3d-d241b64d8110 with identifier: 6972609auction106392
2026-03-28 14:55:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 86ea8cb4-b950-5788-8f3d-d241b64d8110 with identifier: 6972609auction106392
2026-03-28 14:55:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 86ea8cb4-b950-5788-8f3d-d241b64d8110 with identifier: 6972609auction106392 to the API
2026-03-28 14:55:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55: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-28 14:55:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972609>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '86ea8cb4-b950-5788-8f3d-d241b64d8110',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972609',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 18710,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-21',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 PureTech 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-28 14:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972609auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:43 [ecarstrade.be] INFO: Saving data for 6972609auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773785238.358286, 'last_price_update_time': 1774709743.928811}
2026-03-28 14:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972609auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972612> (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-28 14:55:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:44 [ecarstrade.be] INFO: Extracting details for car 6972612auction106392
2026-03-28 14:55:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a7b86de-ba2c-52fb-9f83-837535de817c with identifier: 6972612auction106392
2026-03-28 14:55:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a7b86de-ba2c-52fb-9f83-837535de817c with scrape type 2
2026-03-28 14:55:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a7b86de-ba2c-52fb-9f83-837535de817c with scrape type 2
2026-03-28 14:55:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a7b86de-ba2c-52fb-9f83-837535de817c, identifier: 6972612auction106392
2026-03-28 14:55:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a7b86de-ba2c-52fb-9f83-837535de817c with identifier: 6972612auction106392
2026-03-28 14:55:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a7b86de-ba2c-52fb-9f83-837535de817c with identifier: 6972612auction106392
2026-03-28 14:55:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a7b86de-ba2c-52fb-9f83-837535de817c with identifier: 6972612auction106392 to the API
2026-03-28 14:55:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55: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-28 14:55:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972612>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '5a7b86de-ba2c-52fb-9f83-837535de817c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972612',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 24570,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Hybrid 136 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:44 [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-28 14:55:44 [ecarstrade.be] INFO: Saving data for 6972612auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773785236.12673, 'last_price_update_time': 1774709744.541299}
2026-03-28 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972612auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972459> (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-28 14:55:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:46 [ecarstrade.be] INFO: Extracting details for car 6972459auction106392
2026-03-28 14:55:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3922876b-754b-5670-b7b6-f20277b0d423 with identifier: 6972459auction106392
2026-03-28 14:55:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3922876b-754b-5670-b7b6-f20277b0d423 with scrape type 2
2026-03-28 14:55:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3922876b-754b-5670-b7b6-f20277b0d423 with scrape type 2
2026-03-28 14:55:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3922876b-754b-5670-b7b6-f20277b0d423, identifier: 6972459auction106392
2026-03-28 14:55:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3922876b-754b-5670-b7b6-f20277b0d423 with identifier: 6972459auction106392
2026-03-28 14:55:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3922876b-754b-5670-b7b6-f20277b0d423 with identifier: 6972459auction106392
2026-03-28 14:55:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3922876b-754b-5670-b7b6-f20277b0d423 with identifier: 6972459auction106392 to the API
2026-03-28 14:55:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972459>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '3922876b-754b-5670-b7b6-f20277b0d423',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972459',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 19560,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-19',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 PureTech 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-28 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972459auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:47 [ecarstrade.be] INFO: Saving data for 6972459auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773785240.637304, 'last_price_update_time': 1774709747.314133}
2026-03-28 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972459auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973211> (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-28 14:55:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:48 [ecarstrade.be] INFO: Extracting details for car 6973211auction106392
2026-03-28 14:55:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9095f0fb-d6fb-5a67-8859-9c91629c40ac with identifier: 6973211auction106392
2026-03-28 14:55:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9095f0fb-d6fb-5a67-8859-9c91629c40ac with scrape type 2
2026-03-28 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9095f0fb-d6fb-5a67-8859-9c91629c40ac with scrape type 2
2026-03-28 14:55:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9095f0fb-d6fb-5a67-8859-9c91629c40ac, identifier: 6973211auction106392
2026-03-28 14:55:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9095f0fb-d6fb-5a67-8859-9c91629c40ac with identifier: 6973211auction106392
2026-03-28 14:55:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9095f0fb-d6fb-5a67-8859-9c91629c40ac with identifier: 6973211auction106392
2026-03-28 14:55:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9095f0fb-d6fb-5a67-8859-9c91629c40ac with identifier: 6973211auction106392 to the API
2026-03-28 14:55:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55: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-28 14:55:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973211>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Diesel',
'id': '9095f0fb-d6fb-5a67-8859-9c91629c40ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973211',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 2,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-27',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2025}
2026-03-28 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:48 [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-28 14:55:48 [ecarstrade.be] INFO: Saving data for 6973211auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773785240.293227, 'last_price_update_time': 1774709748.925886}
2026-03-28 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973211auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:50 [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-28 14:55:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6980345auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6980345auction106392: 2
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6980346auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6980346auction106392: 2
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6980348auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6980348auction106392: 0
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6980351auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6980351auction106392: 0
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6980352auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6980352auction106392: 2
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6980353auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6980353auction106392: 0
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6980354auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6980354auction106392: 2
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6980355auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6980355auction106392: 0
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6980356auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6980356auction106392: 0
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6980357auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6980357auction106392: 0
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6980358auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6980358auction106392: 0
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6980359auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6980359auction106392: 0
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6980361auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6980361auction106392: 0
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6980362auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6980362auction106392: 0
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6980364auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6980364auction106392: 0
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6980581auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6980581auction106392: 0
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6982830auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6982830auction106392: 0
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6982839auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6982839auction106392: 0
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6984792auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6984792auction106392: 2
2026-03-28 14:55:50 [ecarstrade.be] INFO: Found listing with ID: 6985928auction106392
2026-03-28 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:50 [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-28 14:55:50 [ecarstrade.be] INFO: Scrape type for 6985928auction106392: 0
2026-03-28 14:55:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6965273> (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-28 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-28 14:55:52 [ecarstrade.be] INFO: Extracting details for car 6965273auction106392
2026-03-28 14:55:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3832b4bf-b573-53c9-86d0-595df0b44ea2 with identifier: 6965273auction106392
2026-03-28 14:55:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3832b4bf-b573-53c9-86d0-595df0b44ea2 with scrape type 2
2026-03-28 14:55:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3832b4bf-b573-53c9-86d0-595df0b44ea2 with scrape type 2
2026-03-28 14:55:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3832b4bf-b573-53c9-86d0-595df0b44ea2, identifier: 6965273auction106392
2026-03-28 14:55:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3832b4bf-b573-53c9-86d0-595df0b44ea2 with identifier: 6965273auction106392
2026-03-28 14:55:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3832b4bf-b573-53c9-86d0-595df0b44ea2 with identifier: 6965273auction106392
2026-03-28 14:55:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3832b4bf-b573-53c9-86d0-595df0b44ea2 with identifier: 6965273auction106392 to the API
2026-03-28 14:55:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6965273>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '3832b4bf-b573-53c9-86d0-595df0b44ea2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6965273',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 23796,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-19',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure Hybrid 136 (e-DCS6) 1.2L',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (e-DCS6) 1.2L',
'vin': None,
'year': 2025}
2026-03-28 14:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965273auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:53 [ecarstrade.be] INFO: Saving data for 6965273auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773453256.594424, 'last_price_update_time': 1774709753.383499}
2026-03-28 14:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6965273auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976986> (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-28 14:55:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:54 [ecarstrade.be] INFO: Extracting details for car 6976986auction106392
2026-03-28 14:55:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6920c714-114e-5a1e-86b2-db27c667e483 with identifier: 6976986auction106392
2026-03-28 14:55:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6920c714-114e-5a1e-86b2-db27c667e483 with scrape type 2
2026-03-28 14:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6920c714-114e-5a1e-86b2-db27c667e483 with scrape type 2
2026-03-28 14:55:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6920c714-114e-5a1e-86b2-db27c667e483, identifier: 6976986auction106392
2026-03-28 14:55:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6920c714-114e-5a1e-86b2-db27c667e483 with identifier: 6976986auction106392
2026-03-28 14:55:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6920c714-114e-5a1e-86b2-db27c667e483 with identifier: 6976986auction106392
2026-03-28 14:55:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6920c714-114e-5a1e-86b2-db27c667e483 with identifier: 6976986auction106392 to the API
2026-03-28 14:55:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976986>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '6920c714-114e-5a1e-86b2-db27c667e483',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976986',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 15869,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno TCe 90 (0.999L Turbo)',
'transmission': 'manual',
'trim': 'Techno TCe 90 (0.999L Turbo)',
'vin': None,
'year': 2025}
2026-03-28 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976986auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:54 [ecarstrade.be] INFO: Saving data for 6976986auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773854167.013556, 'last_price_update_time': 1774709754.532743}
2026-03-28 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976986auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980343> (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-28 14:55:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:54 [ecarstrade.be] INFO: Extracting details for car 6980343auction106392
2026-03-28 14:55:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08008b3c-3ab3-5dfc-9bc1-262b846fdc51 with identifier: 6980343auction106392
2026-03-28 14:55:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08008b3c-3ab3-5dfc-9bc1-262b846fdc51 with scrape type 2
2026-03-28 14:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08008b3c-3ab3-5dfc-9bc1-262b846fdc51 with scrape type 2
2026-03-28 14:55:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 08008b3c-3ab3-5dfc-9bc1-262b846fdc51, identifier: 6980343auction106392
2026-03-28 14:55:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 08008b3c-3ab3-5dfc-9bc1-262b846fdc51 with identifier: 6980343auction106392
2026-03-28 14:55:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 08008b3c-3ab3-5dfc-9bc1-262b846fdc51 with identifier: 6980343auction106392
2026-03-28 14:55:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 08008b3c-3ab3-5dfc-9bc1-262b846fdc51 with identifier: 6980343auction106392 to the API
2026-03-28 14:55:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980343>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': '08008b3c-3ab3-5dfc-9bc1-262b846fdc51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980343',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 8,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 2,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh Electric 50 kWh (101 kW)',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 50 kWh Electric 50 kWh (101 kW)',
'vin': None,
'year': 2024}
2026-03-28 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980343auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:55 [ecarstrade.be] INFO: Saving data for 6980343auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773971644.519169, 'last_price_update_time': 1774709755.369476}
2026-03-28 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980343auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972604> (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-28 14:55:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:55 [ecarstrade.be] INFO: Extracting details for car 6972604auction106392
2026-03-28 14:55:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1317194-5176-5f05-aced-19eaaf2dd55f with identifier: 6972604auction106392
2026-03-28 14:55:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1317194-5176-5f05-aced-19eaaf2dd55f with scrape type 2
2026-03-28 14:55:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1317194-5176-5f05-aced-19eaaf2dd55f with scrape type 2
2026-03-28 14:55:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d1317194-5176-5f05-aced-19eaaf2dd55f, identifier: 6972604auction106392
2026-03-28 14:55:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d1317194-5176-5f05-aced-19eaaf2dd55f with identifier: 6972604auction106392
2026-03-28 14:55:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d1317194-5176-5f05-aced-19eaaf2dd55f with identifier: 6972604auction106392
2026-03-28 14:55:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d1317194-5176-5f05-aced-19eaaf2dd55f with identifier: 6972604auction106392 to the API
2026-03-28 14:55:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972604>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd1317194-5176-5f05-aced-19eaaf2dd55f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972604',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 21,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW Hybrid 180 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 180 e-EAT8 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972604auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:56 [ecarstrade.be] INFO: Saving data for 6972604auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773785242.824535, 'last_price_update_time': 1774709756.259046}
2026-03-28 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972604auction106392') HTTP/1.1" 204 0
2026-03-28 14:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980218> (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-28 14:55:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:55:57 [ecarstrade.be] INFO: Extracting details for car 6980218auction106392
2026-03-28 14:55:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f80a8c09-fef7-54d8-851b-b00f6a133219 with identifier: 6980218auction106392
2026-03-28 14:55:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f80a8c09-fef7-54d8-851b-b00f6a133219 with scrape type 2
2026-03-28 14:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f80a8c09-fef7-54d8-851b-b00f6a133219 with scrape type 2
2026-03-28 14:55:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f80a8c09-fef7-54d8-851b-b00f6a133219, identifier: 6980218auction106392
2026-03-28 14:55:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f80a8c09-fef7-54d8-851b-b00f6a133219 with identifier: 6980218auction106392
2026-03-28 14:55:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f80a8c09-fef7-54d8-851b-b00f6a133219 with identifier: 6980218auction106392
2026-03-28 14:55:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f80a8c09-fef7-54d8-851b-b00f6a133219 with identifier: 6980218auction106392 to the API
2026-03-28 14:55:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:55:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:55:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980218>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': 'f80a8c09-fef7-54d8-851b-b00f6a133219',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980218',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 56,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh Electric 50 kWh',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 50 kWh Electric 50 kWh',
'vin': None,
'year': 2024}
2026-03-28 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980218auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:55:57 [ecarstrade.be] INFO: Saving data for 6980218auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773959209.793308, 'last_price_update_time': 1774709757.652776}
2026-03-28 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980218auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980217> (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-28 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-28 14:56:00 [ecarstrade.be] INFO: Extracting details for car 6980217auction106392
2026-03-28 14:56:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fc8cacc-6556-52b6-8ce2-8b798c9f5ef7 with identifier: 6980217auction106392
2026-03-28 14:56:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fc8cacc-6556-52b6-8ce2-8b798c9f5ef7 with scrape type 2
2026-03-28 14:56:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fc8cacc-6556-52b6-8ce2-8b798c9f5ef7 with scrape type 2
2026-03-28 14:56:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3fc8cacc-6556-52b6-8ce2-8b798c9f5ef7, identifier: 6980217auction106392
2026-03-28 14:56:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3fc8cacc-6556-52b6-8ce2-8b798c9f5ef7 with identifier: 6980217auction106392
2026-03-28 14:56:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3fc8cacc-6556-52b6-8ce2-8b798c9f5ef7 with identifier: 6980217auction106392
2026-03-28 14:56:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3fc8cacc-6556-52b6-8ce2-8b798c9f5ef7 with identifier: 6980217auction106392 to the API
2026-03-28 14:56:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980217>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': '3fc8cacc-6556-52b6-8ce2-8b798c9f5ef7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980217',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 32,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh 50 kWh Electric',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 50 kWh 50 kWh Electric',
'vin': None,
'year': 2024}
2026-03-28 14:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980217auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:01 [ecarstrade.be] INFO: Saving data for 6980217auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773959211.499901, 'last_price_update_time': 1774709761.240019}
2026-03-28 14:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980217auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980216> (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-28 14:56:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976161> (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-28 14:56:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:01 [ecarstrade.be] INFO: Extracting details for car 6980216auction106392
2026-03-28 14:56:01 [ecarstrade.be] INFO: Extracting details for car 6976161auction106392
2026-03-28 14:56:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 137113aa-68f8-5f73-b9d1-2f2a2f5497c8 with identifier: 6980216auction106392
2026-03-28 14:56:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 137113aa-68f8-5f73-b9d1-2f2a2f5497c8 with scrape type 2
2026-03-28 14:56:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 137113aa-68f8-5f73-b9d1-2f2a2f5497c8 with scrape type 2
2026-03-28 14:56:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 137113aa-68f8-5f73-b9d1-2f2a2f5497c8, identifier: 6980216auction106392
2026-03-28 14:56:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5235a817-961d-5bfd-b0ec-725dda148297 with identifier: 6976161auction106392
2026-03-28 14:56:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5235a817-961d-5bfd-b0ec-725dda148297 with scrape type 2
2026-03-28 14:56:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5235a817-961d-5bfd-b0ec-725dda148297 with scrape type 2
2026-03-28 14:56:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5235a817-961d-5bfd-b0ec-725dda148297, identifier: 6976161auction106392
2026-03-28 14:56:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 137113aa-68f8-5f73-b9d1-2f2a2f5497c8 with identifier: 6980216auction106392
2026-03-28 14:56:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 137113aa-68f8-5f73-b9d1-2f2a2f5497c8 with identifier: 6980216auction106392
2026-03-28 14:56:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 137113aa-68f8-5f73-b9d1-2f2a2f5497c8 with identifier: 6980216auction106392 to the API
2026-03-28 14:56:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980216>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': '137113aa-68f8-5f73-b9d1-2f2a2f5497c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980216',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 38,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh 50 kWh Electric',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 50 kWh 50 kWh Electric',
'vin': None,
'year': 2024}
2026-03-28 14:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980216auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:01 [ecarstrade.be] INFO: Saving data for 6980216auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773959209.19675, 'last_price_update_time': 1774709761.864349}
2026-03-28 14:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980216auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5235a817-961d-5bfd-b0ec-725dda148297 with identifier: 6976161auction106392
2026-03-28 14:56:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5235a817-961d-5bfd-b0ec-725dda148297 with identifier: 6976161auction106392
2026-03-28 14:56:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5235a817-961d-5bfd-b0ec-725dda148297 with identifier: 6976161auction106392 to the API
2026-03-28 14:56:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976161>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '5235a817-961d-5bfd-b0ec-725dda148297',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976161',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 24840,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-17',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-28 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976161auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:02 [ecarstrade.be] INFO: Saving data for 6976161auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773802109.0176, 'last_price_update_time': 1774709762.171469}
2026-03-28 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976161auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972448> (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-28 14:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980215> (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-28 14:56:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:02 [ecarstrade.be] INFO: Extracting details for car 6972448auction106392
2026-03-28 14:56:02 [ecarstrade.be] INFO: Extracting details for car 6980215auction106392
2026-03-28 14:56:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddeaa0c0-9c79-5aab-9087-d00d7000f3d6 with identifier: 6972448auction106392
2026-03-28 14:56:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddeaa0c0-9c79-5aab-9087-d00d7000f3d6 with scrape type 2
2026-03-28 14:56:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddeaa0c0-9c79-5aab-9087-d00d7000f3d6 with scrape type 2
2026-03-28 14:56:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ddeaa0c0-9c79-5aab-9087-d00d7000f3d6, identifier: 6972448auction106392
2026-03-28 14:56:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe8e4f0a-7047-5df5-925b-0dbf76f45e3d with identifier: 6980215auction106392
2026-03-28 14:56:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe8e4f0a-7047-5df5-925b-0dbf76f45e3d with scrape type 2
2026-03-28 14:56:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe8e4f0a-7047-5df5-925b-0dbf76f45e3d with scrape type 2
2026-03-28 14:56:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe8e4f0a-7047-5df5-925b-0dbf76f45e3d, identifier: 6980215auction106392
2026-03-28 14:56:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ddeaa0c0-9c79-5aab-9087-d00d7000f3d6 with identifier: 6972448auction106392
2026-03-28 14:56:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ddeaa0c0-9c79-5aab-9087-d00d7000f3d6 with identifier: 6972448auction106392
2026-03-28 14:56:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ddeaa0c0-9c79-5aab-9087-d00d7000f3d6 with identifier: 6972448auction106392 to the API
2026-03-28 14:56:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972448>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Diesel',
'id': 'ddeaa0c0-9c79-5aab-9087-d00d7000f3d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972448',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 11,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-27',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2025}
2026-03-28 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972448auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:02 [ecarstrade.be] INFO: Saving data for 6972448auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773785220.53736, 'last_price_update_time': 1774709762.804474}
2026-03-28 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972448auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe8e4f0a-7047-5df5-925b-0dbf76f45e3d with identifier: 6980215auction106392
2026-03-28 14:56:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe8e4f0a-7047-5df5-925b-0dbf76f45e3d with identifier: 6980215auction106392
2026-03-28 14:56:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe8e4f0a-7047-5df5-925b-0dbf76f45e3d with identifier: 6980215auction106392 to the API
2026-03-28 14:56:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980215>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': 'fe8e4f0a-7047-5df5-925b-0dbf76f45e3d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980215',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh 50 kWh Electric',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 50 kWh 50 kWh Electric',
'vin': None,
'year': 2024}
2026-03-28 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980215auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:03 [ecarstrade.be] INFO: Saving data for 6980215auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773959210.402626, 'last_price_update_time': 1774709763.117084}
2026-03-28 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980215auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6978907> (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-28 14:56:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:03 [ecarstrade.be] INFO: Extracting details for car 6978907auction106392
2026-03-28 14:56:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 300776ad-466f-5cbe-8213-0329008dcce4 with identifier: 6978907auction106392
2026-03-28 14:56:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 300776ad-466f-5cbe-8213-0329008dcce4 with scrape type 2
2026-03-28 14:56:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 300776ad-466f-5cbe-8213-0329008dcce4 with scrape type 2
2026-03-28 14:56:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 300776ad-466f-5cbe-8213-0329008dcce4, identifier: 6978907auction106392
2026-03-28 14:56:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 300776ad-466f-5cbe-8213-0329008dcce4 with identifier: 6978907auction106392
2026-03-28 14:56:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 300776ad-466f-5cbe-8213-0329008dcce4 with identifier: 6978907auction106392
2026-03-28 14:56:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 300776ad-466f-5cbe-8213-0329008dcce4 with identifier: 6978907auction106392 to the API
2026-03-28 14:56:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6978907>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '300776ad-466f-5cbe-8213-0329008dcce4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6978907',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 14169,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-15',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 PureTech 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-28 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978907auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:03 [ecarstrade.be] INFO: Saving data for 6978907auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773854185.845945, 'last_price_update_time': 1774709763.629517}
2026-03-28 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6978907auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6977661> (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-28 14:56:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:04 [ecarstrade.be] INFO: Extracting details for car 6977661auction106392
2026-03-28 14:56:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd01030e-1ea2-5d65-818c-6a1908519699 with identifier: 6977661auction106392
2026-03-28 14:56:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd01030e-1ea2-5d65-818c-6a1908519699 with scrape type 2
2026-03-28 14:56:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd01030e-1ea2-5d65-818c-6a1908519699 with scrape type 2
2026-03-28 14:56:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd01030e-1ea2-5d65-818c-6a1908519699, identifier: 6977661auction106392
2026-03-28 14:56:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd01030e-1ea2-5d65-818c-6a1908519699 with identifier: 6977661auction106392
2026-03-28 14:56:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd01030e-1ea2-5d65-818c-6a1908519699 with identifier: 6977661auction106392
2026-03-28 14:56:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd01030e-1ea2-5d65-818c-6a1908519699 with identifier: 6977661auction106392 to the API
2026-03-28 14:56:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6977661>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'dd01030e-1ea2-5d65-818c-6a1908519699',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6977661',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10025,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Hybrid 136 e-DCS6 Style',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Style',
'vin': None,
'year': 2025}
2026-03-28 14:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276977661auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:04 [ecarstrade.be] INFO: Saving data for 6977661auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773854219.372358, 'last_price_update_time': 1774709764.52081}
2026-03-28 14:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6977661auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:06 [scrapy.extensions.logstats] INFO: Crawled 487 pages (at 37 pages/min), scraped 328 items (at 32 items/min)
2026-03-28 14:56:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 340MiB
2026-03-28 14:56:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980345> (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-28 14:56:07 [ecarstrade.be] INFO: Extracting details for car 6980345auction106392
2026-03-28 14:56:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 818d2d30-ce61-5dec-99f1-90a2400ea9a5 with identifier: 6980345auction106392
2026-03-28 14:56:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 818d2d30-ce61-5dec-99f1-90a2400ea9a5 with scrape type 2
2026-03-28 14:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 818d2d30-ce61-5dec-99f1-90a2400ea9a5 with scrape type 2
2026-03-28 14:56:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 818d2d30-ce61-5dec-99f1-90a2400ea9a5, identifier: 6980345auction106392
2026-03-28 14:56:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 818d2d30-ce61-5dec-99f1-90a2400ea9a5 with identifier: 6980345auction106392
2026-03-28 14:56:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 818d2d30-ce61-5dec-99f1-90a2400ea9a5 with identifier: 6980345auction106392
2026-03-28 14:56:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 818d2d30-ce61-5dec-99f1-90a2400ea9a5 with identifier: 6980345auction106392 to the API
2026-03-28 14:56:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980345>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': '818d2d30-ce61-5dec-99f1-90a2400ea9a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980345',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 12,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh Citroën ë-Berlingo Van 50 kWh *3 '
'seats',
'transmission': 'automatic',
'trim': 'e- Van 50 kWh Citroën ë- Van 50 kWh *3 seats',
'vin': None,
'year': 2024}
2026-03-28 14:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980345auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:08 [ecarstrade.be] INFO: Saving data for 6980345auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773971643.676039, 'last_price_update_time': 1774709768.212153}
2026-03-28 14:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980345auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980352> (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-28 14:56:10 [ecarstrade.be] INFO: Extracting details for car 6980352auction106392
2026-03-28 14:56:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972606> (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-28 14:56:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75de01ed-4782-5336-9676-5a68929d7cd7 with identifier: 6980352auction106392
2026-03-28 14:56:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75de01ed-4782-5336-9676-5a68929d7cd7 with scrape type 2
2026-03-28 14:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75de01ed-4782-5336-9676-5a68929d7cd7 with scrape type 2
2026-03-28 14:56:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75de01ed-4782-5336-9676-5a68929d7cd7, identifier: 6980352auction106392
2026-03-28 14:56:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75de01ed-4782-5336-9676-5a68929d7cd7 with identifier: 6980352auction106392
2026-03-28 14:56:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75de01ed-4782-5336-9676-5a68929d7cd7 with identifier: 6980352auction106392
2026-03-28 14:56:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75de01ed-4782-5336-9676-5a68929d7cd7 with identifier: 6980352auction106392 to the API
2026-03-28 14:56:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980352>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': '75de01ed-4782-5336-9676-5a68929d7cd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980352',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 6,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 2,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh 50 kWh electric',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 50 kWh 50 kWh electric',
'vin': None,
'year': 2024}
2026-03-28 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980352auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:11 [ecarstrade.be] INFO: Saving data for 6980352auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773959335.366377, 'last_price_update_time': 1774709771.118135}
2026-03-28 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980352auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:11 [ecarstrade.be] INFO: Extracting details for car 6972606auction106392
2026-03-28 14:56:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1338b51c-d744-5333-a0e6-4dd25b62acc4 with identifier: 6972606auction106392
2026-03-28 14:56:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1338b51c-d744-5333-a0e6-4dd25b62acc4 with scrape type 2
2026-03-28 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1338b51c-d744-5333-a0e6-4dd25b62acc4 with scrape type 2
2026-03-28 14:56:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1338b51c-d744-5333-a0e6-4dd25b62acc4, identifier: 6972606auction106392
2026-03-28 14:56:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1338b51c-d744-5333-a0e6-4dd25b62acc4 with identifier: 6972606auction106392
2026-03-28 14:56:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1338b51c-d744-5333-a0e6-4dd25b62acc4 with identifier: 6972606auction106392
2026-03-28 14:56:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1338b51c-d744-5333-a0e6-4dd25b62acc4 with identifier: 6972606auction106392 to the API
2026-03-28 14:56:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972606>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '1338b51c-d744-5333-a0e6-4dd25b62acc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972606',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 4278,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-17',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972606auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:11 [ecarstrade.be] INFO: Saving data for 6972606auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773785238.882364, 'last_price_update_time': 1774709771.562343}
2026-03-28 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972606auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6984792> (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-28 14:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980346> (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-28 14:56:11 [ecarstrade.be] INFO: Extracting details for car 6984792auction106392
2026-03-28 14:56:11 [ecarstrade.be] INFO: Extracting details for car 6980346auction106392
2026-03-28 14:56:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 694105ee-71ab-5170-9382-74e050902a23 with identifier: 6984792auction106392
2026-03-28 14:56:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 694105ee-71ab-5170-9382-74e050902a23 with scrape type 2
2026-03-28 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 694105ee-71ab-5170-9382-74e050902a23 with scrape type 2
2026-03-28 14:56:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 694105ee-71ab-5170-9382-74e050902a23, identifier: 6984792auction106392
2026-03-28 14:56:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 327ac545-abbd-58b6-bc17-2df9fb931724 with identifier: 6980346auction106392
2026-03-28 14:56:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 327ac545-abbd-58b6-bc17-2df9fb931724 with scrape type 2
2026-03-28 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 327ac545-abbd-58b6-bc17-2df9fb931724 with scrape type 2
2026-03-28 14:56:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 327ac545-abbd-58b6-bc17-2df9fb931724, identifier: 6980346auction106392
2026-03-28 14:56:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 694105ee-71ab-5170-9382-74e050902a23 with identifier: 6984792auction106392
2026-03-28 14:56:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 694105ee-71ab-5170-9382-74e050902a23 with identifier: 6984792auction106392
2026-03-28 14:56:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 694105ee-71ab-5170-9382-74e050902a23 with identifier: 6984792auction106392 to the API
2026-03-28 14:56:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6984792>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': '694105ee-71ab-5170-9382-74e050902a23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6984792',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Lotus',
'model': 'Eletre',
'odometer': 34579,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-05',
'seats_number': 5,
'seller_name': None,
'title': 'Lotus Eletre Eletre Elektro 612hp',
'transmission': 'automatic',
'trim': 'Elektro 612hp',
'vin': None,
'year': 2023}
2026-03-28 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984792auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:12 [ecarstrade.be] INFO: Saving data for 6984792auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774017543.649379, 'last_price_update_time': 1774709772.223719}
2026-03-28 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984792auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 327ac545-abbd-58b6-bc17-2df9fb931724 with identifier: 6980346auction106392
2026-03-28 14:56:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 327ac545-abbd-58b6-bc17-2df9fb931724 with identifier: 6980346auction106392
2026-03-28 14:56:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 327ac545-abbd-58b6-bc17-2df9fb931724 with identifier: 6980346auction106392 to the API
2026-03-28 14:56:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980346>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': '327ac545-abbd-58b6-bc17-2df9fb931724',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980346',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 11,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh 50 kWh Electric',
'transmission': 'automatic',
'trim': 'e- Van 50 kWh 50 kWh Electric',
'vin': None,
'year': 2024}
2026-03-28 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980346auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:12 [ecarstrade.be] INFO: Saving data for 6980346auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773971646.770749, 'last_price_update_time': 1774709772.531716}
2026-03-28 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980346auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976988> (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-28 14:56:12 [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-28 14:56:12 [ecarstrade.be] INFO: Extracting details for car 6976988auction106392
2026-03-28 14:56:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0c679a9-dea1-532e-a524-3b87876f9907 with identifier: 6976988auction106392
2026-03-28 14:56:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0c679a9-dea1-532e-a524-3b87876f9907 with scrape type 2
2026-03-28 14:56:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0c679a9-dea1-532e-a524-3b87876f9907 with scrape type 2
2026-03-28 14:56:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c0c679a9-dea1-532e-a524-3b87876f9907, identifier: 6976988auction106392
2026-03-28 14:56:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:56:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c0c679a9-dea1-532e-a524-3b87876f9907 with identifier: 6976988auction106392
2026-03-28 14:56:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c0c679a9-dea1-532e-a524-3b87876f9907 with identifier: 6976988auction106392
2026-03-28 14:56:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c0c679a9-dea1-532e-a524-3b87876f9907 with identifier: 6976988auction106392 to the API
2026-03-28 14:56:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976988>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'c0c679a9-dea1-532e-a524-3b87876f9907',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976988',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 16634,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno TCe 90 (0.999L Turbo) 3-cylinder',
'transmission': 'manual',
'trim': 'Techno TCe 90 (0.999L Turbo) 3-cylinder',
'vin': None,
'year': 2025}
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976988auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Saving data for 6976988auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773854194.077341, 'last_price_update_time': 1774709773.062583}
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976988auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6985932auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985932auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6985932auction106392: 2
2026-03-28 14:56:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6985934auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985934auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6985934auction106392: 2
2026-03-28 14:56:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6985936auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985936auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6985936auction106392: 2
2026-03-28 14:56:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6988951auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988951auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6988951auction106392: 0
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6988952auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988952auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6988952auction106392: 0
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6988954auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988954auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6988954auction106392: 0
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6988955auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988955auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6988955auction106392: 0
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6990654auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990654auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6990654auction106392: 0
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6991220auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991220auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6991220auction106392: 2
2026-03-28 14:56:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6991771auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991771auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6991771auction106392: 2
2026-03-28 14:56:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6993025auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993025auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6993025auction106392: 2
2026-03-28 14:56:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6993026auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993026auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6993026auction106392: 0
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6993027auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993027auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6993027auction106392: 0
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6993029auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993029auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6993029auction106392: 2
2026-03-28 14:56:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6993030auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993030auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6993030auction106392: 2
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6993031auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993031auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6993031auction106392: 2
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6993032auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993032auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6993032auction106392: 2
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6993743auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993743auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6993743auction106392: 0
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6994241auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994241auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6994241auction106392: 2
2026-03-28 14:56:13 [ecarstrade.be] INFO: Found listing with ID: 6995496auction106392
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995496auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:13 [ecarstrade.be] INFO: Scrape type for 6995496auction106392: 0
2026-03-28 14:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991220> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6985936> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:19 [ecarstrade.be] INFO: Extracting details for car 6991220auction106392
2026-03-28 14:56:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e696d4c-4e24-5e53-bf8c-79aad719fb79 with identifier: 6991220auction106392
2026-03-28 14:56:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e696d4c-4e24-5e53-bf8c-79aad719fb79 with scrape type 2
2026-03-28 14:56:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e696d4c-4e24-5e53-bf8c-79aad719fb79 with scrape type 2
2026-03-28 14:56:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e696d4c-4e24-5e53-bf8c-79aad719fb79, identifier: 6991220auction106392
2026-03-28 14:56:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e696d4c-4e24-5e53-bf8c-79aad719fb79 with identifier: 6991220auction106392
2026-03-28 14:56:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e696d4c-4e24-5e53-bf8c-79aad719fb79 with identifier: 6991220auction106392
2026-03-28 14:56:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e696d4c-4e24-5e53-bf8c-79aad719fb79 with identifier: 6991220auction106392 to the API
2026-03-28 14:56:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991220>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '5e696d4c-4e24-5e53-bf8c-79aad719fb79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991220',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 19170,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991220auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:20 [ecarstrade.be] INFO: Saving data for 6991220auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774280476.531016, 'last_price_update_time': 1774709780.057196}
2026-03-28 14:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991220auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:20 [ecarstrade.be] INFO: Extracting details for car 6985936auction106392
2026-03-28 14:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991771> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6985932> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 701f5d81-97a4-5295-b1bf-c7cdeee4e118 with identifier: 6985936auction106392
2026-03-28 14:56:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 701f5d81-97a4-5295-b1bf-c7cdeee4e118 with scrape type 2
2026-03-28 14:56:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 701f5d81-97a4-5295-b1bf-c7cdeee4e118 with scrape type 2
2026-03-28 14:56:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 701f5d81-97a4-5295-b1bf-c7cdeee4e118, identifier: 6985936auction106392
2026-03-28 14:56:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 701f5d81-97a4-5295-b1bf-c7cdeee4e118 with identifier: 6985936auction106392
2026-03-28 14:56:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 701f5d81-97a4-5295-b1bf-c7cdeee4e118 with identifier: 6985936auction106392
2026-03-28 14:56:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 701f5d81-97a4-5295-b1bf-c7cdeee4e118 with identifier: 6985936auction106392 to the API
2026-03-28 14:56:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6985936>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '701f5d81-97a4-5295-b1bf-c7cdeee4e118',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6985936',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 3792,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-20',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985936auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:20 [ecarstrade.be] INFO: Saving data for 6985936auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774017546.251787, 'last_price_update_time': 1774709780.622619}
2026-03-28 14:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985936auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:20 [ecarstrade.be] INFO: Extracting details for car 6991771auction106392
2026-03-28 14:56:20 [ecarstrade.be] INFO: Extracting details for car 6985932auction106392
2026-03-28 14:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993025> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52cbc7ce-7286-5f86-898a-a7f648aefbff with identifier: 6991771auction106392
2026-03-28 14:56:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52cbc7ce-7286-5f86-898a-a7f648aefbff with scrape type 2
2026-03-28 14:56:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52cbc7ce-7286-5f86-898a-a7f648aefbff with scrape type 2
2026-03-28 14:56:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 52cbc7ce-7286-5f86-898a-a7f648aefbff, identifier: 6991771auction106392
2026-03-28 14:56:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dbc1e21-b6ca-5dc2-99b9-e4a12c8f1869 with identifier: 6985932auction106392
2026-03-28 14:56:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dbc1e21-b6ca-5dc2-99b9-e4a12c8f1869 with scrape type 2
2026-03-28 14:56:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1dbc1e21-b6ca-5dc2-99b9-e4a12c8f1869 with scrape type 2
2026-03-28 14:56:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1dbc1e21-b6ca-5dc2-99b9-e4a12c8f1869, identifier: 6985932auction106392
2026-03-28 14:56:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 52cbc7ce-7286-5f86-898a-a7f648aefbff with identifier: 6991771auction106392
2026-03-28 14:56:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 52cbc7ce-7286-5f86-898a-a7f648aefbff with identifier: 6991771auction106392
2026-03-28 14:56:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 52cbc7ce-7286-5f86-898a-a7f648aefbff with identifier: 6991771auction106392 to the API
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991771>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Diesel',
'id': '52cbc7ce-7286-5f86-898a-a7f648aefbff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991771',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 38,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-30',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen Jumpy JUMPY FGN M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'JUMPY FGN M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2025}
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991771auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:21 [ecarstrade.be] INFO: Saving data for 6991771auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774280255.421615, 'last_price_update_time': 1774709781.209871}
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991771auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1dbc1e21-b6ca-5dc2-99b9-e4a12c8f1869 with identifier: 6985932auction106392
2026-03-28 14:56:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1dbc1e21-b6ca-5dc2-99b9-e4a12c8f1869 with identifier: 6985932auction106392
2026-03-28 14:56:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1dbc1e21-b6ca-5dc2-99b9-e4a12c8f1869 with identifier: 6985932auction106392 to the API
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6985932>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '1dbc1e21-b6ca-5dc2-99b9-e4a12c8f1869',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6985932',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 24537,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-09',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 PureTech 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985932auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:21 [ecarstrade.be] INFO: Saving data for 6985932auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774017543.336162, 'last_price_update_time': 1774709781.506533}
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985932auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:21 [ecarstrade.be] INFO: Extracting details for car 6993025auction106392
2026-03-28 14:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6985934> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:56:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cf1e159-9a6e-528b-92ac-380d26720f0e with identifier: 6993025auction106392
2026-03-28 14:56:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cf1e159-9a6e-528b-92ac-380d26720f0e with scrape type 2
2026-03-28 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cf1e159-9a6e-528b-92ac-380d26720f0e with scrape type 2
2026-03-28 14:56:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8cf1e159-9a6e-528b-92ac-380d26720f0e, identifier: 6993025auction106392
2026-03-28 14:56:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8cf1e159-9a6e-528b-92ac-380d26720f0e with identifier: 6993025auction106392
2026-03-28 14:56:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8cf1e159-9a6e-528b-92ac-380d26720f0e with identifier: 6993025auction106392
2026-03-28 14:56:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8cf1e159-9a6e-528b-92ac-380d26720f0e with identifier: 6993025auction106392 to the API
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993025>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '8cf1e159-9a6e-528b-92ac-380d26720f0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993025',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 25522,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-27',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 GT Hybrid 225 Plug-in Hybrid (e-EAT8) 1.6L',
'transmission': 'automatic',
'trim': 'GT Hybrid 225 Plug-in Hybrid (e-EAT8) 1.6L',
'vin': None,
'year': 2023}
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993025auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:21 [ecarstrade.be] INFO: Saving data for 6993025auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774280267.374067, 'last_price_update_time': 1774709781.958126}
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993025auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:21 [ecarstrade.be] INFO: Extracting details for car 6985934auction106392
2026-03-28 14:56:21 [ecarstrade.be] INFO: Found listing with ID: 6995498auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995498auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6995498auction106392: 0
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6995500auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995500auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6995500auction106392: 0
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6995810auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995810auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6995810auction106392: 0
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6995811auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995811auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6995811auction106392: 0
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6997367auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997367auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6997367auction106392: 0
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6997369auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997369auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6997369auction106392: 0
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6997380auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997380auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6997380auction106392: 0
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6997381auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997381auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6997381auction106392: 0
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6997383auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997383auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6997383auction106392: 0
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6998338auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998338auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6998338auction106392: 2
2026-03-28 14:56:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6998339auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998339auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6998339auction106392: 2
2026-03-28 14:56:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5bd7891-e17f-5f8c-b397-e97868091734 with identifier: 6985934auction106392
2026-03-28 14:56:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5bd7891-e17f-5f8c-b397-e97868091734 with scrape type 2
2026-03-28 14:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5bd7891-e17f-5f8c-b397-e97868091734 with scrape type 2
2026-03-28 14:56:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b5bd7891-e17f-5f8c-b397-e97868091734, identifier: 6985934auction106392
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6999053auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999053auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6999053auction106392: 0
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6999054auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999054auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6999054auction106392: 2
2026-03-28 14:56:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b5bd7891-e17f-5f8c-b397-e97868091734 with identifier: 6985934auction106392
2026-03-28 14:56:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b5bd7891-e17f-5f8c-b397-e97868091734 with identifier: 6985934auction106392
2026-03-28 14:56:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b5bd7891-e17f-5f8c-b397-e97868091734 with identifier: 6985934auction106392 to the API
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6985934>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'b5bd7891-e17f-5f8c-b397-e97868091734',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6985934',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 21214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'Cupra Formentor 1.4 e-HYBRID 204 ch DSG6 Business Edition',
'transmission': 'automatic',
'trim': '1.4 e-HYBRID 204 ch DSG6 Business Edition',
'vin': None,
'year': 2023}
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985934auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Saving data for 6985934auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774017540.204036, 'last_price_update_time': 1774709782.662386}
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985934auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6999055auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999055auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6999055auction106392: 2
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6999150auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999150auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6999150auction106392: 2
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6999151auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999151auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6999151auction106392: 2
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6999152auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999152auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6999152auction106392: 2
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6999153auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999153auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6999153auction106392: 0
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6999154auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999154auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6999154auction106392: 2
2026-03-28 14:56:22 [ecarstrade.be] INFO: Found listing with ID: 6999155auction106392
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999155auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:22 [ecarstrade.be] INFO: Scrape type for 6999155auction106392: 2
2026-03-28 14:56:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993029> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:26 [ecarstrade.be] INFO: Extracting details for car 6993029auction106392
2026-03-28 14:56:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f484d4c-4372-5405-969c-850f76094301 with identifier: 6993029auction106392
2026-03-28 14:56:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f484d4c-4372-5405-969c-850f76094301 with scrape type 2
2026-03-28 14:56:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f484d4c-4372-5405-969c-850f76094301 with scrape type 2
2026-03-28 14:56:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f484d4c-4372-5405-969c-850f76094301, identifier: 6993029auction106392
2026-03-28 14:56:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f484d4c-4372-5405-969c-850f76094301 with identifier: 6993029auction106392
2026-03-28 14:56:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f484d4c-4372-5405-969c-850f76094301 with identifier: 6993029auction106392
2026-03-28 14:56:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f484d4c-4372-5405-969c-850f76094301 with identifier: 6993029auction106392 to the API
2026-03-28 14:56:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993029>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Diesel',
'id': '5f484d4c-4372-5405-969c-850f76094301',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993029',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 20,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-30',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen Jumpy JUMPY FGN M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'JUMPY FGN M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2025}
2026-03-28 14:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993029auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:27 [ecarstrade.be] INFO: Saving data for 6993029auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774280499.689394, 'last_price_update_time': 1774709787.046949}
2026-03-28 14:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993029auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993030> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:27 [ecarstrade.be] INFO: Extracting details for car 6993030auction106392
2026-03-28 14:56:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 029e30fe-aa99-5c8d-8306-bbc1604c7b69 with identifier: 6993030auction106392
2026-03-28 14:56:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 029e30fe-aa99-5c8d-8306-bbc1604c7b69 with scrape type 2
2026-03-28 14:56:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 029e30fe-aa99-5c8d-8306-bbc1604c7b69 with scrape type 2
2026-03-28 14:56:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 029e30fe-aa99-5c8d-8306-bbc1604c7b69, identifier: 6993030auction106392
2026-03-28 14:56:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 029e30fe-aa99-5c8d-8306-bbc1604c7b69 with identifier: 6993030auction106392
2026-03-28 14:56:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 029e30fe-aa99-5c8d-8306-bbc1604c7b69 with identifier: 6993030auction106392
2026-03-28 14:56:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 029e30fe-aa99-5c8d-8306-bbc1604c7b69 with identifier: 6993030auction106392 to the API
2026-03-28 14:56:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56: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-28 14:56:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993030>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Diesel',
'id': '029e30fe-aa99-5c8d-8306-bbc1604c7b69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993030',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 18,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-30',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen Jumpy JUMPY FGN M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'JUMPY FGN M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2025}
2026-03-28 14:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993030auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:27 [ecarstrade.be] INFO: Saving data for 6993030auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774280499.081584, 'last_price_update_time': 1774709787.600365}
2026-03-28 14:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993030auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993031> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:28 [ecarstrade.be] INFO: Extracting details for car 6993031auction106392
2026-03-28 14:56:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 115e7a31-0bcd-59d9-8851-50205d328f3f with identifier: 6993031auction106392
2026-03-28 14:56:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 115e7a31-0bcd-59d9-8851-50205d328f3f with scrape type 2
2026-03-28 14:56:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 115e7a31-0bcd-59d9-8851-50205d328f3f with scrape type 2
2026-03-28 14:56:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 115e7a31-0bcd-59d9-8851-50205d328f3f, identifier: 6993031auction106392
2026-03-28 14:56:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 115e7a31-0bcd-59d9-8851-50205d328f3f with identifier: 6993031auction106392
2026-03-28 14:56:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 115e7a31-0bcd-59d9-8851-50205d328f3f with identifier: 6993031auction106392
2026-03-28 14:56:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 115e7a31-0bcd-59d9-8851-50205d328f3f with identifier: 6993031auction106392 to the API
2026-03-28 14:56:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56: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-28 14:56:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993031>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '115e7a31-0bcd-59d9-8851-50205d328f3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993031',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 18034,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 100 S&S BVM6 Style',
'transmission': 'manual',
'trim': '100 S&S BVM6 Style',
'vin': None,
'year': 2025}
2026-03-28 14:56:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:28 [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-28 14:56:28 [ecarstrade.be] INFO: Saving data for 6993031auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774280544.071443, 'last_price_update_time': 1774709788.648115}
2026-03-28 14:56:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993031auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994241> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993032> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:28 [ecarstrade.be] INFO: Extracting details for car 6994241auction106392
2026-03-28 14:56:28 [ecarstrade.be] INFO: Extracting details for car 6993032auction106392
2026-03-28 14:56:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b7aecb9-3053-5ab5-bcb8-eab8c3fb4a52 with identifier: 6994241auction106392
2026-03-28 14:56:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b7aecb9-3053-5ab5-bcb8-eab8c3fb4a52 with scrape type 2
2026-03-28 14:56:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b7aecb9-3053-5ab5-bcb8-eab8c3fb4a52 with scrape type 2
2026-03-28 14:56:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b7aecb9-3053-5ab5-bcb8-eab8c3fb4a52, identifier: 6994241auction106392
2026-03-28 14:56:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5a2ae74-0784-584c-98ec-529747d76269 with identifier: 6993032auction106392
2026-03-28 14:56:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5a2ae74-0784-584c-98ec-529747d76269 with scrape type 2
2026-03-28 14:56:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5a2ae74-0784-584c-98ec-529747d76269 with scrape type 2
2026-03-28 14:56:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b5a2ae74-0784-584c-98ec-529747d76269, identifier: 6993032auction106392
2026-03-28 14:56:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b7aecb9-3053-5ab5-bcb8-eab8c3fb4a52 with identifier: 6994241auction106392
2026-03-28 14:56:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b7aecb9-3053-5ab5-bcb8-eab8c3fb4a52 with identifier: 6994241auction106392
2026-03-28 14:56:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b7aecb9-3053-5ab5-bcb8-eab8c3fb4a52 with identifier: 6994241auction106392 to the API
2026-03-28 14:56:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994241>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '6b7aecb9-3053-5ab5-bcb8-eab8c3fb4a52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994241',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 31841,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-29',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Fabia 1.0 MPI 65 ch BVM5 Active',
'transmission': 'manual',
'trim': '1.0 MPI 65 ch BVM5 Active',
'vin': None,
'year': 2022}
2026-03-28 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994241auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:30 [ecarstrade.be] INFO: Saving data for 6994241auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774285260.125905, 'last_price_update_time': 1774709790.285182}
2026-03-28 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994241auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b5a2ae74-0784-584c-98ec-529747d76269 with identifier: 6993032auction106392
2026-03-28 14:56:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b5a2ae74-0784-584c-98ec-529747d76269 with identifier: 6993032auction106392
2026-03-28 14:56:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b5a2ae74-0784-584c-98ec-529747d76269 with identifier: 6993032auction106392 to the API
2026-03-28 14:56:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993032>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'b5a2ae74-0784-584c-98ec-529747d76269',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993032',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10570,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Hybrid 136 e-DCS6 Style',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Style',
'vin': None,
'year': 2025}
2026-03-28 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993032auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:30 [ecarstrade.be] INFO: Saving data for 6993032auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774280233.875615, 'last_price_update_time': 1774709790.619464}
2026-03-28 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993032auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998338> (referer: https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:30 [ecarstrade.be] INFO: Extracting details for car 6998338auction106392
2026-03-28 14:56:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8eb98a12-108a-51c9-a331-9e502f3ec7e3 with identifier: 6998338auction106392
2026-03-28 14:56:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8eb98a12-108a-51c9-a331-9e502f3ec7e3 with scrape type 2
2026-03-28 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8eb98a12-108a-51c9-a331-9e502f3ec7e3 with scrape type 2
2026-03-28 14:56:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8eb98a12-108a-51c9-a331-9e502f3ec7e3, identifier: 6998338auction106392
2026-03-28 14:56:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8eb98a12-108a-51c9-a331-9e502f3ec7e3 with identifier: 6998338auction106392
2026-03-28 14:56:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8eb98a12-108a-51c9-a331-9e502f3ec7e3 with identifier: 6998338auction106392
2026-03-28 14:56:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8eb98a12-108a-51c9-a331-9e502f3ec7e3 with identifier: 6998338auction106392 to the API
2026-03-28 14:56:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56: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-28 14:56:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998338>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '8eb98a12-108a-51c9-a331-9e502f3ec7e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998338',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 8131,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-12',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:56:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:31 [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-28 14:56:31 [ecarstrade.be] INFO: Saving data for 6998338auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774373719.616769, 'last_price_update_time': 1774709791.457402}
2026-03-28 14:56:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998338auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999156auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999156auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:32 [ecarstrade.be] INFO: Scrape type for 6999156auction106392: 2
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999157auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999157auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:32 [ecarstrade.be] INFO: Scrape type for 6999157auction106392: 2
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999158auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999158auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:32 [ecarstrade.be] INFO: Scrape type for 6999158auction106392: 0
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999159auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999159auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:32 [ecarstrade.be] INFO: Scrape type for 6999159auction106392: 2
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999160auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999160auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:32 [ecarstrade.be] INFO: Scrape type for 6999160auction106392: 2
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999162auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999162auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:32 [ecarstrade.be] INFO: Scrape type for 6999162auction106392: 2
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999163auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999163auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:32 [ecarstrade.be] INFO: Scrape type for 6999163auction106392: 2
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999164auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999164auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:32 [ecarstrade.be] INFO: Scrape type for 6999164auction106392: 0
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999165auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999165auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:32 [ecarstrade.be] INFO: Scrape type for 6999165auction106392: 2
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999166auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999166auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:32 [ecarstrade.be] INFO: Scrape type for 6999166auction106392: 2
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999167auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999167auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:32 [ecarstrade.be] INFO: Scrape type for 6999167auction106392: 2
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999168auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999168auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:32 [ecarstrade.be] INFO: Scrape type for 6999168auction106392: 2
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999170auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999170auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:32 [ecarstrade.be] INFO: Scrape type for 6999170auction106392: 2
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999172auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999172auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:32 [ecarstrade.be] INFO: Scrape type for 6999172auction106392: 0
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999173auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999173auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:32 [ecarstrade.be] INFO: Scrape type for 6999173auction106392: 2
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999174auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999174auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:32 [ecarstrade.be] INFO: Scrape type for 6999174auction106392: 2
2026-03-28 14:56:32 [ecarstrade.be] INFO: Found listing with ID: 6999176auction106392
2026-03-28 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999176auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:33 [ecarstrade.be] INFO: Scrape type for 6999176auction106392: 2
2026-03-28 14:56:33 [ecarstrade.be] INFO: Found listing with ID: 6999178auction106392
2026-03-28 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999178auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:33 [ecarstrade.be] INFO: Scrape type for 6999178auction106392: 2
2026-03-28 14:56:33 [ecarstrade.be] INFO: Found listing with ID: 6999179auction106392
2026-03-28 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999179auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:33 [ecarstrade.be] INFO: Scrape type for 6999179auction106392: 0
2026-03-28 14:56:33 [ecarstrade.be] INFO: Found listing with ID: 6999180auction106392
2026-03-28 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999180auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:33 [ecarstrade.be] INFO: Scrape type for 6999180auction106392: 2
2026-03-28 14:56:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998339> (referer: https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:34 [ecarstrade.be] INFO: Extracting details for car 6998339auction106392
2026-03-28 14:56:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff584c50-2cea-54b1-b35a-2a2a030f322c with identifier: 6998339auction106392
2026-03-28 14:56:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff584c50-2cea-54b1-b35a-2a2a030f322c with scrape type 2
2026-03-28 14:56:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff584c50-2cea-54b1-b35a-2a2a030f322c with scrape type 2
2026-03-28 14:56:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ff584c50-2cea-54b1-b35a-2a2a030f322c, identifier: 6998339auction106392
2026-03-28 14:56:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ff584c50-2cea-54b1-b35a-2a2a030f322c with identifier: 6998339auction106392
2026-03-28 14:56:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ff584c50-2cea-54b1-b35a-2a2a030f322c with identifier: 6998339auction106392
2026-03-28 14:56:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ff584c50-2cea-54b1-b35a-2a2a030f322c with identifier: 6998339auction106392 to the API
2026-03-28 14:56:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56: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-28 14:56:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998339>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'ff584c50-2cea-54b1-b35a-2a2a030f322c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998339',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Fiat',
'model': '500',
'odometer': 24696,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-30',
'seats_number': 4,
'seller_name': None,
'title': 'Fiat 500 1.0 70 ch Hybride BSG S/S',
'transmission': 'manual',
'trim': '1.0 70 ch Hybride BSG S/S',
'vin': None,
'year': 2023}
2026-03-28 14:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998339auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:36 [ecarstrade.be] INFO: Saving data for 6998339auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774373719.109957, 'last_price_update_time': 1774709796.554179}
2026-03-28 14:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998339auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999055> (referer: https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999054> (referer: https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:36 [ecarstrade.be] INFO: Extracting details for car 6999055auction106392
2026-03-28 14:56:36 [ecarstrade.be] INFO: Extracting details for car 6999054auction106392
2026-03-28 14:56:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba4e34be-55e7-5552-bbb6-a60a7d5b0d36 with identifier: 6999055auction106392
2026-03-28 14:56:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba4e34be-55e7-5552-bbb6-a60a7d5b0d36 with scrape type 2
2026-03-28 14:56:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba4e34be-55e7-5552-bbb6-a60a7d5b0d36 with scrape type 2
2026-03-28 14:56:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba4e34be-55e7-5552-bbb6-a60a7d5b0d36, identifier: 6999055auction106392
2026-03-28 14:56:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5eb7faf-2e4c-5d56-9094-f9fba12a9253 with identifier: 6999054auction106392
2026-03-28 14:56:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5eb7faf-2e4c-5d56-9094-f9fba12a9253 with scrape type 2
2026-03-28 14:56:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5eb7faf-2e4c-5d56-9094-f9fba12a9253 with scrape type 2
2026-03-28 14:56:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5eb7faf-2e4c-5d56-9094-f9fba12a9253, identifier: 6999054auction106392
2026-03-28 14:56:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba4e34be-55e7-5552-bbb6-a60a7d5b0d36 with identifier: 6999055auction106392
2026-03-28 14:56:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba4e34be-55e7-5552-bbb6-a60a7d5b0d36 with identifier: 6999055auction106392
2026-03-28 14:56:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba4e34be-55e7-5552-bbb6-a60a7d5b0d36 with identifier: 6999055auction106392 to the API
2026-03-28 14:56:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999055>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'ba4e34be-55e7-5552-bbb6-a60a7d5b0d36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999055',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 15195,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Plus 1.2L PureTech 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Plus 1.2L PureTech 130 (EAT8)',
'vin': None,
'year': 2025}
2026-03-28 14:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999055auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:37 [ecarstrade.be] INFO: Saving data for 6999055auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389963.855855, 'last_price_update_time': 1774709797.340201}
2026-03-28 14:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999055auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5eb7faf-2e4c-5d56-9094-f9fba12a9253 with identifier: 6999054auction106392
2026-03-28 14:56:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5eb7faf-2e4c-5d56-9094-f9fba12a9253 with identifier: 6999054auction106392
2026-03-28 14:56:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5eb7faf-2e4c-5d56-9094-f9fba12a9253 with identifier: 6999054auction106392 to the API
2026-03-28 14:56:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999054>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'd5eb7faf-2e4c-5d56-9094-f9fba12a9253',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999054',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 20514,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-28',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Max 1.2L PureTech Turbo 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Max 1.2L PureTech Turbo 130 (EAT8)',
'vin': None,
'year': 2024}
2026-03-28 14:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999054auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:37 [ecarstrade.be] INFO: Saving data for 6999054auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389963.483855, 'last_price_update_time': 1774709797.79438}
2026-03-28 14:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999054auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980354> (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-28 14:56:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999152> (referer: https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999150> (referer: https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:37 [ecarstrade.be] INFO: Extracting details for car 6980354auction106392
2026-03-28 14:56:37 [ecarstrade.be] INFO: Extracting details for car 6999152auction106392
2026-03-28 14:56:37 [ecarstrade.be] INFO: Extracting details for car 6999150auction106392
2026-03-28 14:56:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d7f0565-d31f-59b2-9a0e-9facdf350e33 with identifier: 6980354auction106392
2026-03-28 14:56:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d7f0565-d31f-59b2-9a0e-9facdf350e33 with scrape type 2
2026-03-28 14:56:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d7f0565-d31f-59b2-9a0e-9facdf350e33 with scrape type 2
2026-03-28 14:56:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5d7f0565-d31f-59b2-9a0e-9facdf350e33, identifier: 6980354auction106392
2026-03-28 14:56:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77d25a0d-b09d-5d3a-9078-36a6419e3431 with identifier: 6999152auction106392
2026-03-28 14:56:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77d25a0d-b09d-5d3a-9078-36a6419e3431 with scrape type 2
2026-03-28 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77d25a0d-b09d-5d3a-9078-36a6419e3431 with scrape type 2
2026-03-28 14:56:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 77d25a0d-b09d-5d3a-9078-36a6419e3431, identifier: 6999152auction106392
2026-03-28 14:56:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9642d92c-3b01-5f23-83ac-c1af8076ce9f with identifier: 6999150auction106392
2026-03-28 14:56:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9642d92c-3b01-5f23-83ac-c1af8076ce9f with scrape type 2
2026-03-28 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9642d92c-3b01-5f23-83ac-c1af8076ce9f with scrape type 2
2026-03-28 14:56:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9642d92c-3b01-5f23-83ac-c1af8076ce9f, identifier: 6999150auction106392
2026-03-28 14:56:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5d7f0565-d31f-59b2-9a0e-9facdf350e33 with identifier: 6980354auction106392
2026-03-28 14:56:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5d7f0565-d31f-59b2-9a0e-9facdf350e33 with identifier: 6980354auction106392
2026-03-28 14:56:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5d7f0565-d31f-59b2-9a0e-9facdf350e33 with identifier: 6980354auction106392 to the API
2026-03-28 14:56:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980354>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Electric',
'id': '5d7f0565-d31f-59b2-9a0e-9facdf350e33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980354',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 18,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 2,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh 50 kWh Electric',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 50 kWh 50 kWh Electric',
'vin': None,
'year': 2024}
2026-03-28 14:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:39 [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-28 14:56:39 [ecarstrade.be] INFO: Saving data for 6980354auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1773959290.896371, 'last_price_update_time': 1774709799.083149}
2026-03-28 14:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980354auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 77d25a0d-b09d-5d3a-9078-36a6419e3431 with identifier: 6999152auction106392
2026-03-28 14:56:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 77d25a0d-b09d-5d3a-9078-36a6419e3431 with identifier: 6999152auction106392
2026-03-28 14:56:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 77d25a0d-b09d-5d3a-9078-36a6419e3431 with identifier: 6999152auction106392 to the API
2026-03-28 14:56:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56: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-28 14:56:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999152>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '77d25a0d-b09d-5d3a-9078-36a6419e3431',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999152',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 19558,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW Allure 308 SW Hybrid 145 e-DCS6',
'transmission': 'automatic',
'trim': 'SW Allure SW Hybrid 145 e-DCS6',
'vin': None,
'year': 2025}
2026-03-28 14:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:39 [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-28 14:56:39 [ecarstrade.be] INFO: Saving data for 6999152auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389925.649102, 'last_price_update_time': 1774709799.388159}
2026-03-28 14:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999152auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9642d92c-3b01-5f23-83ac-c1af8076ce9f with identifier: 6999150auction106392
2026-03-28 14:56:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9642d92c-3b01-5f23-83ac-c1af8076ce9f with identifier: 6999150auction106392
2026-03-28 14:56:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9642d92c-3b01-5f23-83ac-c1af8076ce9f with identifier: 6999150auction106392 to the API
2026-03-28 14:56:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56: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-28 14:56:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999150>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '9642d92c-3b01-5f23-83ac-c1af8076ce9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999150',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 21520,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW Allure 308 SW Hybrid 145 e-DCS6',
'transmission': 'automatic',
'trim': 'SW Allure SW Hybrid 145 e-DCS6',
'vin': None,
'year': 2025}
2026-03-28 14:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:39 [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-28 14:56:39 [ecarstrade.be] INFO: Saving data for 6999150auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389962.887774, 'last_price_update_time': 1774709799.700706}
2026-03-28 14:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999150auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999154> (referer: https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:39 [ecarstrade.be] INFO: Extracting details for car 6999154auction106392
2026-03-28 14:56:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70c245bb-6ca2-5c32-88fa-129259e4497f with identifier: 6999154auction106392
2026-03-28 14:56:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70c245bb-6ca2-5c32-88fa-129259e4497f with scrape type 2
2026-03-28 14:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70c245bb-6ca2-5c32-88fa-129259e4497f with scrape type 2
2026-03-28 14:56:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70c245bb-6ca2-5c32-88fa-129259e4497f, identifier: 6999154auction106392
2026-03-28 14:56:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70c245bb-6ca2-5c32-88fa-129259e4497f with identifier: 6999154auction106392
2026-03-28 14:56:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70c245bb-6ca2-5c32-88fa-129259e4497f with identifier: 6999154auction106392
2026-03-28 14:56:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70c245bb-6ca2-5c32-88fa-129259e4497f with identifier: 6999154auction106392 to the API
2026-03-28 14:56:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999154>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '70c245bb-6ca2-5c32-88fa-129259e4497f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999154',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 26715,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-25',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 136 e-DCS6 (1.2L)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6 (1.2L)',
'vin': None,
'year': 2025}
2026-03-28 14:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:40 [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-28 14:56:40 [ecarstrade.be] INFO: Saving data for 6999154auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389922.056207, 'last_price_update_time': 1774709800.244944}
2026-03-28 14:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999154auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999151> (referer: https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:42 [ecarstrade.be] INFO: Extracting details for car 6999151auction106392
2026-03-28 14:56:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d957eb52-30fa-537d-951a-2c57a11ac08f with identifier: 6999151auction106392
2026-03-28 14:56:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d957eb52-30fa-537d-951a-2c57a11ac08f with scrape type 2
2026-03-28 14:56:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d957eb52-30fa-537d-951a-2c57a11ac08f with scrape type 2
2026-03-28 14:56:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d957eb52-30fa-537d-951a-2c57a11ac08f, identifier: 6999151auction106392
2026-03-28 14:56:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d957eb52-30fa-537d-951a-2c57a11ac08f with identifier: 6999151auction106392
2026-03-28 14:56:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d957eb52-30fa-537d-951a-2c57a11ac08f with identifier: 6999151auction106392
2026-03-28 14:56:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d957eb52-30fa-537d-951a-2c57a11ac08f with identifier: 6999151auction106392 to the API
2026-03-28 14:56:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999151>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'd957eb52-30fa-537d-951a-2c57a11ac08f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999151',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 20445,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-19',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW Allure Hybrid 136 (mild-hybrid) 1.2L e-DCS6',
'transmission': 'automatic',
'trim': 'SW Allure Hybrid 136 (mild-hybrid) 1.2L e-DCS6',
'vin': None,
'year': 2025}
2026-03-28 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999151auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:42 [ecarstrade.be] INFO: Saving data for 6999151auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389959.70528, 'last_price_update_time': 1774709802.857537}
2026-03-28 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999151auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999155> (referer: https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:42 [ecarstrade.be] INFO: Extracting details for car 6999155auction106392
2026-03-28 14:56:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 723a41f3-4b85-5303-9eae-e9014934d376 with identifier: 6999155auction106392
2026-03-28 14:56:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 723a41f3-4b85-5303-9eae-e9014934d376 with scrape type 2
2026-03-28 14:56:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 723a41f3-4b85-5303-9eae-e9014934d376 with scrape type 2
2026-03-28 14:56:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 723a41f3-4b85-5303-9eae-e9014934d376, identifier: 6999155auction106392
2026-03-28 14:56:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 723a41f3-4b85-5303-9eae-e9014934d376 with identifier: 6999155auction106392
2026-03-28 14:56:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 723a41f3-4b85-5303-9eae-e9014934d376 with identifier: 6999155auction106392
2026-03-28 14:56:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 723a41f3-4b85-5303-9eae-e9014934d376 with identifier: 6999155auction106392 to the API
2026-03-28 14:56:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999155>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '723a41f3-4b85-5303-9eae-e9014934d376',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999155',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 34089,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 GT Hybrid 136 (1.2L) e-DCS6',
'transmission': 'automatic',
'trim': 'GT Hybrid 136 (1.2L) e-DCS6',
'vin': None,
'year': 2025}
2026-03-28 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276999155auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:43 [ecarstrade.be] INFO: Saving data for 6999155auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389924.760808, 'last_price_update_time': 1774709803.404512}
2026-03-28 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999155auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999156> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:44 [ecarstrade.be] INFO: Extracting details for car 6999156auction106392
2026-03-28 14:56:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcd73d05-6a02-5126-a80b-0a461fa3e229 with identifier: 6999156auction106392
2026-03-28 14:56:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcd73d05-6a02-5126-a80b-0a461fa3e229 with scrape type 2
2026-03-28 14:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcd73d05-6a02-5126-a80b-0a461fa3e229 with scrape type 2
2026-03-28 14:56:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fcd73d05-6a02-5126-a80b-0a461fa3e229, identifier: 6999156auction106392
2026-03-28 14:56:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fcd73d05-6a02-5126-a80b-0a461fa3e229 with identifier: 6999156auction106392
2026-03-28 14:56:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fcd73d05-6a02-5126-a80b-0a461fa3e229 with identifier: 6999156auction106392
2026-03-28 14:56:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fcd73d05-6a02-5126-a80b-0a461fa3e229 with identifier: 6999156auction106392 to the API
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999156>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'fcd73d05-6a02-5126-a80b-0a461fa3e229',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999156',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 7268,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Style Hybrid 145 e-DCS6 (1.2L 1199cc)',
'transmission': 'automatic',
'trim': 'Style Hybrid 145 e-DCS6 (1.2L 1199cc)',
'vin': None,
'year': 2025}
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999156auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:44 [ecarstrade.be] INFO: Saving data for 6999156auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389923.594809, 'last_price_update_time': 1774709804.515754}
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999156auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999182auction106392
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999182auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:44 [ecarstrade.be] INFO: Scrape type for 6999182auction106392: 2
2026-03-28 14:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999183auction106392
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999183auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:44 [ecarstrade.be] INFO: Scrape type for 6999183auction106392: 0
2026-03-28 14:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999184auction106392
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999184auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:44 [ecarstrade.be] INFO: Scrape type for 6999184auction106392: 2
2026-03-28 14:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999185auction106392
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999185auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:44 [ecarstrade.be] INFO: Scrape type for 6999185auction106392: 2
2026-03-28 14:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999186auction106392
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999186auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:44 [ecarstrade.be] INFO: Scrape type for 6999186auction106392: 2
2026-03-28 14:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999187auction106392
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999187auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:44 [ecarstrade.be] INFO: Scrape type for 6999187auction106392: 2
2026-03-28 14:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999188auction106392
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999188auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:44 [ecarstrade.be] INFO: Scrape type for 6999188auction106392: 2
2026-03-28 14:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999191auction106392
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999191auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:44 [ecarstrade.be] INFO: Scrape type for 6999191auction106392: 2
2026-03-28 14:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999192auction106392
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999192auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:44 [ecarstrade.be] INFO: Scrape type for 6999192auction106392: 2
2026-03-28 14:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999193auction106392
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999193auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:44 [ecarstrade.be] INFO: Scrape type for 6999193auction106392: 0
2026-03-28 14:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999194auction106392
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999194auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:44 [ecarstrade.be] INFO: Scrape type for 6999194auction106392: 2
2026-03-28 14:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999195auction106392
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999195auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:44 [ecarstrade.be] INFO: Scrape type for 6999195auction106392: 0
2026-03-28 14:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999196auction106392
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999196auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:44 [ecarstrade.be] INFO: Scrape type for 6999196auction106392: 2
2026-03-28 14:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999197auction106392
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999197auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:44 [ecarstrade.be] INFO: Scrape type for 6999197auction106392: 2
2026-03-28 14:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999198auction106392
2026-03-28 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999198auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:45 [ecarstrade.be] INFO: Scrape type for 6999198auction106392: 2
2026-03-28 14:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999200auction106392
2026-03-28 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999200auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:45 [ecarstrade.be] INFO: Scrape type for 6999200auction106392: 2
2026-03-28 14:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999201auction106392
2026-03-28 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999201auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:45 [ecarstrade.be] INFO: Scrape type for 6999201auction106392: 2
2026-03-28 14:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999221auction106392
2026-03-28 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999221auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:45 [ecarstrade.be] INFO: Scrape type for 6999221auction106392: 0
2026-03-28 14:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999237auction106392
2026-03-28 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999237auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:45 [ecarstrade.be] INFO: Scrape type for 6999237auction106392: 0
2026-03-28 14:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999239auction106392
2026-03-28 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999239auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:45 [ecarstrade.be] INFO: Scrape type for 6999239auction106392: 0
2026-03-28 14:56:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999159> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:46 [ecarstrade.be] INFO: Extracting details for car 6999159auction106392
2026-03-28 14:56:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 240ab6b6-9e88-57a7-b345-57b93af21bf1 with identifier: 6999159auction106392
2026-03-28 14:56:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 240ab6b6-9e88-57a7-b345-57b93af21bf1 with scrape type 2
2026-03-28 14:56:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 240ab6b6-9e88-57a7-b345-57b93af21bf1 with scrape type 2
2026-03-28 14:56:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 240ab6b6-9e88-57a7-b345-57b93af21bf1, identifier: 6999159auction106392
2026-03-28 14:56:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 240ab6b6-9e88-57a7-b345-57b93af21bf1 with identifier: 6999159auction106392
2026-03-28 14:56:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 240ab6b6-9e88-57a7-b345-57b93af21bf1 with identifier: 6999159auction106392
2026-03-28 14:56:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 240ab6b6-9e88-57a7-b345-57b93af21bf1 with identifier: 6999159auction106392 to the API
2026-03-28 14:56:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999159>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '240ab6b6-9e88-57a7-b345-57b93af21bf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999159',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 15437,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L (1199cc) 100hp S&S manual (BVM6)',
'transmission': 'manual',
'trim': 'Allure 1.2L (1199cc) 100hp S&S manual (BVM6)',
'vin': None,
'year': 2025}
2026-03-28 14:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999159auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:46 [ecarstrade.be] INFO: Saving data for 6999159auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389921.082783, 'last_price_update_time': 1774709806.732997}
2026-03-28 14:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999159auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999157> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999162> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:46 [ecarstrade.be] INFO: Extracting details for car 6999157auction106392
2026-03-28 14:56:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6a46c21-ab25-5b2c-a781-37b1e70c6db2 with identifier: 6999157auction106392
2026-03-28 14:56:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6a46c21-ab25-5b2c-a781-37b1e70c6db2 with scrape type 2
2026-03-28 14:56:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6a46c21-ab25-5b2c-a781-37b1e70c6db2 with scrape type 2
2026-03-28 14:56:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6a46c21-ab25-5b2c-a781-37b1e70c6db2, identifier: 6999157auction106392
2026-03-28 14:56:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6a46c21-ab25-5b2c-a781-37b1e70c6db2 with identifier: 6999157auction106392
2026-03-28 14:56:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6a46c21-ab25-5b2c-a781-37b1e70c6db2 with identifier: 6999157auction106392
2026-03-28 14:56:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6a46c21-ab25-5b2c-a781-37b1e70c6db2 with identifier: 6999157auction106392 to the API
2026-03-28 14:56:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999157>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'c6a46c21-ab25-5b2c-a781-37b1e70c6db2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999157',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 7549,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L 100hp S&S (manual 6-speed)',
'transmission': 'manual',
'trim': 'Allure 1.2L 100hp S&S (manual 6-speed)',
'vin': None,
'year': 2025}
2026-03-28 14:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999157auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:47 [ecarstrade.be] INFO: Saving data for 6999157auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389922.762537, 'last_price_update_time': 1774709807.357993}
2026-03-28 14:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999157auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:47 [ecarstrade.be] INFO: Extracting details for car 6999162auction106392
2026-03-28 14:56:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a68819d-d5a8-510b-92d6-5f76a22b24ac with identifier: 6999162auction106392
2026-03-28 14:56:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a68819d-d5a8-510b-92d6-5f76a22b24ac with scrape type 2
2026-03-28 14:56:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a68819d-d5a8-510b-92d6-5f76a22b24ac with scrape type 2
2026-03-28 14:56:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a68819d-d5a8-510b-92d6-5f76a22b24ac, identifier: 6999162auction106392
2026-03-28 14:56:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a68819d-d5a8-510b-92d6-5f76a22b24ac with identifier: 6999162auction106392
2026-03-28 14:56:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a68819d-d5a8-510b-92d6-5f76a22b24ac with identifier: 6999162auction106392
2026-03-28 14:56:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a68819d-d5a8-510b-92d6-5f76a22b24ac with identifier: 6999162auction106392 to the API
2026-03-28 14:56:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999162>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '8a68819d-d5a8-510b-92d6-5f76a22b24ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999162',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 29966,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-25',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 136 (e-DCS6)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (e-DCS6)',
'vin': None,
'year': 2025}
2026-03-28 14:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999162auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:47 [ecarstrade.be] INFO: Saving data for 6999162auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389979.98973, 'last_price_update_time': 1774709807.79838}
2026-03-28 14:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999162auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999163> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:49 [ecarstrade.be] INFO: Extracting details for car 6999163auction106392
2026-03-28 14:56:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5722ba9f-fafb-5720-ad98-c94e3a99309b with identifier: 6999163auction106392
2026-03-28 14:56:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5722ba9f-fafb-5720-ad98-c94e3a99309b with scrape type 2
2026-03-28 14:56:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5722ba9f-fafb-5720-ad98-c94e3a99309b with scrape type 2
2026-03-28 14:56:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5722ba9f-fafb-5720-ad98-c94e3a99309b, identifier: 6999163auction106392
2026-03-28 14:56:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5722ba9f-fafb-5720-ad98-c94e3a99309b with identifier: 6999163auction106392
2026-03-28 14:56:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5722ba9f-fafb-5720-ad98-c94e3a99309b with identifier: 6999163auction106392
2026-03-28 14:56:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5722ba9f-fafb-5720-ad98-c94e3a99309b with identifier: 6999163auction106392 to the API
2026-03-28 14:56:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999163>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '5722ba9f-fafb-5720-ad98-c94e3a99309b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999163',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 26293,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-27',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure 1.2L gasoline mild-hybrid (Hybrid 136) e-DCS6',
'transmission': 'automatic',
'trim': 'Allure 1.2L gasoline mild-hybrid (Hybrid 136) e-DCS6',
'vin': None,
'year': 2025}
2026-03-28 14:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999163auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:49 [ecarstrade.be] INFO: Saving data for 6999163auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389981.540373, 'last_price_update_time': 1774709809.524956}
2026-03-28 14:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999163auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999180> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:49 [ecarstrade.be] INFO: Extracting details for car 6999180auction106392
2026-03-28 14:56:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75e79eaa-7e8b-5696-979a-8e846da1aafe with identifier: 6999180auction106392
2026-03-28 14:56:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75e79eaa-7e8b-5696-979a-8e846da1aafe with scrape type 2
2026-03-28 14:56:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75e79eaa-7e8b-5696-979a-8e846da1aafe with scrape type 2
2026-03-28 14:56:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75e79eaa-7e8b-5696-979a-8e846da1aafe, identifier: 6999180auction106392
2026-03-28 14:56:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75e79eaa-7e8b-5696-979a-8e846da1aafe with identifier: 6999180auction106392
2026-03-28 14:56:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75e79eaa-7e8b-5696-979a-8e846da1aafe with identifier: 6999180auction106392
2026-03-28 14:56:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75e79eaa-7e8b-5696-979a-8e846da1aafe with identifier: 6999180auction106392 to the API
2026-03-28 14:56:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999180>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '75e79eaa-7e8b-5696-979a-8e846da1aafe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999180',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 23726,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-27',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 136 (e-DCS6)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (e-DCS6)',
'vin': None,
'year': 2025}
2026-03-28 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276999180auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:50 [ecarstrade.be] INFO: Saving data for 6999180auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389955.123696, 'last_price_update_time': 1774709810.387185}
2026-03-28 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999180auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999176> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 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-28 14:56:50 [ecarstrade.be] INFO: Extracting details for car 6999176auction106392
2026-03-28 14:56:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 677e0d33-18b0-59e4-9cf6-82b374a67f69 with identifier: 6999176auction106392
2026-03-28 14:56:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 677e0d33-18b0-59e4-9cf6-82b374a67f69 with scrape type 2
2026-03-28 14:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 677e0d33-18b0-59e4-9cf6-82b374a67f69 with scrape type 2
2026-03-28 14:56:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 677e0d33-18b0-59e4-9cf6-82b374a67f69, identifier: 6999176auction106392
2026-03-28 14:56:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 677e0d33-18b0-59e4-9cf6-82b374a67f69 with identifier: 6999176auction106392
2026-03-28 14:56:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 677e0d33-18b0-59e4-9cf6-82b374a67f69 with identifier: 6999176auction106392
2026-03-28 14:56:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 677e0d33-18b0-59e4-9cf6-82b374a67f69 with identifier: 6999176auction106392 to the API
2026-03-28 14:56:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999176>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '677e0d33-18b0-59e4-9cf6-82b374a67f69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999176',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 16293,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L (1199cc) 100 hp S&S, manual 6-speed',
'transmission': 'manual',
'trim': 'Allure 1.2L (1199cc) 100 hp S&S, manual 6-speed',
'vin': None,
'year': 2025}
2026-03-28 14:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999176auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:51 [ecarstrade.be] INFO: Saving data for 6999176auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389953.321212, 'last_price_update_time': 1774709811.161718}
2026-03-28 14:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999176auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999178> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:51 [ecarstrade.be] INFO: Extracting details for car 6999178auction106392
2026-03-28 14:56:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43a5092e-65b6-52d0-9143-b547fe0a1b13 with identifier: 6999178auction106392
2026-03-28 14:56:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43a5092e-65b6-52d0-9143-b547fe0a1b13 with scrape type 2
2026-03-28 14:56:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43a5092e-65b6-52d0-9143-b547fe0a1b13 with scrape type 2
2026-03-28 14:56:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 43a5092e-65b6-52d0-9143-b547fe0a1b13, identifier: 6999178auction106392
2026-03-28 14:56:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 43a5092e-65b6-52d0-9143-b547fe0a1b13 with identifier: 6999178auction106392
2026-03-28 14:56:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 43a5092e-65b6-52d0-9143-b547fe0a1b13 with identifier: 6999178auction106392
2026-03-28 14:56:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 43a5092e-65b6-52d0-9143-b547fe0a1b13 with identifier: 6999178auction106392 to the API
2026-03-28 14:56:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999178>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '43a5092e-65b6-52d0-9143-b547fe0a1b13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999178',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 24636,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-02',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 136 (e-DCS6) 1.2L',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (e-DCS6) 1.2L',
'vin': None,
'year': 2025}
2026-03-28 14:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999178auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:52 [ecarstrade.be] INFO: Saving data for 6999178auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389951.678564, 'last_price_update_time': 1774709812.00024}
2026-03-28 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999178auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999174> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:52 [ecarstrade.be] INFO: Extracting details for car 6999174auction106392
2026-03-28 14:56:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b710cb5-d02a-59ce-8ea4-1bc55f625fba with identifier: 6999174auction106392
2026-03-28 14:56:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b710cb5-d02a-59ce-8ea4-1bc55f625fba with scrape type 2
2026-03-28 14:56:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b710cb5-d02a-59ce-8ea4-1bc55f625fba with scrape type 2
2026-03-28 14:56:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5b710cb5-d02a-59ce-8ea4-1bc55f625fba, identifier: 6999174auction106392
2026-03-28 14:56:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5b710cb5-d02a-59ce-8ea4-1bc55f625fba with identifier: 6999174auction106392
2026-03-28 14:56:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5b710cb5-d02a-59ce-8ea4-1bc55f625fba with identifier: 6999174auction106392
2026-03-28 14:56:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5b710cb5-d02a-59ce-8ea4-1bc55f625fba with identifier: 6999174auction106392 to the API
2026-03-28 14:56:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999174>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '5b710cb5-d02a-59ce-8ea4-1bc55f625fba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999174',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 21295,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure 3008 Hybrid 136 e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6',
'vin': None,
'year': 2025}
2026-03-28 14:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999174auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:53 [ecarstrade.be] INFO: Saving data for 6999174auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389950.438875, 'last_price_update_time': 1774709813.337917}
2026-03-28 14:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999174auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999160> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:53 [ecarstrade.be] INFO: Extracting details for car 6999160auction106392
2026-03-28 14:56:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ff26d73-e9e1-5c04-a2ec-a852c134de0e with identifier: 6999160auction106392
2026-03-28 14:56:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ff26d73-e9e1-5c04-a2ec-a852c134de0e with scrape type 2
2026-03-28 14:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ff26d73-e9e1-5c04-a2ec-a852c134de0e with scrape type 2
2026-03-28 14:56:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ff26d73-e9e1-5c04-a2ec-a852c134de0e, identifier: 6999160auction106392
2026-03-28 14:56:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ff26d73-e9e1-5c04-a2ec-a852c134de0e with identifier: 6999160auction106392
2026-03-28 14:56:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ff26d73-e9e1-5c04-a2ec-a852c134de0e with identifier: 6999160auction106392
2026-03-28 14:56:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ff26d73-e9e1-5c04-a2ec-a852c134de0e with identifier: 6999160auction106392 to the API
2026-03-28 14:56:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999160>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '3ff26d73-e9e1-5c04-a2ec-a852c134de0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999160',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 16298,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L (1199cc) gasoline 100 hp S&S, 6-speed '
'manual',
'transmission': 'manual',
'trim': 'Allure 1.2L (1199cc) gasoline 100 hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-28 14:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999160auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:54 [ecarstrade.be] INFO: Saving data for 6999160auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389919.877743, 'last_price_update_time': 1774709814.443361}
2026-03-28 14:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999160auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999168> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:55 [ecarstrade.be] INFO: Extracting details for car 6999168auction106392
2026-03-28 14:56:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31697c50-6e67-5890-8db1-a62cc86d08e0 with identifier: 6999168auction106392
2026-03-28 14:56:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31697c50-6e67-5890-8db1-a62cc86d08e0 with scrape type 2
2026-03-28 14:56:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31697c50-6e67-5890-8db1-a62cc86d08e0 with scrape type 2
2026-03-28 14:56:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31697c50-6e67-5890-8db1-a62cc86d08e0, identifier: 6999168auction106392
2026-03-28 14:56:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31697c50-6e67-5890-8db1-a62cc86d08e0 with identifier: 6999168auction106392
2026-03-28 14:56:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31697c50-6e67-5890-8db1-a62cc86d08e0 with identifier: 6999168auction106392
2026-03-28 14:56:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31697c50-6e67-5890-8db1-a62cc86d08e0 with identifier: 6999168auction106392 to the API
2026-03-28 14:56:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999168>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '31697c50-6e67-5890-8db1-a62cc86d08e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999168',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 15871,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-02',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L 100hp S&S (BVM6)',
'transmission': 'manual',
'trim': 'Allure 1.2L 100hp S&S (BVM6)',
'vin': None,
'year': 2025}
2026-03-28 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999168auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:56 [ecarstrade.be] INFO: Saving data for 6999168auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389945.616571, 'last_price_update_time': 1774709816.058433}
2026-03-28 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999168auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999170> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:56 [ecarstrade.be] INFO: Extracting details for car 6999170auction106392
2026-03-28 14:56:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d48c0fd-f8a6-5a2e-a8e5-12b198da1430 with identifier: 6999170auction106392
2026-03-28 14:56:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d48c0fd-f8a6-5a2e-a8e5-12b198da1430 with scrape type 2
2026-03-28 14:56:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d48c0fd-f8a6-5a2e-a8e5-12b198da1430 with scrape type 2
2026-03-28 14:56:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3d48c0fd-f8a6-5a2e-a8e5-12b198da1430, identifier: 6999170auction106392
2026-03-28 14:56:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3d48c0fd-f8a6-5a2e-a8e5-12b198da1430 with identifier: 6999170auction106392
2026-03-28 14:56:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3d48c0fd-f8a6-5a2e-a8e5-12b198da1430 with identifier: 6999170auction106392
2026-03-28 14:56:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3d48c0fd-f8a6-5a2e-a8e5-12b198da1430 with identifier: 6999170auction106392 to the API
2026-03-28 14:56:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999170>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '3d48c0fd-f8a6-5a2e-a8e5-12b198da1430',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999170',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 20075,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L Hybrid 136 (e-DCS6)',
'transmission': 'automatic',
'trim': 'Allure 1.2L Hybrid 136 (e-DCS6)',
'vin': None,
'year': 2025}
2026-03-28 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999170auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:56 [ecarstrade.be] INFO: Saving data for 6999170auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389946.547895, 'last_price_update_time': 1774709816.613585}
2026-03-28 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999170auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999167> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:57 [ecarstrade.be] INFO: Extracting details for car 6999167auction106392
2026-03-28 14:56:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba7f54dc-d047-5509-8b7e-272f00f05439 with identifier: 6999167auction106392
2026-03-28 14:56:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba7f54dc-d047-5509-8b7e-272f00f05439 with scrape type 2
2026-03-28 14:56:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba7f54dc-d047-5509-8b7e-272f00f05439 with scrape type 2
2026-03-28 14:56:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba7f54dc-d047-5509-8b7e-272f00f05439, identifier: 6999167auction106392
2026-03-28 14:56:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba7f54dc-d047-5509-8b7e-272f00f05439 with identifier: 6999167auction106392
2026-03-28 14:56:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba7f54dc-d047-5509-8b7e-272f00f05439 with identifier: 6999167auction106392
2026-03-28 14:56:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba7f54dc-d047-5509-8b7e-272f00f05439 with identifier: 6999167auction106392 to the API
2026-03-28 14:56:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999167>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'ba7f54dc-d047-5509-8b7e-272f00f05439',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999167',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 25156,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-25',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure 5008 Hybrid 136 e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6',
'vin': None,
'year': 2025}
2026-03-28 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276999167auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:57 [ecarstrade.be] INFO: Saving data for 6999167auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389949.931355, 'last_price_update_time': 1774709817.921618}
2026-03-28 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999167auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999165> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 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-28 14:56:58 [ecarstrade.be] INFO: Extracting details for car 6999165auction106392
2026-03-28 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999173> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 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-28 14:56:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55f4cb36-f9ab-5311-840e-b0e29ad0b7c8 with identifier: 6999165auction106392
2026-03-28 14:56:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55f4cb36-f9ab-5311-840e-b0e29ad0b7c8 with scrape type 2
2026-03-28 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55f4cb36-f9ab-5311-840e-b0e29ad0b7c8 with scrape type 2
2026-03-28 14:56:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55f4cb36-f9ab-5311-840e-b0e29ad0b7c8, identifier: 6999165auction106392
2026-03-28 14:56:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55f4cb36-f9ab-5311-840e-b0e29ad0b7c8 with identifier: 6999165auction106392
2026-03-28 14:56:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55f4cb36-f9ab-5311-840e-b0e29ad0b7c8 with identifier: 6999165auction106392
2026-03-28 14:56:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55f4cb36-f9ab-5311-840e-b0e29ad0b7c8 with identifier: 6999165auction106392 to the API
2026-03-28 14:56:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999165>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '55f4cb36-f9ab-5311-840e-b0e29ad0b7c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999165',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 9117,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L Gasoline 100hp S&S (BVM6)',
'transmission': 'manual',
'trim': 'Allure 1.2L Gasoline 100hp S&S (BVM6)',
'vin': None,
'year': 2025}
2026-03-28 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276999165auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:58 [ecarstrade.be] INFO: Saving data for 6999165auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389977.387122, 'last_price_update_time': 1774709818.677856}
2026-03-28 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999165auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:58 [ecarstrade.be] INFO: Extracting details for car 6999173auction106392
2026-03-28 14:56:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83201d64-648d-540b-8f3f-d0b9af4afcf4 with identifier: 6999173auction106392
2026-03-28 14:56:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83201d64-648d-540b-8f3f-d0b9af4afcf4 with scrape type 2
2026-03-28 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83201d64-648d-540b-8f3f-d0b9af4afcf4 with scrape type 2
2026-03-28 14:56:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 83201d64-648d-540b-8f3f-d0b9af4afcf4, identifier: 6999173auction106392
2026-03-28 14:56:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 83201d64-648d-540b-8f3f-d0b9af4afcf4 with identifier: 6999173auction106392
2026-03-28 14:56:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 83201d64-648d-540b-8f3f-d0b9af4afcf4 with identifier: 6999173auction106392
2026-03-28 14:56:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 83201d64-648d-540b-8f3f-d0b9af4afcf4 with identifier: 6999173auction106392 to the API
2026-03-28 14:56:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:56:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999173>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '83201d64-648d-540b-8f3f-d0b9af4afcf4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999173',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 34038,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 GT Hybrid 145 (mild-hybrid gasoline) e-DCS6',
'transmission': 'automatic',
'trim': 'GT Hybrid 145 (mild-hybrid gasoline) e-DCS6',
'vin': None,
'year': 2025}
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999173auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:59 [ecarstrade.be] INFO: Saving data for 6999173auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389947.04409, 'last_price_update_time': 1774709819.402155}
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999173auction106392') HTTP/1.1" 204 0
2026-03-28 14:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999166> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:56:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:56:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:56:59 [ecarstrade.be] INFO: Extracting details for car 6999166auction106392
2026-03-28 14:56:59 [ecarstrade.be] INFO: Found listing with ID: 6999265auction106392
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999265auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:59 [ecarstrade.be] INFO: Scrape type for 6999265auction106392: 0
2026-03-28 14:56:59 [ecarstrade.be] INFO: Found listing with ID: 6999266auction106392
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999266auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:59 [ecarstrade.be] INFO: Scrape type for 6999266auction106392: 0
2026-03-28 14:56:59 [ecarstrade.be] INFO: Found listing with ID: 6999267auction106392
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999267auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:59 [ecarstrade.be] INFO: Scrape type for 6999267auction106392: 0
2026-03-28 14:56:59 [ecarstrade.be] INFO: Found listing with ID: 6999269auction106392
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999269auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:59 [ecarstrade.be] INFO: Scrape type for 6999269auction106392: 0
2026-03-28 14:56:59 [ecarstrade.be] INFO: Found listing with ID: 6999270auction106392
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999270auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:59 [ecarstrade.be] INFO: Scrape type for 6999270auction106392: 0
2026-03-28 14:56:59 [ecarstrade.be] INFO: Found listing with ID: 6999476auction106392
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999476auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:59 [ecarstrade.be] INFO: Scrape type for 6999476auction106392: 0
2026-03-28 14:56:59 [ecarstrade.be] INFO: Found listing with ID: 6999477auction106392
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999477auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:59 [ecarstrade.be] INFO: Scrape type for 6999477auction106392: 0
2026-03-28 14:56:59 [ecarstrade.be] INFO: Found listing with ID: 6999478auction106392
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999478auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:59 [ecarstrade.be] INFO: Scrape type for 6999478auction106392: 0
2026-03-28 14:56:59 [ecarstrade.be] INFO: Found listing with ID: 6999479auction106392
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999479auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:59 [ecarstrade.be] INFO: Scrape type for 6999479auction106392: 2
2026-03-28 14:56:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0cc4a24-25af-50db-b7aa-33fe7077efb6 with identifier: 6999166auction106392
2026-03-28 14:56:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0cc4a24-25af-50db-b7aa-33fe7077efb6 with scrape type 2
2026-03-28 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0cc4a24-25af-50db-b7aa-33fe7077efb6 with scrape type 2
2026-03-28 14:56:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b0cc4a24-25af-50db-b7aa-33fe7077efb6, identifier: 6999166auction106392
2026-03-28 14:56:59 [ecarstrade.be] INFO: Found listing with ID: 6999480auction106392
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999480auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:56:59 [ecarstrade.be] INFO: Scrape type for 6999480auction106392: 2
2026-03-28 14:56:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b0cc4a24-25af-50db-b7aa-33fe7077efb6 with identifier: 6999166auction106392
2026-03-28 14:56:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b0cc4a24-25af-50db-b7aa-33fe7077efb6 with identifier: 6999166auction106392
2026-03-28 14:56:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b0cc4a24-25af-50db-b7aa-33fe7077efb6 with identifier: 6999166auction106392 to the API
2026-03-28 14:56:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999166>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'b0cc4a24-25af-50db-b7aa-33fe7077efb6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999166',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 12059,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L Gasoline 100hp S&S (BVM6)',
'transmission': 'manual',
'trim': 'Allure 1.2L Gasoline 100hp S&S (BVM6)',
'vin': None,
'year': 2025}
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999166auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:00 [ecarstrade.be] INFO: Saving data for 6999166auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389950.773288, 'last_price_update_time': 1774709820.609221}
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999166auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:00 [ecarstrade.be] INFO: Found listing with ID: 6999483auction106392
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999483auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:00 [ecarstrade.be] INFO: Scrape type for 6999483auction106392: 2
2026-03-28 14:57:00 [ecarstrade.be] INFO: Found listing with ID: 7000297auction106392
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000297auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:00 [ecarstrade.be] INFO: Scrape type for 7000297auction106392: 2
2026-03-28 14:57:00 [ecarstrade.be] INFO: Found listing with ID: 7000301auction106392
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000301auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:00 [ecarstrade.be] INFO: Scrape type for 7000301auction106392: 2
2026-03-28 14:57:00 [ecarstrade.be] INFO: Found listing with ID: 7000302auction106392
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000302auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:00 [ecarstrade.be] INFO: Scrape type for 7000302auction106392: 2
2026-03-28 14:57:00 [ecarstrade.be] INFO: Found listing with ID: 7000303auction106392
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000303auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:00 [ecarstrade.be] INFO: Scrape type for 7000303auction106392: 2
2026-03-28 14:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999201> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:00 [ecarstrade.be] INFO: Found listing with ID: 7000304auction106392
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000304auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:00 [ecarstrade.be] INFO: Scrape type for 7000304auction106392: 2
2026-03-28 14:57:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:00 [ecarstrade.be] INFO: Found listing with ID: 7001058auction106392
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001058auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:00 [ecarstrade.be] INFO: Scrape type for 7001058auction106392: 0
2026-03-28 14:57:00 [ecarstrade.be] INFO: Found listing with ID: 7001460auction106392
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001460auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:00 [ecarstrade.be] INFO: Scrape type for 7001460auction106392: 0
2026-03-28 14:57:00 [ecarstrade.be] INFO: Found listing with ID: 7001472auction106392
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001472auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:00 [ecarstrade.be] INFO: Scrape type for 7001472auction106392: 2
2026-03-28 14:57:00 [ecarstrade.be] INFO: Found listing with ID: 7001473auction106392
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001473auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:00 [ecarstrade.be] INFO: Scrape type for 7001473auction106392: 2
2026-03-28 14:57:00 [ecarstrade.be] INFO: Extracting details for car 6999201auction106392
2026-03-28 14:57:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a0b2978-3dbe-5f73-aee8-05c2daa84666 with identifier: 6999201auction106392
2026-03-28 14:57:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a0b2978-3dbe-5f73-aee8-05c2daa84666 with scrape type 2
2026-03-28 14:57:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a0b2978-3dbe-5f73-aee8-05c2daa84666 with scrape type 2
2026-03-28 14:57:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2a0b2978-3dbe-5f73-aee8-05c2daa84666, identifier: 6999201auction106392
2026-03-28 14:57:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2a0b2978-3dbe-5f73-aee8-05c2daa84666 with identifier: 6999201auction106392
2026-03-28 14:57:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2a0b2978-3dbe-5f73-aee8-05c2daa84666 with identifier: 6999201auction106392
2026-03-28 14:57:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2a0b2978-3dbe-5f73-aee8-05c2daa84666 with identifier: 6999201auction106392 to the API
2026-03-28 14:57:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999201>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '2a0b2978-3dbe-5f73-aee8-05c2daa84666',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999201',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10180,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Hybrid 136 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999201auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:01 [ecarstrade.be] INFO: Saving data for 6999201auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774390000.061254, 'last_price_update_time': 1774709821.292126}
2026-03-28 14:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999201auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999198> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:03 [ecarstrade.be] INFO: Extracting details for car 6999198auction106392
2026-03-28 14:57:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 447fd5f6-0fa0-5401-9567-c1aa4b0393c8 with identifier: 6999198auction106392
2026-03-28 14:57:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 447fd5f6-0fa0-5401-9567-c1aa4b0393c8 with scrape type 2
2026-03-28 14:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 447fd5f6-0fa0-5401-9567-c1aa4b0393c8 with scrape type 2
2026-03-28 14:57:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 447fd5f6-0fa0-5401-9567-c1aa4b0393c8, identifier: 6999198auction106392
2026-03-28 14:57:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 447fd5f6-0fa0-5401-9567-c1aa4b0393c8 with identifier: 6999198auction106392
2026-03-28 14:57:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 447fd5f6-0fa0-5401-9567-c1aa4b0393c8 with identifier: 6999198auction106392
2026-03-28 14:57:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 447fd5f6-0fa0-5401-9567-c1aa4b0393c8 with identifier: 6999198auction106392 to the API
2026-03-28 14:57:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999198>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '447fd5f6-0fa0-5401-9567-c1aa4b0393c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999198',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 23773,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Plus 1.2L PureTech Turbo 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Plus 1.2L PureTech Turbo 130 (EAT8)',
'vin': None,
'year': 2025}
2026-03-28 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999198auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:03 [ecarstrade.be] INFO: Saving data for 6999198auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389979.486797, 'last_price_update_time': 1774709823.601628}
2026-03-28 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999198auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999200> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:03 [ecarstrade.be] INFO: Extracting details for car 6999200auction106392
2026-03-28 14:57:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c5d70ca-464a-53c1-a74f-70d7f9d1ae9b with identifier: 6999200auction106392
2026-03-28 14:57:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c5d70ca-464a-53c1-a74f-70d7f9d1ae9b with scrape type 2
2026-03-28 14:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c5d70ca-464a-53c1-a74f-70d7f9d1ae9b with scrape type 2
2026-03-28 14:57:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c5d70ca-464a-53c1-a74f-70d7f9d1ae9b, identifier: 6999200auction106392
2026-03-28 14:57:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c5d70ca-464a-53c1-a74f-70d7f9d1ae9b with identifier: 6999200auction106392
2026-03-28 14:57:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-28 14:57:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c5d70ca-464a-53c1-a74f-70d7f9d1ae9b with identifier: 6999200auction106392
2026-03-28 14:57:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c5d70ca-464a-53c1-a74f-70d7f9d1ae9b with identifier: 6999200auction106392 to the API
2026-03-28 14:57:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57: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-28 14:57:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999200>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '1c5d70ca-464a-53c1-a74f-70d7f9d1ae9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999200',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 9568,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 PureTech 100 S&S BVM6 Active',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Active',
'vin': None,
'year': 2024}
2026-03-28 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276999200auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:04 [ecarstrade.be] INFO: Saving data for 6999200auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389995.569474, 'last_price_update_time': 1774709824.135468}
2026-03-28 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999200auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999194> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 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-28 14:57:05 [ecarstrade.be] INFO: Extracting details for car 6999194auction106392
2026-03-28 14:57:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19842dc2-19ef-5881-a889-101594a86117 with identifier: 6999194auction106392
2026-03-28 14:57:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19842dc2-19ef-5881-a889-101594a86117 with scrape type 2
2026-03-28 14:57:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19842dc2-19ef-5881-a889-101594a86117 with scrape type 2
2026-03-28 14:57:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 19842dc2-19ef-5881-a889-101594a86117, identifier: 6999194auction106392
2026-03-28 14:57:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 19842dc2-19ef-5881-a889-101594a86117 with identifier: 6999194auction106392
2026-03-28 14:57:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 19842dc2-19ef-5881-a889-101594a86117 with identifier: 6999194auction106392
2026-03-28 14:57:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 19842dc2-19ef-5881-a889-101594a86117 with identifier: 6999194auction106392 to the API
2026-03-28 14:57:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999194>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '19842dc2-19ef-5881-a889-101594a86117',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999194',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 8415,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-26',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Style 1.2L Hybrid 136 (e-DCS6)',
'transmission': 'automatic',
'trim': 'Style 1.2L Hybrid 136 (e-DCS6)',
'vin': None,
'year': 2025}
2026-03-28 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999194auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:06 [ecarstrade.be] INFO: Saving data for 6999194auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389995.077145, 'last_price_update_time': 1774709826.067039}
2026-03-28 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999194auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999196> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:06 [ecarstrade.be] INFO: Extracting details for car 6999196auction106392
2026-03-28 14:57:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67b449db-e9d8-58c9-8f84-dde44df8301d with identifier: 6999196auction106392
2026-03-28 14:57:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67b449db-e9d8-58c9-8f84-dde44df8301d with scrape type 2
2026-03-28 14:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67b449db-e9d8-58c9-8f84-dde44df8301d with scrape type 2
2026-03-28 14:57:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67b449db-e9d8-58c9-8f84-dde44df8301d, identifier: 6999196auction106392
2026-03-28 14:57:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67b449db-e9d8-58c9-8f84-dde44df8301d with identifier: 6999196auction106392
2026-03-28 14:57:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67b449db-e9d8-58c9-8f84-dde44df8301d with identifier: 6999196auction106392
2026-03-28 14:57:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67b449db-e9d8-58c9-8f84-dde44df8301d with identifier: 6999196auction106392 to the API
2026-03-28 14:57:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999196>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '67b449db-e9d8-58c9-8f84-dde44df8301d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999196',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 22022,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-28',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Max 1.2L PureTech 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Max 1.2L PureTech 130 (EAT8)',
'vin': None,
'year': 2024}
2026-03-28 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999196auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:06 [ecarstrade.be] INFO: Saving data for 6999196auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389978.909745, 'last_price_update_time': 1774709826.803711}
2026-03-28 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999196auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999191> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:06 [scrapy.extensions.logstats] INFO: Crawled 541 pages (at 54 pages/min), scraped 376 items (at 48 items/min)
2026-03-28 14:57:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 340MiB
2026-03-28 14:57:06 [ecarstrade.be] INFO: Extracting details for car 6999191auction106392
2026-03-28 14:57:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccb30663-2e47-5395-8bc7-7693e4b3505c with identifier: 6999191auction106392
2026-03-28 14:57:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccb30663-2e47-5395-8bc7-7693e4b3505c with scrape type 2
2026-03-28 14:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccb30663-2e47-5395-8bc7-7693e4b3505c with scrape type 2
2026-03-28 14:57:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ccb30663-2e47-5395-8bc7-7693e4b3505c, identifier: 6999191auction106392
2026-03-28 14:57:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ccb30663-2e47-5395-8bc7-7693e4b3505c with identifier: 6999191auction106392
2026-03-28 14:57:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ccb30663-2e47-5395-8bc7-7693e4b3505c with identifier: 6999191auction106392
2026-03-28 14:57:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ccb30663-2e47-5395-8bc7-7693e4b3505c with identifier: 6999191auction106392 to the API
2026-03-28 14:57:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999191>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'ccb30663-2e47-5395-8bc7-7693e4b3505c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999191',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 11967,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L (1199cc) 3-cylinder gasoline 100 hp S&S, '
'6-speed manual',
'transmission': 'manual',
'trim': 'Allure 1.2L (1199cc) 3-cylinder gasoline 100 hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-28 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999191auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:07 [ecarstrade.be] INFO: Saving data for 6999191auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389998.691707, 'last_price_update_time': 1774709827.367836}
2026-03-28 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999191auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999187> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:10 [ecarstrade.be] INFO: Extracting details for car 6999187auction106392
2026-03-28 14:57:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac14ce4e-b783-5dad-8ffd-0ac3fa665dae with identifier: 6999187auction106392
2026-03-28 14:57:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac14ce4e-b783-5dad-8ffd-0ac3fa665dae with scrape type 2
2026-03-28 14:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac14ce4e-b783-5dad-8ffd-0ac3fa665dae with scrape type 2
2026-03-28 14:57:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ac14ce4e-b783-5dad-8ffd-0ac3fa665dae, identifier: 6999187auction106392
2026-03-28 14:57:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ac14ce4e-b783-5dad-8ffd-0ac3fa665dae with identifier: 6999187auction106392
2026-03-28 14:57:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ac14ce4e-b783-5dad-8ffd-0ac3fa665dae with identifier: 6999187auction106392
2026-03-28 14:57:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ac14ce4e-b783-5dad-8ffd-0ac3fa665dae with identifier: 6999187auction106392 to the API
2026-03-28 14:57:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999187>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'ac14ce4e-b783-5dad-8ffd-0ac3fa665dae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999187',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 28237,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-25',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 136 (e-DCS6), 1.2L 3-cylinder',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (e-DCS6), 1.2L 3-cylinder',
'vin': None,
'year': 2025}
2026-03-28 14:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999187auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:10 [ecarstrade.be] INFO: Saving data for 6999187auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389976.339548, 'last_price_update_time': 1774709830.930934}
2026-03-28 14:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999187auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999186> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:11 [ecarstrade.be] INFO: Extracting details for car 6999186auction106392
2026-03-28 14:57:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27dde707-4198-542b-a5f4-cf328feed6aa with identifier: 6999186auction106392
2026-03-28 14:57:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27dde707-4198-542b-a5f4-cf328feed6aa with scrape type 2
2026-03-28 14:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27dde707-4198-542b-a5f4-cf328feed6aa with scrape type 2
2026-03-28 14:57:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27dde707-4198-542b-a5f4-cf328feed6aa, identifier: 6999186auction106392
2026-03-28 14:57:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27dde707-4198-542b-a5f4-cf328feed6aa with identifier: 6999186auction106392
2026-03-28 14:57:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27dde707-4198-542b-a5f4-cf328feed6aa with identifier: 6999186auction106392
2026-03-28 14:57:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27dde707-4198-542b-a5f4-cf328feed6aa with identifier: 6999186auction106392 to the API
2026-03-28 14:57:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999186>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '27dde707-4198-542b-a5f4-cf328feed6aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999186',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 27859,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-09',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 145 hp e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 hp e-DCS6',
'vin': None,
'year': 2025}
2026-03-28 14:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999186auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:11 [ecarstrade.be] INFO: Saving data for 6999186auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389975.319503, 'last_price_update_time': 1774709831.677}
2026-03-28 14:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999186auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999184> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:12 [ecarstrade.be] INFO: Extracting details for car 6999184auction106392
2026-03-28 14:57:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4043905e-3065-5911-8cb3-960ed6ec9661 with identifier: 6999184auction106392
2026-03-28 14:57:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4043905e-3065-5911-8cb3-960ed6ec9661 with scrape type 2
2026-03-28 14:57:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4043905e-3065-5911-8cb3-960ed6ec9661 with scrape type 2
2026-03-28 14:57:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4043905e-3065-5911-8cb3-960ed6ec9661, identifier: 6999184auction106392
2026-03-28 14:57:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4043905e-3065-5911-8cb3-960ed6ec9661 with identifier: 6999184auction106392
2026-03-28 14:57:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4043905e-3065-5911-8cb3-960ed6ec9661 with identifier: 6999184auction106392
2026-03-28 14:57:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4043905e-3065-5911-8cb3-960ed6ec9661 with identifier: 6999184auction106392 to the API
2026-03-28 14:57:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999184>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '4043905e-3065-5911-8cb3-960ed6ec9661',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999184',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 25975,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-02',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 136 (e-DCS6) 1.2L',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (e-DCS6) 1.2L',
'vin': None,
'year': 2025}
2026-03-28 14:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999184auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:13 [ecarstrade.be] INFO: Saving data for 6999184auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389989.474849, 'last_price_update_time': 1774709833.374454}
2026-03-28 14:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999184auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999192> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:14 [ecarstrade.be] INFO: Extracting details for car 6999192auction106392
2026-03-28 14:57:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 839d471e-2b80-51fe-9dbb-d8e10efea14f with identifier: 6999192auction106392
2026-03-28 14:57:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 839d471e-2b80-51fe-9dbb-d8e10efea14f with scrape type 2
2026-03-28 14:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 839d471e-2b80-51fe-9dbb-d8e10efea14f with scrape type 2
2026-03-28 14:57:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 839d471e-2b80-51fe-9dbb-d8e10efea14f, identifier: 6999192auction106392
2026-03-28 14:57:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 839d471e-2b80-51fe-9dbb-d8e10efea14f with identifier: 6999192auction106392
2026-03-28 14:57:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 839d471e-2b80-51fe-9dbb-d8e10efea14f with identifier: 6999192auction106392
2026-03-28 14:57:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 839d471e-2b80-51fe-9dbb-d8e10efea14f with identifier: 6999192auction106392 to the API
2026-03-28 14:57:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999192>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '839d471e-2b80-51fe-9dbb-d8e10efea14f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999192',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 953,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-27',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L (1199cc) gasoline, 100 hp, S&S, 6-speed '
'manual',
'transmission': 'manual',
'trim': 'Allure 1.2L (1199cc) gasoline, 100 hp, S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-28 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999192auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:14 [ecarstrade.be] INFO: Saving data for 6999192auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389999.681021, 'last_price_update_time': 1774709834.774404}
2026-03-28 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999192auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999197> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:14 [ecarstrade.be] INFO: Extracting details for car 6999197auction106392
2026-03-28 14:57:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa6f78ca-6ba9-58c0-84f2-2e05f7c46ff6 with identifier: 6999197auction106392
2026-03-28 14:57:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa6f78ca-6ba9-58c0-84f2-2e05f7c46ff6 with scrape type 2
2026-03-28 14:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa6f78ca-6ba9-58c0-84f2-2e05f7c46ff6 with scrape type 2
2026-03-28 14:57:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa6f78ca-6ba9-58c0-84f2-2e05f7c46ff6, identifier: 6999197auction106392
2026-03-28 14:57:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa6f78ca-6ba9-58c0-84f2-2e05f7c46ff6 with identifier: 6999197auction106392
2026-03-28 14:57:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa6f78ca-6ba9-58c0-84f2-2e05f7c46ff6 with identifier: 6999197auction106392
2026-03-28 14:57:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa6f78ca-6ba9-58c0-84f2-2e05f7c46ff6 with identifier: 6999197auction106392 to the API
2026-03-28 14:57:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999197>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'fa6f78ca-6ba9-58c0-84f2-2e05f7c46ff6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999197',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 13563,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Plus PureTech 1.2L 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Plus PureTech 1.2L 130 (EAT8)',
'vin': None,
'year': 2025}
2026-03-28 14:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999197auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:15 [ecarstrade.be] INFO: Saving data for 6999197auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389997.133825, 'last_price_update_time': 1774709835.780695}
2026-03-28 14:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999197auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999182> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:15 [ecarstrade.be] INFO: Extracting details for car 6999182auction106392
2026-03-28 14:57:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 142a7437-d9de-596b-8ca8-1239df31c5a5 with identifier: 6999182auction106392
2026-03-28 14:57:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 142a7437-d9de-596b-8ca8-1239df31c5a5 with scrape type 2
2026-03-28 14:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 142a7437-d9de-596b-8ca8-1239df31c5a5 with scrape type 2
2026-03-28 14:57:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 142a7437-d9de-596b-8ca8-1239df31c5a5, identifier: 6999182auction106392
2026-03-28 14:57:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 142a7437-d9de-596b-8ca8-1239df31c5a5 with identifier: 6999182auction106392
2026-03-28 14:57:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 142a7437-d9de-596b-8ca8-1239df31c5a5 with identifier: 6999182auction106392
2026-03-28 14:57:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 142a7437-d9de-596b-8ca8-1239df31c5a5 with identifier: 6999182auction106392 to the API
2026-03-28 14:57:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999182>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '142a7437-d9de-596b-8ca8-1239df31c5a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999182',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 24897,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-27',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 136 e-DCS6 (1.2L)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6 (1.2L)',
'vin': None,
'year': 2025}
2026-03-28 14:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999182auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:16 [ecarstrade.be] INFO: Saving data for 6999182auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389955.833205, 'last_price_update_time': 1774709836.315174}
2026-03-28 14:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999182auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999185> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:17 [ecarstrade.be] INFO: Extracting details for car 6999185auction106392
2026-03-28 14:57:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df42468c-4413-5da7-9e42-67d4f12a3275 with identifier: 6999185auction106392
2026-03-28 14:57:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df42468c-4413-5da7-9e42-67d4f12a3275 with scrape type 2
2026-03-28 14:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df42468c-4413-5da7-9e42-67d4f12a3275 with scrape type 2
2026-03-28 14:57:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: df42468c-4413-5da7-9e42-67d4f12a3275, identifier: 6999185auction106392
2026-03-28 14:57:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: df42468c-4413-5da7-9e42-67d4f12a3275 with identifier: 6999185auction106392
2026-03-28 14:57:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: df42468c-4413-5da7-9e42-67d4f12a3275 with identifier: 6999185auction106392
2026-03-28 14:57:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: df42468c-4413-5da7-9e42-67d4f12a3275 with identifier: 6999185auction106392 to the API
2026-03-28 14:57:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999185>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'df42468c-4413-5da7-9e42-67d4f12a3275',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999185',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 7057,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-26',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Style 1.2L Hybrid (e-DCS6) 136 hp',
'transmission': 'automatic',
'trim': 'Style 1.2L Hybrid (e-DCS6) 136 hp',
'vin': None,
'year': 2025}
2026-03-28 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%276999185auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:17 [ecarstrade.be] INFO: Saving data for 6999185auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774389977.848848, 'last_price_update_time': 1774709837.783978}
2026-03-28 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999185auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page159?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 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-28 14:57:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7002167auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002167auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7002167auction106392: 2
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7002183auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002183auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7002183auction106392: 2
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7002637auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002637auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7002637auction106392: 2
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7002638auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002638auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7002638auction106392: 2
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7002879auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002879auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7002879auction106392: 0
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7002880auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002880auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7002880auction106392: 0
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7002881auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002881auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7002881auction106392: 0
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7002882auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002882auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7002882auction106392: 0
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7002883auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002883auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7002883auction106392: 0
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7002884auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002884auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7002884auction106392: 0
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7002885auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002885auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7002885auction106392: 0
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7002886auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002886auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7002886auction106392: 0
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7002887auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002887auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7002887auction106392: 0
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7002888auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002888auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7002888auction106392: 0
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7002889auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002889auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7002889auction106392: 0
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7002890auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002890auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7002890auction106392: 0
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7003061auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003061auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7003061auction106392: 0
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7003064auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277003064auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:18 [ecarstrade.be] INFO: Scrape type for 7003064auction106392: 0
2026-03-28 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7003069auction106392
2026-03-28 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003069auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:19 [ecarstrade.be] INFO: Scrape type for 7003069auction106392: 0
2026-03-28 14:57:19 [ecarstrade.be] INFO: Found listing with ID: 7003070auction106392
2026-03-28 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003070auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:19 [ecarstrade.be] INFO: Scrape type for 7003070auction106392: 0
2026-03-28 14:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000303> (referer: https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:19 [ecarstrade.be] INFO: Extracting details for car 7000303auction106392
2026-03-28 14:57:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae99bc4e-4abc-51f6-881f-3e5a21b91449 with identifier: 7000303auction106392
2026-03-28 14:57:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae99bc4e-4abc-51f6-881f-3e5a21b91449 with scrape type 2
2026-03-28 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae99bc4e-4abc-51f6-881f-3e5a21b91449 with scrape type 2
2026-03-28 14:57:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae99bc4e-4abc-51f6-881f-3e5a21b91449, identifier: 7000303auction106392
2026-03-28 14:57:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae99bc4e-4abc-51f6-881f-3e5a21b91449 with identifier: 7000303auction106392
2026-03-28 14:57:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae99bc4e-4abc-51f6-881f-3e5a21b91449 with identifier: 7000303auction106392
2026-03-28 14:57:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae99bc4e-4abc-51f6-881f-3e5a21b91449 with identifier: 7000303auction106392 to the API
2026-03-28 14:57:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000303>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'ae99bc4e-4abc-51f6-881f-3e5a21b91449',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000303',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 13122,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-28 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000303auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:20 [ecarstrade.be] INFO: Saving data for 7000303auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774476604.004522, 'last_price_update_time': 1774709840.576299}
2026-03-28 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000303auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001472> (referer: https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:22 [ecarstrade.be] INFO: Extracting details for car 7001472auction106392
2026-03-28 14:57:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bbdcd4e-e2c1-5ba9-9e1f-0995506cbd3c with identifier: 7001472auction106392
2026-03-28 14:57:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bbdcd4e-e2c1-5ba9-9e1f-0995506cbd3c with scrape type 2
2026-03-28 14:57:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bbdcd4e-e2c1-5ba9-9e1f-0995506cbd3c with scrape type 2
2026-03-28 14:57:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3bbdcd4e-e2c1-5ba9-9e1f-0995506cbd3c, identifier: 7001472auction106392
2026-03-28 14:57:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3bbdcd4e-e2c1-5ba9-9e1f-0995506cbd3c with identifier: 7001472auction106392
2026-03-28 14:57:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3bbdcd4e-e2c1-5ba9-9e1f-0995506cbd3c with identifier: 7001472auction106392
2026-03-28 14:57:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3bbdcd4e-e2c1-5ba9-9e1f-0995506cbd3c with identifier: 7001472auction106392 to the API
2026-03-28 14:57:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001472>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '3bbdcd4e-e2c1-5ba9-9e1f-0995506cbd3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001472',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 3617,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-11',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-28 14:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001472auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:22 [ecarstrade.be] INFO: Saving data for 7001472auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774476561.137168, 'last_price_update_time': 1774709842.794755}
2026-03-28 14:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001472auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001473> (referer: https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:22 [ecarstrade.be] INFO: Extracting details for car 7001473auction106392
2026-03-28 14:57:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b60be6bd-9e2d-56a3-8de3-37757d6e2ebd with identifier: 7001473auction106392
2026-03-28 14:57:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b60be6bd-9e2d-56a3-8de3-37757d6e2ebd with scrape type 2
2026-03-28 14:57:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b60be6bd-9e2d-56a3-8de3-37757d6e2ebd with scrape type 2
2026-03-28 14:57:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b60be6bd-9e2d-56a3-8de3-37757d6e2ebd, identifier: 7001473auction106392
2026-03-28 14:57:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b60be6bd-9e2d-56a3-8de3-37757d6e2ebd with identifier: 7001473auction106392
2026-03-28 14:57:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b60be6bd-9e2d-56a3-8de3-37757d6e2ebd with identifier: 7001473auction106392
2026-03-28 14:57:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b60be6bd-9e2d-56a3-8de3-37757d6e2ebd with identifier: 7001473auction106392 to the API
2026-03-28 14:57:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001473>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'b60be6bd-9e2d-56a3-8de3-37757d6e2ebd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001473',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 40111,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 180 e-EAT8 Allure Pack',
'transmission': 'automatic',
'trim': 'Hybrid 180 e-EAT8 Allure Pack',
'vin': None,
'year': 2024}
2026-03-28 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001473auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:23 [ecarstrade.be] INFO: Saving data for 7001473auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774476561.76372, 'last_price_update_time': 1774709843.349625}
2026-03-28 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001473auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000304> (referer: https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:23 [ecarstrade.be] INFO: Extracting details for car 7000304auction106392
2026-03-28 14:57:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8 with identifier: 7000304auction106392
2026-03-28 14:57:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8 with scrape type 2
2026-03-28 14:57:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8 with scrape type 2
2026-03-28 14:57:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8, identifier: 7000304auction106392
2026-03-28 14:57:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8 with identifier: 7000304auction106392
2026-03-28 14:57:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8 with identifier: 7000304auction106392
2026-03-28 14:57:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8 with identifier: 7000304auction106392 to the API
2026-03-28 14:57:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000304>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '869e8a0d-b8b1-54e7-b726-1bbd9ad342d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000304',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 23771,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000304auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:23 [ecarstrade.be] INFO: Saving data for 7000304auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774476560.265595, 'last_price_update_time': 1774709843.863666}
2026-03-28 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000304auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000302> (referer: https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:24 [ecarstrade.be] INFO: Extracting details for car 7000302auction106392
2026-03-28 14:57:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c95e4773-e064-536b-bc58-4801bfd5c1c5 with identifier: 7000302auction106392
2026-03-28 14:57:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c95e4773-e064-536b-bc58-4801bfd5c1c5 with scrape type 2
2026-03-28 14:57:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c95e4773-e064-536b-bc58-4801bfd5c1c5 with scrape type 2
2026-03-28 14:57:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c95e4773-e064-536b-bc58-4801bfd5c1c5, identifier: 7000302auction106392
2026-03-28 14:57:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c95e4773-e064-536b-bc58-4801bfd5c1c5 with identifier: 7000302auction106392
2026-03-28 14:57:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c95e4773-e064-536b-bc58-4801bfd5c1c5 with identifier: 7000302auction106392
2026-03-28 14:57:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c95e4773-e064-536b-bc58-4801bfd5c1c5 with identifier: 7000302auction106392 to the API
2026-03-28 14:57:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000302>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'c95e4773-e064-536b-bc58-4801bfd5c1c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000302',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 23403,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-28 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000302auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:24 [ecarstrade.be] INFO: Saving data for 7000302auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774476559.593162, 'last_price_update_time': 1774709844.500224}
2026-03-28 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000302auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000301> (referer: https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:25 [ecarstrade.be] INFO: Extracting details for car 7000301auction106392
2026-03-28 14:57:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 995fc40e-8d2d-5e97-b1d1-68e966ccc194 with identifier: 7000301auction106392
2026-03-28 14:57:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 995fc40e-8d2d-5e97-b1d1-68e966ccc194 with scrape type 2
2026-03-28 14:57:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 995fc40e-8d2d-5e97-b1d1-68e966ccc194 with scrape type 2
2026-03-28 14:57:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 995fc40e-8d2d-5e97-b1d1-68e966ccc194, identifier: 7000301auction106392
2026-03-28 14:57:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 995fc40e-8d2d-5e97-b1d1-68e966ccc194 with identifier: 7000301auction106392
2026-03-28 14:57:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 995fc40e-8d2d-5e97-b1d1-68e966ccc194 with identifier: 7000301auction106392
2026-03-28 14:57:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 995fc40e-8d2d-5e97-b1d1-68e966ccc194 with identifier: 7000301auction106392 to the API
2026-03-28 14:57:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000301>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '995fc40e-8d2d-5e97-b1d1-68e966ccc194',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000301',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 4044,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 PureTech 100 S&S BVM6 Active',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Active',
'vin': None,
'year': 2024}
2026-03-28 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000301auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:26 [ecarstrade.be] INFO: Saving data for 7000301auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774476558.970307, 'last_price_update_time': 1774709846.228356}
2026-03-28 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000301auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000297> (referer: https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:27 [ecarstrade.be] INFO: Extracting details for car 7000297auction106392
2026-03-28 14:57:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da85e0b5-416a-52a2-8677-323dcb055a99 with identifier: 7000297auction106392
2026-03-28 14:57:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da85e0b5-416a-52a2-8677-323dcb055a99 with scrape type 2
2026-03-28 14:57:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da85e0b5-416a-52a2-8677-323dcb055a99 with scrape type 2
2026-03-28 14:57:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: da85e0b5-416a-52a2-8677-323dcb055a99, identifier: 7000297auction106392
2026-03-28 14:57:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: da85e0b5-416a-52a2-8677-323dcb055a99 with identifier: 7000297auction106392
2026-03-28 14:57:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: da85e0b5-416a-52a2-8677-323dcb055a99 with identifier: 7000297auction106392
2026-03-28 14:57:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: da85e0b5-416a-52a2-8677-323dcb055a99 with identifier: 7000297auction106392 to the API
2026-03-28 14:57:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000297>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'da85e0b5-416a-52a2-8677-323dcb055a99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000297',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 19189,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-11',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 PureTech 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-28 14:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000297auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:27 [ecarstrade.be] INFO: Saving data for 7000297auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774476558.254017, 'last_price_update_time': 1774709847.502373}
2026-03-28 14:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000297auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999479> (referer: https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 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-28 14:57:28 [ecarstrade.be] INFO: Extracting details for car 6999479auction106392
2026-03-28 14:57:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6518c8a-75ba-5e7d-8239-f05987983623 with identifier: 6999479auction106392
2026-03-28 14:57:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6518c8a-75ba-5e7d-8239-f05987983623 with scrape type 2
2026-03-28 14:57:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6518c8a-75ba-5e7d-8239-f05987983623 with scrape type 2
2026-03-28 14:57:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6518c8a-75ba-5e7d-8239-f05987983623, identifier: 6999479auction106392
2026-03-28 14:57:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6518c8a-75ba-5e7d-8239-f05987983623 with identifier: 6999479auction106392
2026-03-28 14:57:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6518c8a-75ba-5e7d-8239-f05987983623 with identifier: 6999479auction106392
2026-03-28 14:57:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6518c8a-75ba-5e7d-8239-f05987983623 with identifier: 6999479auction106392 to the API
2026-03-28 14:57:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999479>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'c6518c8a-75ba-5e7d-8239-f05987983623',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999479',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 8480,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L Gasoline 100hp S&S (BVM6 manual)',
'transmission': 'manual',
'trim': 'Allure 1.2L Gasoline 100hp S&S (BVM6 manual)',
'vin': None,
'year': 2025}
2026-03-28 14:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999479auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:29 [ecarstrade.be] INFO: Saving data for 6999479auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774476575.796587, 'last_price_update_time': 1774709849.328054}
2026-03-28 14:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999479auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999480> (referer: https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:29 [ecarstrade.be] INFO: Extracting details for car 6999480auction106392
2026-03-28 14:57:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61681d9c-dc33-5b06-8708-47f6291c0794 with identifier: 6999480auction106392
2026-03-28 14:57:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61681d9c-dc33-5b06-8708-47f6291c0794 with scrape type 2
2026-03-28 14:57:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61681d9c-dc33-5b06-8708-47f6291c0794 with scrape type 2
2026-03-28 14:57:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 61681d9c-dc33-5b06-8708-47f6291c0794, identifier: 6999480auction106392
2026-03-28 14:57:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 61681d9c-dc33-5b06-8708-47f6291c0794 with identifier: 6999480auction106392
2026-03-28 14:57:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 61681d9c-dc33-5b06-8708-47f6291c0794 with identifier: 6999480auction106392
2026-03-28 14:57:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 61681d9c-dc33-5b06-8708-47f6291c0794 with identifier: 6999480auction106392 to the API
2026-03-28 14:57:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999480>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '61681d9c-dc33-5b06-8708-47f6291c0794',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999480',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10568,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L 100 hp S&S (manual 6-speed)',
'transmission': 'manual',
'trim': 'Allure 1.2L 100 hp S&S (manual 6-speed)',
'vin': None,
'year': 2025}
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999480auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Saving data for 6999480auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774476604.568457, 'last_price_update_time': 1774709850.182097}
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999480auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page160?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page159?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7003071auction106392
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003071auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Scrape type for 7003071auction106392: 0
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7003074auction106392
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003074auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Scrape type for 7003074auction106392: 0
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7003075auction106392
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003075auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Scrape type for 7003075auction106392: 0
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7003313auction106392
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003313auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Scrape type for 7003313auction106392: 0
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7003314auction106392
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003314auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Scrape type for 7003314auction106392: 0
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7003315auction106392
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003315auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Scrape type for 7003315auction106392: 0
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7003316auction106392
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003316auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Scrape type for 7003316auction106392: 0
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7003318auction106392
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003318auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Scrape type for 7003318auction106392: 0
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7003320auction106392
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003320auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Scrape type for 7003320auction106392: 0
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7003321auction106392
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003321auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Scrape type for 7003321auction106392: 0
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7003323auction106392
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003323auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Scrape type for 7003323auction106392: 0
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7003603auction106392
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003603auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Scrape type for 7003603auction106392: 0
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7003604auction106392
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003604auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Scrape type for 7003604auction106392: 0
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7003605auction106392
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003605auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Scrape type for 7003605auction106392: 0
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7004303auction106392
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004303auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Scrape type for 7004303auction106392: 0
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7004304auction106392
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004304auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:30 [ecarstrade.be] INFO: Scrape type for 7004304auction106392: 0
2026-03-28 14:57:30 [ecarstrade.be] INFO: Found listing with ID: 7004562auction106392
2026-03-28 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004562auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:31 [ecarstrade.be] INFO: Scrape type for 7004562auction106392: 0
2026-03-28 14:57:31 [ecarstrade.be] INFO: Found listing with ID: 7004569auction106392
2026-03-28 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004569auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:31 [ecarstrade.be] INFO: Scrape type for 7004569auction106392: 0
2026-03-28 14:57:31 [ecarstrade.be] INFO: Found listing with ID: 7004932auction106392
2026-03-28 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004932auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:31 [ecarstrade.be] INFO: Scrape type for 7004932auction106392: 0
2026-03-28 14:57:31 [ecarstrade.be] INFO: Found listing with ID: 7005230auction106392
2026-03-28 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005230auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:31 [ecarstrade.be] INFO: Scrape type for 7005230auction106392: 0
2026-03-28 14:57:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002167> (referer: https://ecarstrade.com/search/page159?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:31 [ecarstrade.be] INFO: Extracting details for car 7002167auction106392
2026-03-28 14:57:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3c9698a-bba5-54e4-aecf-83d341fa7051 with identifier: 7002167auction106392
2026-03-28 14:57:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3c9698a-bba5-54e4-aecf-83d341fa7051 with scrape type 2
2026-03-28 14:57:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3c9698a-bba5-54e4-aecf-83d341fa7051 with scrape type 2
2026-03-28 14:57:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a3c9698a-bba5-54e4-aecf-83d341fa7051, identifier: 7002167auction106392
2026-03-28 14:57:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a3c9698a-bba5-54e4-aecf-83d341fa7051 with identifier: 7002167auction106392
2026-03-28 14:57:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a3c9698a-bba5-54e4-aecf-83d341fa7051 with identifier: 7002167auction106392
2026-03-28 14:57:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a3c9698a-bba5-54e4-aecf-83d341fa7051 with identifier: 7002167auction106392 to the API
2026-03-28 14:57:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002167>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'a3c9698a-bba5-54e4-aecf-83d341fa7051',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002167',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 15378,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-30',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Evolution 1.6L E-TECH Full Hybrid 145',
'transmission': 'automatic',
'trim': 'Evolution 1.6L E-TECH Full Hybrid 145',
'vin': None,
'year': 2025}
2026-03-28 14:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002167auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:32 [ecarstrade.be] INFO: Saving data for 7002167auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774476578.721288, 'last_price_update_time': 1774709852.353496}
2026-03-28 14:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002167auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002183> (referer: https://ecarstrade.com/search/page159?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:33 [ecarstrade.be] INFO: Extracting details for car 7002183auction106392
2026-03-28 14:57:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16b79562-5f95-5e4e-935a-cf149d79a7a9 with identifier: 7002183auction106392
2026-03-28 14:57:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16b79562-5f95-5e4e-935a-cf149d79a7a9 with scrape type 2
2026-03-28 14:57:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16b79562-5f95-5e4e-935a-cf149d79a7a9 with scrape type 2
2026-03-28 14:57:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16b79562-5f95-5e4e-935a-cf149d79a7a9, identifier: 7002183auction106392
2026-03-28 14:57:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16b79562-5f95-5e4e-935a-cf149d79a7a9 with identifier: 7002183auction106392
2026-03-28 14:57:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16b79562-5f95-5e4e-935a-cf149d79a7a9 with identifier: 7002183auction106392
2026-03-28 14:57:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16b79562-5f95-5e4e-935a-cf149d79a7a9 with identifier: 7002183auction106392 to the API
2026-03-28 14:57:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002183>
{'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-30T15:34:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '16b79562-5f95-5e4e-935a-cf149d79a7a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002183',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 4777,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-12',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure Hybrid 145 hp e-DSC6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 hp e-DSC6',
'vin': None,
'year': 2025}
2026-03-28 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002183auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:34 [ecarstrade.be] INFO: Saving data for 7002183auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774476562.777843, 'last_price_update_time': 1774709854.116886}
2026-03-28 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002183auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002638> (referer: https://ecarstrade.com/search/page159?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002637> (referer: https://ecarstrade.com/search/page159?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:35 [ecarstrade.be] INFO: Extracting details for car 7002638auction106392
2026-03-28 14:57:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c002bf05-861c-5bc0-aa2b-0eddf5eaf1c4 with identifier: 7002638auction106392
2026-03-28 14:57:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c002bf05-861c-5bc0-aa2b-0eddf5eaf1c4 with scrape type 2
2026-03-28 14:57:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c002bf05-861c-5bc0-aa2b-0eddf5eaf1c4 with scrape type 2
2026-03-28 14:57:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c002bf05-861c-5bc0-aa2b-0eddf5eaf1c4, identifier: 7002638auction106392
2026-03-28 14:57:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c002bf05-861c-5bc0-aa2b-0eddf5eaf1c4 with identifier: 7002638auction106392
2026-03-28 14:57:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c002bf05-861c-5bc0-aa2b-0eddf5eaf1c4 with identifier: 7002638auction106392
2026-03-28 14:57:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c002bf05-861c-5bc0-aa2b-0eddf5eaf1c4 with identifier: 7002638auction106392 to the API
2026-03-28 14:57:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002638>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'c002bf05-861c-5bc0-aa2b-0eddf5eaf1c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002638',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 4770,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-19',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-28 14:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002638auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:35 [ecarstrade.be] INFO: Saving data for 7002638auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774476580.125165, 'last_price_update_time': 1774709855.737182}
2026-03-28 14:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002638auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:35 [ecarstrade.be] INFO: Extracting details for car 7002637auction106392
2026-03-28 14:57:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c8f226f-01dd-5dd2-b081-afb914a42a4d with identifier: 7002637auction106392
2026-03-28 14:57:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c8f226f-01dd-5dd2-b081-afb914a42a4d with scrape type 2
2026-03-28 14:57:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c8f226f-01dd-5dd2-b081-afb914a42a4d with scrape type 2
2026-03-28 14:57:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c8f226f-01dd-5dd2-b081-afb914a42a4d, identifier: 7002637auction106392
2026-03-28 14:57:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c8f226f-01dd-5dd2-b081-afb914a42a4d with identifier: 7002637auction106392
2026-03-28 14:57:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c8f226f-01dd-5dd2-b081-afb914a42a4d with identifier: 7002637auction106392
2026-03-28 14:57:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c8f226f-01dd-5dd2-b081-afb914a42a4d with identifier: 7002637auction106392 to the API
2026-03-28 14:57:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002637>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '5c8f226f-01dd-5dd2-b081-afb914a42a4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002637',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 32486,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-25',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Polo 1.0 TSI 95 S&S DSG7 LIFE BUSINESS',
'transmission': 'automatic',
'trim': '1.0 TSI 95 S&S DSG7 LIFE BUSINESS',
'vin': None,
'year': 2022}
2026-03-28 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277002637auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:36 [ecarstrade.be] INFO: Saving data for 7002637auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774476579.677551, 'last_price_update_time': 1774709856.192178}
2026-03-28 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002637auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999483> (referer: https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:36 [ecarstrade.be] INFO: Extracting details for car 6999483auction106392
2026-03-28 14:57:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8137c0b-d99a-52c5-b315-1a2cf253fbf8 with identifier: 6999483auction106392
2026-03-28 14:57:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8137c0b-d99a-52c5-b315-1a2cf253fbf8 with scrape type 2
2026-03-28 14:57:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8137c0b-d99a-52c5-b315-1a2cf253fbf8 with scrape type 2
2026-03-28 14:57:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c8137c0b-d99a-52c5-b315-1a2cf253fbf8, identifier: 6999483auction106392
2026-03-28 14:57:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c8137c0b-d99a-52c5-b315-1a2cf253fbf8 with identifier: 6999483auction106392
2026-03-28 14:57:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c8137c0b-d99a-52c5-b315-1a2cf253fbf8 with identifier: 6999483auction106392
2026-03-28 14:57:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c8137c0b-d99a-52c5-b315-1a2cf253fbf8 with identifier: 6999483auction106392 to the API
2026-03-28 14:57:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999483>
{'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-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': 'c8137c0b-d99a-52c5-b315-1a2cf253fbf8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999483',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 13587,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999483auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:37 [ecarstrade.be] INFO: Saving data for 6999483auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774476564.58923, 'last_price_update_time': 1774709857.40548}
2026-03-28 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999483auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999188> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:38 [ecarstrade.be] INFO: Extracting details for car 6999188auction106392
2026-03-28 14:57:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c99d569-404c-5eba-b8eb-b5cd8b7ff421 with identifier: 6999188auction106392
2026-03-28 14:57:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c99d569-404c-5eba-b8eb-b5cd8b7ff421 with scrape type 2
2026-03-28 14:57:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c99d569-404c-5eba-b8eb-b5cd8b7ff421 with scrape type 2
2026-03-28 14:57:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c99d569-404c-5eba-b8eb-b5cd8b7ff421, identifier: 6999188auction106392
2026-03-28 14:57:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c99d569-404c-5eba-b8eb-b5cd8b7ff421 with identifier: 6999188auction106392
2026-03-28 14:57:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c99d569-404c-5eba-b8eb-b5cd8b7ff421 with identifier: 6999188auction106392
2026-03-28 14:57:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c99d569-404c-5eba-b8eb-b5cd8b7ff421 with identifier: 6999188auction106392 to the API
2026-03-28 14:57:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999188>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T15:34:03Z',
'fuel_type': 'Petrol',
'id': '5c99d569-404c-5eba-b8eb-b5cd8b7ff421',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999188',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS3',
'odometer': 31914,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-28',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 3 Esprit de Voyage PureTech 1.2L 130 (EAT8)',
'transmission': 'automatic',
'trim': 'DS DS 3 Esprit de Voyage PureTech 1.2L 130 (EAT8)',
'vin': None,
'year': 2024}
2026-03-28 14:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999188auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:38 [ecarstrade.be] INFO: Saving data for 6999188auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774390009.535678, 'last_price_update_time': 1774709858.924782}
2026-03-28 14:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999188auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page161?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page160?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7005750auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005750auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7005750auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7005757auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005757auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7005757auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7005758auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005758auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7005758auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7005759auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005759auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7005759auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7006507auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006507auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7006507auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7007005auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007005auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7007005auction106392: 2
2026-03-28 14:57:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7007051auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007051auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7007051auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7007052auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007052auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7007052auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7007314auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007314auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7007314auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7007315auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007315auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7007315auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7007739auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007739auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7007739auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7007740auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007740auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7007740auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7008291auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008291auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7008291auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7008295auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008295auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7008295auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7008296auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008296auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7008296auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7008297auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008297auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7008297auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7008298auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008298auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7008298auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7008299auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008299auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7008299auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7008301auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008301auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7008301auction106392: 0
2026-03-28 14:57:39 [ecarstrade.be] INFO: Found listing with ID: 7008617auction106392
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008617auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:39 [ecarstrade.be] INFO: Scrape type for 7008617auction106392: 0
2026-03-28 14:57:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page162?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page161?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008618auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008618auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008618auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008619auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008619auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008619auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008620auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008620auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008620auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008621auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008621auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008621auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008622auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008622auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008622auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008623auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008623auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008623auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008624auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008624auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008624auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008625auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008625auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008625auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008626auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008626auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008626auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008627auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008627auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008627auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008628auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008628auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008628auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008629auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008629auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008629auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008630auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008630auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008630auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008631auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008631auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008631auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008638auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008638auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008638auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008639auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008639auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008639auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008641auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008641auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008641auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008678auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008678auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008678auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008679auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008679auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008679auction106392: 0
2026-03-28 14:57:45 [ecarstrade.be] INFO: Found listing with ID: 7008680auction106392
2026-03-28 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008680auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:45 [ecarstrade.be] INFO: Scrape type for 7008680auction106392: 0
2026-03-28 14:57:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007005> (referer: https://ecarstrade.com/search/page161?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:46 [ecarstrade.be] INFO: Extracting details for car 7007005auction106392
2026-03-28 14:57:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf3c656e-548b-544b-8248-bc41b3525f47 with identifier: 7007005auction106392
2026-03-28 14:57:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf3c656e-548b-544b-8248-bc41b3525f47 with scrape type 2
2026-03-28 14:57:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf3c656e-548b-544b-8248-bc41b3525f47 with scrape type 2
2026-03-28 14:57:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf3c656e-548b-544b-8248-bc41b3525f47, identifier: 7007005auction106392
2026-03-28 14:57:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf3c656e-548b-544b-8248-bc41b3525f47 with identifier: 7007005auction106392
2026-03-28 14:57:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf3c656e-548b-544b-8248-bc41b3525f47 with identifier: 7007005auction106392
2026-03-28 14:57:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf3c656e-548b-544b-8248-bc41b3525f47 with identifier: 7007005auction106392 to the API
2026-03-28 14:57:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:57:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:57:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007005>
{'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-30T15:34:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'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/7007005',
'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 180 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 180 e-EAT8 Allure',
'vin': None,
'year': 2025}
2026-03-28 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007005auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:47 [ecarstrade.be] INFO: Saving data for 7007005auction106392: {'auction_closing_time': 1774884843.0, 'created_time': 1774576686.188607, 'last_price_update_time': 1774709867.395445}
2026-03-28 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007005auction106392') HTTP/1.1" 204 0
2026-03-28 14:57:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page163?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page162?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7008681auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008681auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7008681auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7008682auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008682auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7008682auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7008684auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008684auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7008684auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7008686auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008686auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7008686auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009307auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009307auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7009307auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009308auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009308auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7009308auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009310auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009310auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7009310auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009311auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009311auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7009311auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009312auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009312auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7009312auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009313auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009313auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7009313auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009314auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009314auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7009314auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7010285auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010285auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7010285auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7010286auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010286auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7010286auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7010287auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010287auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7010287auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7010288auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010288auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7010288auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7010289auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010289auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7010289auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7010290auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010290auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7010290auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7010291auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010291auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7010291auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7010292auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010292auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7010292auction106392: 0
2026-03-28 14:57:52 [ecarstrade.be] INFO: Found listing with ID: 7010293auction106392
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010293auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:52 [ecarstrade.be] INFO: Scrape type for 7010293auction106392: 0
2026-03-28 14:57:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:57:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page164?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page163?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:57:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:57:58 [ecarstrade.be] INFO: Found listing with ID: 7010294auction106392
2026-03-28 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010294auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:58 [ecarstrade.be] INFO: Scrape type for 7010294auction106392: 0
2026-03-28 14:57:58 [ecarstrade.be] INFO: Found listing with ID: 7010295auction106392
2026-03-28 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010295auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:58 [ecarstrade.be] INFO: Scrape type for 7010295auction106392: 0
2026-03-28 14:57:58 [ecarstrade.be] INFO: Found listing with ID: 7010296auction106392
2026-03-28 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010296auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:58 [ecarstrade.be] INFO: Scrape type for 7010296auction106392: 0
2026-03-28 14:57:58 [ecarstrade.be] INFO: Found listing with ID: 7010298auction106392
2026-03-28 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010298auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:58 [ecarstrade.be] INFO: Scrape type for 7010298auction106392: 0
2026-03-28 14:57:58 [ecarstrade.be] INFO: Found listing with ID: 7010299auction106392
2026-03-28 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010299auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:58 [ecarstrade.be] INFO: Scrape type for 7010299auction106392: 0
2026-03-28 14:57:58 [ecarstrade.be] INFO: Found listing with ID: 7010300auction106392
2026-03-28 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010300auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:58 [ecarstrade.be] INFO: Scrape type for 7010300auction106392: 0
2026-03-28 14:57:58 [ecarstrade.be] INFO: Found listing with ID: 7010301auction106392
2026-03-28 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010301auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:58 [ecarstrade.be] INFO: Scrape type for 7010301auction106392: 0
2026-03-28 14:57:58 [ecarstrade.be] INFO: Found listing with ID: 7010302auction106392
2026-03-28 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010302auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:59 [ecarstrade.be] INFO: Scrape type for 7010302auction106392: 0
2026-03-28 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 7010303auction106392
2026-03-28 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010303auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:59 [ecarstrade.be] INFO: Scrape type for 7010303auction106392: 0
2026-03-28 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 7010304auction106392
2026-03-28 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010304auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:59 [ecarstrade.be] INFO: Scrape type for 7010304auction106392: 0
2026-03-28 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 7010305auction106392
2026-03-28 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010305auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:59 [ecarstrade.be] INFO: Scrape type for 7010305auction106392: 0
2026-03-28 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 7010306auction106392
2026-03-28 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010306auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:59 [ecarstrade.be] INFO: Scrape type for 7010306auction106392: 0
2026-03-28 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 7011973auction106392
2026-03-28 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011973auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:59 [ecarstrade.be] INFO: Scrape type for 7011973auction106392: 0
2026-03-28 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 7011976auction106392
2026-03-28 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277011976auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:59 [ecarstrade.be] INFO: Scrape type for 7011976auction106392: 0
2026-03-28 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 7013195auction106392
2026-03-28 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277013195auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:59 [ecarstrade.be] INFO: Scrape type for 7013195auction106392: 0
2026-03-28 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 7013196auction106392
2026-03-28 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277013196auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:59 [ecarstrade.be] INFO: Scrape type for 7013196auction106392: 0
2026-03-28 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 7013199auction106392
2026-03-28 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277013199auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:59 [ecarstrade.be] INFO: Scrape type for 7013199auction106392: 0
2026-03-28 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 7013417auction106392
2026-03-28 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277013417auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:59 [ecarstrade.be] INFO: Scrape type for 7013417auction106392: 1
2026-03-28 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-28 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 7013418auction106392
2026-03-28 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277013418auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:59 [ecarstrade.be] INFO: Scrape type for 7013418auction106392: 1
2026-03-28 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-28 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 7013419auction106392
2026-03-28 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277013419auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:57:59 [ecarstrade.be] INFO: Scrape type for 7013419auction106392: 1
2026-03-28 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-28 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-28 14:58:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page165?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page164?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007104auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007104auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007104auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007105auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007105auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007105auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007106auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007106auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007106auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007107auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007107auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007107auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007108auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007108auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007108auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007109auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007109auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007109auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007256auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007256auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007256auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007262auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007262auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007262auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007263auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007263auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007263auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007267auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007267auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007267auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007268auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007268auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007268auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007347auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007347auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007347auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007642auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007642auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007642auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007644auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007644auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007644auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007646auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007646auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007646auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007647auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007647auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007647auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007651auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007651auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007651auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007682auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007682auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007682auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007683auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007683auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007683auction111107: 0
2026-03-28 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 7007686auction111107
2026-03-28 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007686auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:05 [ecarstrade.be] INFO: Scrape type for 7007686auction111107: 0
2026-03-28 14:58:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013419> (referer: https://ecarstrade.com/search/page164?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:58:06 [ecarstrade.be] INFO: Extracting details for car 7013419auction106392
2026-03-28 14:58:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2 with identifier: 7013419auction106392
2026-03-28 14:58:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2 with scrape type 1
2026-03-28 14:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2
2026-03-28 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013419%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774666451%27 HTTP/1.1" 200 None
2026-03-28 14:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013419/photo_001/780x0__r.jpg?hash=1774666451 not downloaded yet
2026-03-28 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013419%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774666451%27 HTTP/1.1" 200 None
2026-03-28 14:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013419/photo_002/780x0__r.jpg?hash=1774666451 not downloaded yet
2026-03-28 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013419%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774666451%27 HTTP/1.1" 200 None
2026-03-28 14:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013419/photo_003/780x0__r.jpg?hash=1774666451 not downloaded yet
2026-03-28 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013419%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774666451%27 HTTP/1.1" 200 None
2026-03-28 14:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013419/photo_004/780x0__r.jpg?hash=1774666451 not downloaded yet
2026-03-28 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013419%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774666451%27 HTTP/1.1" 200 None
2026-03-28 14:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013419/photo_005/780x0__r.jpg?hash=1774666451 not downloaded yet
2026-03-28 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013419%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774666451%27 HTTP/1.1" 200 None
2026-03-28 14:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013419/photo_006/780x0__r.jpg?hash=1774666451 not downloaded yet
2026-03-28 14:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013419/photo_002/780x0__r.jpg?hash=1774666451> (referer: https://ecarstrade.com/cars/7013419)
2026-03-28 14:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013419/photo_005/780x0__r.jpg?hash=1774666451> (referer: https://ecarstrade.com/cars/7013419)
2026-03-28 14:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013419/photo_001/780x0__r.jpg?hash=1774666451> (referer: https://ecarstrade.com/cars/7013419)
2026-03-28 14:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013419/photo_004/780x0__r.jpg?hash=1774666451> (referer: https://ecarstrade.com/cars/7013419)
2026-03-28 14:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013419/photo_006/780x0__r.jpg?hash=1774666451> (referer: https://ecarstrade.com/cars/7013419)
2026-03-28 14:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013419/photo_003/780x0__r.jpg?hash=1774666451> (referer: https://ecarstrade.com/cars/7013419)
2026-03-28 14:58:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2
2026-03-28 14:58:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2
2026-03-28 14:58:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2
2026-03-28 14:58:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2
2026-03-28 14:58:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2
2026-03-28 14:58:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2
2026-03-28 14:58:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2, skipping ID generation
2026-03-28 14:58:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2 with scrape type 1
2026-03-28 14:58:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2 sending to next pipeline
2026-03-28 14:58:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2, identifier: 7013419auction106392
2026-03-28 14:58:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2 with identifier: 7013419auction106392
2026-03-28 14:58:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2 with identifier: 7013419auction106392
2026-03-28 14:58:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2 with identifier: 7013419auction106392 to the API
2026-03-28 14:58:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:58:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013419/photo_003/780x0__r.jpg?hash=1774666451>
{'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-30T15:34:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '18aaac5d-b8fa-5cdb-8464-c2bf50c7ebf2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013419',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 25781,
'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': 'Peugeot 3008 Allure 1.2L Hybrid (145 ch) e-DCS6',
'transmission': 'automatic',
'trim': 'Allure 1.2L Hybrid (145 ch) e-DCS6',
'vin': None,
'year': 2024}
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013419auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:58:07 [ecarstrade.be] INFO: Saving data for 7013419auction106392: {'created_time': 1774709887.245464, 'last_price_update_time': 1774709887.245475, 'auction_closing_time': 1774884843.0}
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013419auction106392') HTTP/1.1" 204 0
2026-03-28 14:58:07 [scrapy.extensions.logstats] INFO: Crawled 572 pages (at 31 pages/min), scraped 401 items (at 25 items/min)
2026-03-28 14:58:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 340MiB
2026-03-28 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013417> (referer: https://ecarstrade.com/search/page164?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:58:07 [ecarstrade.be] INFO: Extracting details for car 7013417auction106392
2026-03-28 14:58:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73053cb5-b2ae-5a41-b56d-6080520cb172 with identifier: 7013417auction106392
2026-03-28 14:58:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73053cb5-b2ae-5a41-b56d-6080520cb172 with scrape type 1
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 73053cb5-b2ae-5a41-b56d-6080520cb172
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58: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%252F7013417%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774666448%27 HTTP/1.1" 200 None
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013417/photo_001/780x0__r.jpg?hash=1774666448 not downloaded yet
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58: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%252F7013417%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774666448%27 HTTP/1.1" 200 None
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013417/photo_002/780x0__r.jpg?hash=1774666448 not downloaded yet
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58: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%252F7013417%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774666448%27 HTTP/1.1" 200 None
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013417/photo_003/780x0__r.jpg?hash=1774666448 not downloaded yet
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58: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%252F7013417%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774666448%27 HTTP/1.1" 200 None
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013417/photo_004/780x0__r.jpg?hash=1774666448 not downloaded yet
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58: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%252F7013417%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774666449%27 HTTP/1.1" 200 None
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013417/photo_005/780x0__r.jpg?hash=1774666449 not downloaded yet
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58: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%252F7013417%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774666449%27 HTTP/1.1" 200 None
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013417/photo_006/780x0__r.jpg?hash=1774666449 not downloaded yet
2026-03-28 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013417/photo_001/780x0__r.jpg?hash=1774666448> (referer: https://ecarstrade.com/cars/7013417)
2026-03-28 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013418> (referer: https://ecarstrade.com/search/page164?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013417/photo_002/780x0__r.jpg?hash=1774666448> (referer: https://ecarstrade.com/cars/7013417)
2026-03-28 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013417/photo_004/780x0__r.jpg?hash=1774666448> (referer: https://ecarstrade.com/cars/7013417)
2026-03-28 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013417/photo_006/780x0__r.jpg?hash=1774666449> (referer: https://ecarstrade.com/cars/7013417)
2026-03-28 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013417/photo_003/780x0__r.jpg?hash=1774666448> (referer: https://ecarstrade.com/cars/7013417)
2026-03-28 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013417/photo_005/780x0__r.jpg?hash=1774666449> (referer: https://ecarstrade.com/cars/7013417)
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 73053cb5-b2ae-5a41-b56d-6080520cb172
2026-03-28 14:58:07 [ecarstrade.be] INFO: Extracting details for car 7013418auction106392
2026-03-28 14:58:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28689dc2-8499-5432-b8a4-bf240c0b3cb4 with identifier: 7013418auction106392
2026-03-28 14:58:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28689dc2-8499-5432-b8a4-bf240c0b3cb4 with scrape type 1
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 28689dc2-8499-5432-b8a4-bf240c0b3cb4
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58: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%252F7013418%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774666450%27 HTTP/1.1" 200 None
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013418/photo_001/780x0__r.jpg?hash=1774666450 not downloaded yet
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 73053cb5-b2ae-5a41-b56d-6080520cb172
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58: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%252F7013418%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774666450%27 HTTP/1.1" 200 None
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013418/photo_002/780x0__r.jpg?hash=1774666450 not downloaded yet
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58: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%252F7013418%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774666449%27 HTTP/1.1" 200 None
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013418/photo_003/780x0__r.jpg?hash=1774666449 not downloaded yet
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 73053cb5-b2ae-5a41-b56d-6080520cb172
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 73053cb5-b2ae-5a41-b56d-6080520cb172
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 73053cb5-b2ae-5a41-b56d-6080520cb172
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58: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%252F7013418%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774666449%27 HTTP/1.1" 200 None
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013418/photo_004/780x0__r.jpg?hash=1774666449 not downloaded yet
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58: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%252F7013418%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774666450%27 HTTP/1.1" 200 None
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013418/photo_005/780x0__r.jpg?hash=1774666450 not downloaded yet
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 73053cb5-b2ae-5a41-b56d-6080520cb172
2026-03-28 14:58:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 73053cb5-b2ae-5a41-b56d-6080520cb172, skipping ID generation
2026-03-28 14:58:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73053cb5-b2ae-5a41-b56d-6080520cb172 with scrape type 1
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 73053cb5-b2ae-5a41-b56d-6080520cb172 sending to next pipeline
2026-03-28 14:58:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 73053cb5-b2ae-5a41-b56d-6080520cb172, identifier: 7013417auction106392
2026-03-28 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013418/photo_001/780x0__r.jpg?hash=1774666450> (referer: https://ecarstrade.com/cars/7013418)
2026-03-28 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58: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%252F7013418%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774666449%27 HTTP/1.1" 200 None
2026-03-28 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013418/photo_006/780x0__r.jpg?hash=1774666449 not downloaded yet
2026-03-28 14:58:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 73053cb5-b2ae-5a41-b56d-6080520cb172 with identifier: 7013417auction106392
2026-03-28 14:58:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 73053cb5-b2ae-5a41-b56d-6080520cb172 with identifier: 7013417auction106392
2026-03-28 14:58:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 73053cb5-b2ae-5a41-b56d-6080520cb172 with identifier: 7013417auction106392 to the API
2026-03-28 14:58:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:58:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:58:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013417/photo_005/780x0__r.jpg?hash=1774666449>
{'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-30T15:34:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '73053cb5-b2ae-5a41-b56d-6080520cb172',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013417',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 24349,
'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': 'Peugeot 3008 Allure 1.2L Hybrid 145 hp (e-DCS6)',
'transmission': 'automatic',
'trim': 'Allure 1.2L Hybrid 145 hp (e-DCS6)',
'vin': None,
'year': 2024}
2026-03-28 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013417auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:58:08 [ecarstrade.be] INFO: Saving data for 7013417auction106392: {'created_time': 1774709888.266568, 'last_price_update_time': 1774709888.26658, 'auction_closing_time': 1774884843.0}
2026-03-28 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013417auction106392') HTTP/1.1" 204 0
2026-03-28 14:58:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013418/photo_003/780x0__r.jpg?hash=1774666449> (referer: https://ecarstrade.com/cars/7013418)
2026-03-28 14:58:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013418/photo_002/780x0__r.jpg?hash=1774666450> (referer: https://ecarstrade.com/cars/7013418)
2026-03-28 14:58:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013418/photo_004/780x0__r.jpg?hash=1774666449> (referer: https://ecarstrade.com/cars/7013418)
2026-03-28 14:58:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 28689dc2-8499-5432-b8a4-bf240c0b3cb4
2026-03-28 14:58:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013418/photo_005/780x0__r.jpg?hash=1774666450> (referer: https://ecarstrade.com/cars/7013418)
2026-03-28 14:58:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013418/photo_006/780x0__r.jpg?hash=1774666449> (referer: https://ecarstrade.com/cars/7013418)
2026-03-28 14:58:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 28689dc2-8499-5432-b8a4-bf240c0b3cb4
2026-03-28 14:58:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 28689dc2-8499-5432-b8a4-bf240c0b3cb4
2026-03-28 14:58:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 28689dc2-8499-5432-b8a4-bf240c0b3cb4
2026-03-28 14:58:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 28689dc2-8499-5432-b8a4-bf240c0b3cb4
2026-03-28 14:58:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 28689dc2-8499-5432-b8a4-bf240c0b3cb4
2026-03-28 14:58:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 28689dc2-8499-5432-b8a4-bf240c0b3cb4, skipping ID generation
2026-03-28 14:58:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28689dc2-8499-5432-b8a4-bf240c0b3cb4 with scrape type 1
2026-03-28 14:58:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 28689dc2-8499-5432-b8a4-bf240c0b3cb4 sending to next pipeline
2026-03-28 14:58:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 28689dc2-8499-5432-b8a4-bf240c0b3cb4, identifier: 7013418auction106392
2026-03-28 14:58:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 28689dc2-8499-5432-b8a4-bf240c0b3cb4 with identifier: 7013418auction106392
2026-03-28 14:58:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 28689dc2-8499-5432-b8a4-bf240c0b3cb4 with identifier: 7013418auction106392
2026-03-28 14:58:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 28689dc2-8499-5432-b8a4-bf240c0b3cb4 with identifier: 7013418auction106392 to the API
2026-03-28 14:58:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 14:58:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 14:58:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013418/photo_006/780x0__r.jpg?hash=1774666449>
{'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-30T15:34:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '28689dc2-8499-5432-b8a4-bf240c0b3cb4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013418',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 16347,
'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': 'Peugeot 3008 Allure 1.2L Hybrid 145',
'transmission': 'automatic',
'trim': 'Allure 1.2L Hybrid 145',
'vin': None,
'year': 2024}
2026-03-28 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013418auction106392%27 HTTP/1.1" 200 None
2026-03-28 14:58:08 [ecarstrade.be] INFO: Saving data for 7013418auction106392: {'created_time': 1774709888.902584, 'last_price_update_time': 1774709888.902596, 'auction_closing_time': 1774884843.0}
2026-03-28 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013418auction106392') HTTP/1.1" 204 0
2026-03-28 14:58:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page166?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page165?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:58:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:58:11 [ecarstrade.be] INFO: Found listing with ID: 7007687auction111107
2026-03-28 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007687auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:11 [ecarstrade.be] INFO: Scrape type for 7007687auction111107: 0
2026-03-28 14:58:11 [ecarstrade.be] INFO: Found listing with ID: 7007689auction111107
2026-03-28 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007689auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7007689auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7007691auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007691auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7007691auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7007763auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007763auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7007763auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7007764auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277007764auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7007764auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7008115auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008115auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7008115auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7008229auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008229auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7008229auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7008336auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008336auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7008336auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7008338auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008338auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7008338auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7008673auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008673auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7008673auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7008674auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008674auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7008674auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7008675auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277008675auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7008675auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7009196auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009196auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7009196auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7009197auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009197auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7009197auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7009198auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009198auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7009198auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7009199auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009199auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7009199auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7009259auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009259auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7009259auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7009260auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009260auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7009260auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7009261auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009261auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7009261auction111107: 0
2026-03-28 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 7010235auction111107
2026-03-28 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010235auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:12 [ecarstrade.be] INFO: Scrape type for 7010235auction111107: 0
2026-03-28 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-28 14:58:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page167?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page166?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7010236auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010236auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7010236auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7010390auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010390auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7010390auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7010521auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010521auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7010521auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7010685auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010685auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7010685auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7010686auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010686auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7010686auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7010687auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010687auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7010687auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7010688auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010688auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7010688auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7010689auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010689auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7010689auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7010690auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010690auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7010690auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7010831auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010831auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7010831auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7010834auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010834auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7010834auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7011354auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011354auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7011354auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7011355auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011355auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7011355auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7011582auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011582auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7011582auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7011585auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011585auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7011585auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7011590auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011590auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7011590auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7012021auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277012021auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7012021auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7012027auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277012027auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7012027auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7012029auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277012029auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7012029auction111107: 0
2026-03-28 14:58:34 [ecarstrade.be] INFO: Found listing with ID: 7013150auction111107
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013150auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:34 [ecarstrade.be] INFO: Scrape type for 7013150auction111107: 0
2026-03-28 14:58:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page168?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page167?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7013151auction111107
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013151auction111107%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7013151auction111107: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7002076auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002076auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7002076auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7001996auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001996auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7001996auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7001992auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001992auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7001992auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7002113auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002113auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7002113auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7002081auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002081auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7002081auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7001887auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001887auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7001887auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7001853auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001853auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7001853auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7001927auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001927auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7001927auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7001966auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001966auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7001966auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7001888auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001888auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7001888auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7001854auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001854auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7001854auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7002117auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002117auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7002117auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7002122auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002122auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7002122auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7002115auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002115auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7002115auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7001873auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001873auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7001873auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7002114auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002114auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7002114auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7001840auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001840auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7001840auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7001972auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001972auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7001972auction111041: 0
2026-03-28 14:58:41 [ecarstrade.be] INFO: Found listing with ID: 7001851auction111041
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001851auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:41 [ecarstrade.be] INFO: Scrape type for 7001851auction111041: 0
2026-03-28 14:58:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:58:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page169?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page168?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7001978auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001978auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7001978auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7001871auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001871auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7001871auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7001991auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001991auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7001991auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7001869auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001869auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7001869auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7002116auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002116auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7002116auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7001892auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001892auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7001892auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7002119auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002119auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7002119auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7002083auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002083auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7002083auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7002072auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002072auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7002072auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7002082auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002082auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7002082auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7002075auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002075auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7002075auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7001881auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001881auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7001881auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7001953auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001953auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7001953auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7001959auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001959auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7001959auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7001841auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001841auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7001841auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7001856auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001856auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7001856auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7002061auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002061auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7002061auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7002101auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002101auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7002101auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7001882auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001882auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7001882auction111041: 0
2026-03-28 14:58:47 [ecarstrade.be] INFO: Found listing with ID: 7001971auction111041
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001971auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:47 [ecarstrade.be] INFO: Scrape type for 7001971auction111041: 0
2026-03-28 14:58:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:58:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page170?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page169?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:58:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:58:53 [ecarstrade.be] INFO: Found listing with ID: 7001983auction111041
2026-03-28 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001983auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:53 [ecarstrade.be] INFO: Scrape type for 7001983auction111041: 0
2026-03-28 14:58:53 [ecarstrade.be] INFO: Found listing with ID: 7001883auction111041
2026-03-28 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001883auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7001883auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7002118auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002118auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7002118auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7001974auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001974auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7001974auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7002120auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002120auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7002120auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7002121auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002121auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7002121auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7001886auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001886auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7001886auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7002094auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002094auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7002094auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7001842auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001842auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7001842auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7001852auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001852auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7001852auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7001947auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001947auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7001947auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7002103auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002103auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7002103auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7001870auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001870auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7001870auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7002090auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002090auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7002090auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7001839auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001839auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7001839auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7002019auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002019auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7002019auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7002104auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002104auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7002104auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7001867auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001867auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7001867auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7001889auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001889auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7001889auction111041: 0
2026-03-28 14:58:54 [ecarstrade.be] INFO: Found listing with ID: 7002069auction111041
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002069auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:58:54 [ecarstrade.be] INFO: Scrape type for 7002069auction111041: 0
2026-03-28 14:58:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:59:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page171?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page170?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:59:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:59:01 [ecarstrade.be] INFO: Found listing with ID: 7002123auction111041
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002123auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:01 [ecarstrade.be] INFO: Scrape type for 7002123auction111041: 0
2026-03-28 14:59:01 [ecarstrade.be] INFO: Found listing with ID: 7001858auction111041
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001858auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:01 [ecarstrade.be] INFO: Scrape type for 7001858auction111041: 0
2026-03-28 14:59:01 [ecarstrade.be] INFO: Found listing with ID: 7002042auction111041
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002042auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:01 [ecarstrade.be] INFO: Scrape type for 7002042auction111041: 0
2026-03-28 14:59:01 [ecarstrade.be] INFO: Found listing with ID: 7002093auction111041
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002093auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:01 [ecarstrade.be] INFO: Scrape type for 7002093auction111041: 0
2026-03-28 14:59:01 [ecarstrade.be] INFO: Found listing with ID: 7001845auction111041
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001845auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:01 [ecarstrade.be] INFO: Scrape type for 7001845auction111041: 0
2026-03-28 14:59:01 [ecarstrade.be] INFO: Found listing with ID: 7001864auction111041
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001864auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:01 [ecarstrade.be] INFO: Scrape type for 7001864auction111041: 0
2026-03-28 14:59:01 [ecarstrade.be] INFO: Found listing with ID: 7002038auction111041
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002038auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:01 [ecarstrade.be] INFO: Scrape type for 7002038auction111041: 0
2026-03-28 14:59:01 [ecarstrade.be] INFO: Found listing with ID: 7001868auction111041
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001868auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:01 [ecarstrade.be] INFO: Scrape type for 7001868auction111041: 0
2026-03-28 14:59:01 [ecarstrade.be] INFO: Found listing with ID: 7002112auction111041
2026-03-28 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002112auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:02 [ecarstrade.be] INFO: Scrape type for 7002112auction111041: 0
2026-03-28 14:59:02 [ecarstrade.be] INFO: Found listing with ID: 7001866auction111041
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001866auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:02 [ecarstrade.be] INFO: Scrape type for 7001866auction111041: 0
2026-03-28 14:59:02 [ecarstrade.be] INFO: Found listing with ID: 7002015auction111041
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002015auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:02 [ecarstrade.be] INFO: Scrape type for 7002015auction111041: 0
2026-03-28 14:59:02 [ecarstrade.be] INFO: Found listing with ID: 7001919auction111041
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001919auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:02 [ecarstrade.be] INFO: Scrape type for 7001919auction111041: 0
2026-03-28 14:59:02 [ecarstrade.be] INFO: Found listing with ID: 7002023auction111041
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002023auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:02 [ecarstrade.be] INFO: Scrape type for 7002023auction111041: 0
2026-03-28 14:59:02 [ecarstrade.be] INFO: Found listing with ID: 7001930auction111041
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001930auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:02 [ecarstrade.be] INFO: Scrape type for 7001930auction111041: 0
2026-03-28 14:59:02 [ecarstrade.be] INFO: Found listing with ID: 7002070auction111041
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002070auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:02 [ecarstrade.be] INFO: Scrape type for 7002070auction111041: 0
2026-03-28 14:59:02 [ecarstrade.be] INFO: Found listing with ID: 7002107auction111041
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002107auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:02 [ecarstrade.be] INFO: Scrape type for 7002107auction111041: 0
2026-03-28 14:59:02 [ecarstrade.be] INFO: Found listing with ID: 7002108auction111041
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002108auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:02 [ecarstrade.be] INFO: Scrape type for 7002108auction111041: 0
2026-03-28 14:59:02 [ecarstrade.be] INFO: Found listing with ID: 7001848auction111041
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001848auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:02 [ecarstrade.be] INFO: Scrape type for 7001848auction111041: 0
2026-03-28 14:59:02 [ecarstrade.be] INFO: Found listing with ID: 7001874auction111041
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001874auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:02 [ecarstrade.be] INFO: Scrape type for 7001874auction111041: 0
2026-03-28 14:59:02 [ecarstrade.be] INFO: Found listing with ID: 7001921auction111041
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001921auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:02 [ecarstrade.be] INFO: Scrape type for 7001921auction111041: 0
2026-03-28 14:59:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:59:06 [scrapy.extensions.logstats] INFO: Crawled 580 pages (at 8 pages/min), scraped 403 items (at 2 items/min)
2026-03-28 14:59:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 340MiB
2026-03-28 14:59:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page172?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page171?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001849auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001849auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7001849auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001878auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001878auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7001878auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7002016auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002016auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7002016auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001875auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001875auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7001875auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001904auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001904auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7001904auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7002000auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002000auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7002000auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001838auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001838auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7001838auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001850auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001850auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7001850auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001857auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001857auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7001857auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001859auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001859auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7001859auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001964auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001964auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7001964auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001997auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001997auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7001997auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7002091auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002091auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7002091auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7002056auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002056auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7002056auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7002065auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002065auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7002065auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001843auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001843auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7001843auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7002055auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002055auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7002055auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7002060auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002060auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7002060auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001860auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001860auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7001860auction111041: 0
2026-03-28 14:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001876auction111041
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001876auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:08 [ecarstrade.be] INFO: Scrape type for 7001876auction111041: 0
2026-03-28 14:59:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page173?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page172?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7001957auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001957auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7001957auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7001863auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001863auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7001863auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7001877auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001877auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7001877auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7001981auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001981auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7001981auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7001861auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001861auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7001861auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7001879auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001879auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7001879auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7001880auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001880auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7001880auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7002087auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002087auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7002087auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7001884auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001884auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7001884auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7002021auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002021auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7002021auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7002105auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002105auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7002105auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7002068auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002068auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7002068auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7001846auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001846auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7001846auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7002005auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002005auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7002005auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7002025auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002025auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7002025auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7001847auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001847auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7001847auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7001958auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001958auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7001958auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7002009auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002009auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7002009auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7002018auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002018auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7002018auction111041: 0
2026-03-28 14:59:15 [ecarstrade.be] INFO: Found listing with ID: 7002111auction111041
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002111auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:15 [ecarstrade.be] INFO: Scrape type for 7002111auction111041: 0
2026-03-28 14:59:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:59:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page174?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page173?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7002057auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002057auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7002057auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7002059auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002059auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7002059auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7002013auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002013auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7002013auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7002106auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002106auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7002106auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7002058auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002058auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7002058auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7001934auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001934auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7001934auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7002003auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002003auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7002003auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7002008auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002008auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7002008auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7002022auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002022auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7002022auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7002109auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002109auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7002109auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7001915auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001915auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7001915auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7001941auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001941auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7001941auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7002053auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002053auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7002053auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7002049auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002049auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7002049auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7002012auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002012auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7002012auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7002097auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002097auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7002097auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7001911auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001911auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7001911auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7001913auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001913auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7001913auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7002006auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002006auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7002006auction111041: 0
2026-03-28 14:59:23 [ecarstrade.be] INFO: Found listing with ID: 7002020auction111041
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002020auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:23 [ecarstrade.be] INFO: Scrape type for 7002020auction111041: 0
2026-03-28 14:59:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:59:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page175?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page174?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7002050auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002050auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7002050auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7002014auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002014auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7002014auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7002034auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002034auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7002034auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7001900auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001900auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7001900auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7002007auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002007auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7002007auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7002051auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002051auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7002051auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7002064auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002064auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7002064auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7002054auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002054auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7002054auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7002017auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002017auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7002017auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7002004auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002004auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7002004auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7002047auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002047auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7002047auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7002046auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002046auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7002046auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7002052auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002052auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7002052auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7002048auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002048auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7002048auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7001909auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001909auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7001909auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7001894auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001894auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7001894auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7001916auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001916auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7001916auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7002011auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002011auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7002011auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7002024auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002024auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7002024auction111041: 0
2026-03-28 14:59:49 [ecarstrade.be] INFO: Found listing with ID: 7002095auction111041
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002095auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:49 [ecarstrade.be] INFO: Scrape type for 7002095auction111041: 0
2026-03-28 14:59:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 14:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page176?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page175?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 14:59:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 14:59:56 [ecarstrade.be] INFO: Found listing with ID: 7002010auction111041
2026-03-28 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002010auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:56 [ecarstrade.be] INFO: Scrape type for 7002010auction111041: 0
2026-03-28 14:59:56 [ecarstrade.be] INFO: Found listing with ID: 7002062auction111041
2026-03-28 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002062auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:56 [ecarstrade.be] INFO: Scrape type for 7002062auction111041: 0
2026-03-28 14:59:56 [ecarstrade.be] INFO: Found listing with ID: 7002063auction111041
2026-03-28 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002063auction111041%27 HTTP/1.1" 200 None
2026-03-28 14:59:56 [ecarstrade.be] INFO: Scrape type for 7002063auction111041: 0
2026-03-28 14:59:56 [ecarstrade.be] INFO: Found listing with ID: 7009768auction111136
2026-03-28 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009768auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:56 [ecarstrade.be] INFO: Scrape type for 7009768auction111136: 0
2026-03-28 14:59:56 [ecarstrade.be] INFO: Found listing with ID: 7009769auction111136
2026-03-28 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009769auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:57 [ecarstrade.be] INFO: Scrape type for 7009769auction111136: 0
2026-03-28 14:59:57 [ecarstrade.be] INFO: Found listing with ID: 7009770auction111136
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009770auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:57 [ecarstrade.be] INFO: Scrape type for 7009770auction111136: 0
2026-03-28 14:59:57 [ecarstrade.be] INFO: Found listing with ID: 7009771auction111136
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009771auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:57 [ecarstrade.be] INFO: Scrape type for 7009771auction111136: 0
2026-03-28 14:59:57 [ecarstrade.be] INFO: Found listing with ID: 7009772auction111136
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009772auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:57 [ecarstrade.be] INFO: Scrape type for 7009772auction111136: 0
2026-03-28 14:59:57 [ecarstrade.be] INFO: Found listing with ID: 7009774auction111136
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009774auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:57 [ecarstrade.be] INFO: Scrape type for 7009774auction111136: 0
2026-03-28 14:59:57 [ecarstrade.be] INFO: Found listing with ID: 7009775auction111136
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009775auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:57 [ecarstrade.be] INFO: Scrape type for 7009775auction111136: 0
2026-03-28 14:59:57 [ecarstrade.be] INFO: Found listing with ID: 7009776auction111136
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009776auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:57 [ecarstrade.be] INFO: Scrape type for 7009776auction111136: 0
2026-03-28 14:59:57 [ecarstrade.be] INFO: Found listing with ID: 7009777auction111136
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009777auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:57 [ecarstrade.be] INFO: Scrape type for 7009777auction111136: 0
2026-03-28 14:59:57 [ecarstrade.be] INFO: Found listing with ID: 7009778auction111136
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009778auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:57 [ecarstrade.be] INFO: Scrape type for 7009778auction111136: 0
2026-03-28 14:59:57 [ecarstrade.be] INFO: Found listing with ID: 7009779auction111136
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009779auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:57 [ecarstrade.be] INFO: Scrape type for 7009779auction111136: 0
2026-03-28 14:59:57 [ecarstrade.be] INFO: Found listing with ID: 7009780auction111136
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009780auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:57 [ecarstrade.be] INFO: Scrape type for 7009780auction111136: 0
2026-03-28 14:59:57 [ecarstrade.be] INFO: Found listing with ID: 7009781auction111136
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009781auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:57 [ecarstrade.be] INFO: Scrape type for 7009781auction111136: 0
2026-03-28 14:59:57 [ecarstrade.be] INFO: Found listing with ID: 7009783auction111136
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009783auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:57 [ecarstrade.be] INFO: Scrape type for 7009783auction111136: 0
2026-03-28 14:59:57 [ecarstrade.be] INFO: Found listing with ID: 7009784auction111136
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009784auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:57 [ecarstrade.be] INFO: Scrape type for 7009784auction111136: 0
2026-03-28 14:59:57 [ecarstrade.be] INFO: Found listing with ID: 7009785auction111136
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009785auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:57 [ecarstrade.be] INFO: Scrape type for 7009785auction111136: 0
2026-03-28 14:59:57 [ecarstrade.be] INFO: Found listing with ID: 7009786auction111136
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009786auction111136%27 HTTP/1.1" 200 None
2026-03-28 14:59:57 [ecarstrade.be] INFO: Scrape type for 7009786auction111136: 0
2026-03-28 14:59:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:00:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page177?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page176?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:00:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:00:03 [ecarstrade.be] INFO: Found listing with ID: 7009787auction111136
2026-03-28 15:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009787auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:03 [ecarstrade.be] INFO: Scrape type for 7009787auction111136: 0
2026-03-28 15:00:03 [ecarstrade.be] INFO: Found listing with ID: 7009788auction111136
2026-03-28 15:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009788auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:03 [ecarstrade.be] INFO: Scrape type for 7009788auction111136: 0
2026-03-28 15:00:03 [ecarstrade.be] INFO: Found listing with ID: 7009789auction111136
2026-03-28 15:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009789auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:03 [ecarstrade.be] INFO: Scrape type for 7009789auction111136: 0
2026-03-28 15:00:03 [ecarstrade.be] INFO: Found listing with ID: 7009790auction111136
2026-03-28 15:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009790auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:03 [ecarstrade.be] INFO: Scrape type for 7009790auction111136: 0
2026-03-28 15:00:03 [ecarstrade.be] INFO: Found listing with ID: 7009792auction111136
2026-03-28 15:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009792auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:03 [ecarstrade.be] INFO: Scrape type for 7009792auction111136: 0
2026-03-28 15:00:03 [ecarstrade.be] INFO: Found listing with ID: 7009793auction111136
2026-03-28 15:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009793auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:03 [ecarstrade.be] INFO: Scrape type for 7009793auction111136: 0
2026-03-28 15:00:03 [ecarstrade.be] INFO: Found listing with ID: 7009794auction111136
2026-03-28 15:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009794auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:04 [ecarstrade.be] INFO: Scrape type for 7009794auction111136: 0
2026-03-28 15:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009796auction111136
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009796auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:04 [ecarstrade.be] INFO: Scrape type for 7009796auction111136: 0
2026-03-28 15:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009797auction111136
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009797auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:04 [ecarstrade.be] INFO: Scrape type for 7009797auction111136: 0
2026-03-28 15:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009799auction111136
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009799auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:04 [ecarstrade.be] INFO: Scrape type for 7009799auction111136: 0
2026-03-28 15:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009800auction111136
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009800auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:04 [ecarstrade.be] INFO: Scrape type for 7009800auction111136: 0
2026-03-28 15:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009801auction111136
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009801auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:04 [ecarstrade.be] INFO: Scrape type for 7009801auction111136: 0
2026-03-28 15:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009802auction111136
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009802auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:04 [ecarstrade.be] INFO: Scrape type for 7009802auction111136: 0
2026-03-28 15:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009804auction111136
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009804auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:04 [ecarstrade.be] INFO: Scrape type for 7009804auction111136: 0
2026-03-28 15:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009805auction111136
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009805auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:04 [ecarstrade.be] INFO: Scrape type for 7009805auction111136: 0
2026-03-28 15:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009806auction111136
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009806auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:04 [ecarstrade.be] INFO: Scrape type for 7009806auction111136: 0
2026-03-28 15:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009807auction111136
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009807auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:04 [ecarstrade.be] INFO: Scrape type for 7009807auction111136: 0
2026-03-28 15:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009808auction111136
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009808auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:04 [ecarstrade.be] INFO: Scrape type for 7009808auction111136: 0
2026-03-28 15:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009809auction111136
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009809auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:04 [ecarstrade.be] INFO: Scrape type for 7009809auction111136: 0
2026-03-28 15:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009810auction111136
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009810auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:04 [ecarstrade.be] INFO: Scrape type for 7009810auction111136: 0
2026-03-28 15:00:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:00:06 [scrapy.extensions.logstats] INFO: Crawled 586 pages (at 6 pages/min), scraped 403 items (at 0 items/min)
2026-03-28 15:00:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 340MiB
2026-03-28 15:00:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page178?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page177?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:00:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:00:10 [ecarstrade.be] INFO: Found listing with ID: 7009854auction111136
2026-03-28 15:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009854auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:10 [ecarstrade.be] INFO: Scrape type for 7009854auction111136: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7009855auction111136
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009855auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7009855auction111136: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7009857auction111136
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009857auction111136%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7009857auction111136: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7005993auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005993auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7005993auction111096: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7005998auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005998auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7005998auction111096: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7006001auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006001auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7006001auction111096: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7006006auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006006auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7006006auction111096: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7006008auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006008auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7006008auction111096: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7006009auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006009auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7006009auction111096: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7006012auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006012auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7006012auction111096: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7006018auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006018auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7006018auction111096: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7006020auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006020auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7006020auction111096: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7006023auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006023auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7006023auction111096: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7006032auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006032auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7006032auction111096: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7006036auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006036auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7006036auction111096: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7006039auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006039auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7006039auction111096: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7006041auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006041auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7006041auction111096: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7006042auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006042auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7006042auction111096: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7006045auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006045auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7006045auction111096: 0
2026-03-28 15:00:11 [ecarstrade.be] INFO: Found listing with ID: 7006048auction111096
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006048auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:11 [ecarstrade.be] INFO: Scrape type for 7006048auction111096: 0
2026-03-28 15:00:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:00:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page179?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page178?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:00:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:00:17 [ecarstrade.be] INFO: Found listing with ID: 7006051auction111096
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006051auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:17 [ecarstrade.be] INFO: Scrape type for 7006051auction111096: 0
2026-03-28 15:00:17 [ecarstrade.be] INFO: Found listing with ID: 7006052auction111096
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006052auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:17 [ecarstrade.be] INFO: Scrape type for 7006052auction111096: 0
2026-03-28 15:00:17 [ecarstrade.be] INFO: Found listing with ID: 7006054auction111096
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006054auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:17 [ecarstrade.be] INFO: Scrape type for 7006054auction111096: 0
2026-03-28 15:00:17 [ecarstrade.be] INFO: Found listing with ID: 7006055auction111096
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006055auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:17 [ecarstrade.be] INFO: Scrape type for 7006055auction111096: 0
2026-03-28 15:00:17 [ecarstrade.be] INFO: Found listing with ID: 7006058auction111096
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006058auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:17 [ecarstrade.be] INFO: Scrape type for 7006058auction111096: 0
2026-03-28 15:00:17 [ecarstrade.be] INFO: Found listing with ID: 7006064auction111096
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006064auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:17 [ecarstrade.be] INFO: Scrape type for 7006064auction111096: 0
2026-03-28 15:00:17 [ecarstrade.be] INFO: Found listing with ID: 7006067auction111096
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006067auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:17 [ecarstrade.be] INFO: Scrape type for 7006067auction111096: 0
2026-03-28 15:00:17 [ecarstrade.be] INFO: Found listing with ID: 7006070auction111096
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006070auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:17 [ecarstrade.be] INFO: Scrape type for 7006070auction111096: 0
2026-03-28 15:00:17 [ecarstrade.be] INFO: Found listing with ID: 7006071auction111096
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006071auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:17 [ecarstrade.be] INFO: Scrape type for 7006071auction111096: 0
2026-03-28 15:00:17 [ecarstrade.be] INFO: Found listing with ID: 7006073auction111096
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006073auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:17 [ecarstrade.be] INFO: Scrape type for 7006073auction111096: 0
2026-03-28 15:00:17 [ecarstrade.be] INFO: Found listing with ID: 7006075auction111096
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006075auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:17 [ecarstrade.be] INFO: Scrape type for 7006075auction111096: 0
2026-03-28 15:00:17 [ecarstrade.be] INFO: Found listing with ID: 7006077auction111096
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006077auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:17 [ecarstrade.be] INFO: Scrape type for 7006077auction111096: 0
2026-03-28 15:00:17 [ecarstrade.be] INFO: Found listing with ID: 7006080auction111096
2026-03-28 15:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006080auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:18 [ecarstrade.be] INFO: Scrape type for 7006080auction111096: 0
2026-03-28 15:00:18 [ecarstrade.be] INFO: Found listing with ID: 7006082auction111096
2026-03-28 15:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006082auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:18 [ecarstrade.be] INFO: Scrape type for 7006082auction111096: 0
2026-03-28 15:00:18 [ecarstrade.be] INFO: Found listing with ID: 7006084auction111096
2026-03-28 15:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006084auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:18 [ecarstrade.be] INFO: Scrape type for 7006084auction111096: 0
2026-03-28 15:00:18 [ecarstrade.be] INFO: Found listing with ID: 7006090auction111096
2026-03-28 15:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006090auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:18 [ecarstrade.be] INFO: Scrape type for 7006090auction111096: 0
2026-03-28 15:00:18 [ecarstrade.be] INFO: Found listing with ID: 7006093auction111096
2026-03-28 15:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006093auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:18 [ecarstrade.be] INFO: Scrape type for 7006093auction111096: 0
2026-03-28 15:00:18 [ecarstrade.be] INFO: Found listing with ID: 7006096auction111096
2026-03-28 15:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006096auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:18 [ecarstrade.be] INFO: Scrape type for 7006096auction111096: 0
2026-03-28 15:00:18 [ecarstrade.be] INFO: Found listing with ID: 7006101auction111096
2026-03-28 15:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006101auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:18 [ecarstrade.be] INFO: Scrape type for 7006101auction111096: 0
2026-03-28 15:00:18 [ecarstrade.be] INFO: Found listing with ID: 7006103auction111096
2026-03-28 15:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006103auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:18 [ecarstrade.be] INFO: Scrape type for 7006103auction111096: 0
2026-03-28 15:00:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:00:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page180?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page179?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006106auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006106auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006106auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006112auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006112auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006112auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006124auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006124auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006124auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006144auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006144auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006144auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006154auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006154auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006154auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006157auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006157auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006157auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006170auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006170auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006170auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006171auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006171auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006171auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006185auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006185auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006185auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006195auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006195auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006195auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006205auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006205auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006205auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006218auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006218auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006218auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006227auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006227auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006227auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006234auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006234auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006234auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006241auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006241auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006241auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006258auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006258auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006258auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006274auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006274auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006274auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006282auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006282auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006282auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006295auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006295auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006295auction111096: 0
2026-03-28 15:00:24 [ecarstrade.be] INFO: Found listing with ID: 7006303auction111096
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006303auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:24 [ecarstrade.be] INFO: Scrape type for 7006303auction111096: 0
2026-03-28 15:00:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:00:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page181?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page180?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006311auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006311auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006311auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006315auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006315auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006315auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006320auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006320auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006320auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006325auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006325auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006325auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006328auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006328auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006328auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006332auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006332auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006332auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006336auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006336auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006336auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006343auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006343auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006343auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006353auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006353auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006353auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006354auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006354auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006354auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006363auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006363auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006363auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006371auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006371auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006371auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006374auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006374auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006374auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006378auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006378auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006378auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006382auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006382auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006382auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006386auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006386auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006386auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006388auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006388auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006388auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006389auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006389auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006389auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006391auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006391auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006391auction111096: 0
2026-03-28 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 7006395auction111096
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006395auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:30 [ecarstrade.be] INFO: Scrape type for 7006395auction111096: 0
2026-03-28 15:00:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:00:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page182?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page181?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:00:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 7006398auction111096
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006398auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:36 [ecarstrade.be] INFO: Scrape type for 7006398auction111096: 0
2026-03-28 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 7006406auction111096
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006406auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:36 [ecarstrade.be] INFO: Scrape type for 7006406auction111096: 0
2026-03-28 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 7006410auction111096
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006410auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:36 [ecarstrade.be] INFO: Scrape type for 7006410auction111096: 0
2026-03-28 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 7006413auction111096
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006413auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:36 [ecarstrade.be] INFO: Scrape type for 7006413auction111096: 0
2026-03-28 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 7006415auction111096
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006415auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:36 [ecarstrade.be] INFO: Scrape type for 7006415auction111096: 0
2026-03-28 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 7006416auction111096
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006416auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:36 [ecarstrade.be] INFO: Scrape type for 7006416auction111096: 0
2026-03-28 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 7006420auction111096
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006420auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:36 [ecarstrade.be] INFO: Scrape type for 7006420auction111096: 0
2026-03-28 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 7006426auction111096
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006426auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:36 [ecarstrade.be] INFO: Scrape type for 7006426auction111096: 0
2026-03-28 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 7006432auction111096
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006432auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:36 [ecarstrade.be] INFO: Scrape type for 7006432auction111096: 0
2026-03-28 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 7006433auction111096
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006433auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:36 [ecarstrade.be] INFO: Scrape type for 7006433auction111096: 0
2026-03-28 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 7006447auction111096
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006447auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:36 [ecarstrade.be] INFO: Scrape type for 7006447auction111096: 0
2026-03-28 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 7006453auction111096
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006453auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:37 [ecarstrade.be] INFO: Scrape type for 7006453auction111096: 0
2026-03-28 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 7006460auction111096
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006460auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:37 [ecarstrade.be] INFO: Scrape type for 7006460auction111096: 0
2026-03-28 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 7006464auction111096
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006464auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:37 [ecarstrade.be] INFO: Scrape type for 7006464auction111096: 0
2026-03-28 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 7006471auction111096
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006471auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:37 [ecarstrade.be] INFO: Scrape type for 7006471auction111096: 0
2026-03-28 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 7006473auction111096
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006473auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:37 [ecarstrade.be] INFO: Scrape type for 7006473auction111096: 0
2026-03-28 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 7006474auction111096
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006474auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:37 [ecarstrade.be] INFO: Scrape type for 7006474auction111096: 0
2026-03-28 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 7006475auction111096
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006475auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:37 [ecarstrade.be] INFO: Scrape type for 7006475auction111096: 0
2026-03-28 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 7006476auction111096
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006476auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:37 [ecarstrade.be] INFO: Scrape type for 7006476auction111096: 0
2026-03-28 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 7006477auction111096
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006477auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:37 [ecarstrade.be] INFO: Scrape type for 7006477auction111096: 0
2026-03-28 15:00:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page183?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page182?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006478auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006478auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006478auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006479auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006479auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006479auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006482auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006482auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006482auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006483auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006483auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006483auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006487auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006487auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006487auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006489auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006489auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006489auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006494auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006494auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006494auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006497auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006497auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006497auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006501auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006501auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006501auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006502auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006502auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006502auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006634auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006634auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006634auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006635auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006635auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006635auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006636auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006636auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006636auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006637auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006637auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006637auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006639auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006639auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006639auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006641auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006641auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006641auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006642auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006642auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006642auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006644auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006644auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006644auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006646auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006646auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006646auction111096: 0
2026-03-28 15:00:46 [ecarstrade.be] INFO: Found listing with ID: 7006647auction111096
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006647auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:46 [ecarstrade.be] INFO: Scrape type for 7006647auction111096: 0
2026-03-28 15:00:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page183?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006649auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006649auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006649auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006650auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006650auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006650auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006653auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006653auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006653auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006655auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006655auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006655auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006656auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006656auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006656auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006659auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006659auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006659auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006660auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006660auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006660auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006662auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006662auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006662auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006664auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006664auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006664auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006666auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006666auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006666auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006667auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006667auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006667auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006668auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006668auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006668auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006670auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006670auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006670auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006672auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006672auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006672auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006673auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006673auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006673auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006674auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006674auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006674auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006675auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006675auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006675auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006676auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006676auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006676auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006677auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006677auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006677auction111096: 0
2026-03-28 15:00:57 [ecarstrade.be] INFO: Found listing with ID: 7006678auction111096
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006678auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:00:57 [ecarstrade.be] INFO: Scrape type for 7006678auction111096: 0
2026-03-28 15:00:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page185?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006679auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006679auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006679auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006680auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006680auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006680auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006681auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006681auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006681auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006682auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006682auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006682auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006684auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006684auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006684auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006685auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006685auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006685auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006686auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006686auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006686auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006688auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006688auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006688auction111096: 2
2026-03-28 15:01:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006689auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006689auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006689auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006690auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006690auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006690auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006691auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006691auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006691auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006692auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006692auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006692auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006693auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006693auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006693auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006696auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006696auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006696auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006697auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006697auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006697auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006698auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006698auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006698auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006699auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006699auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006699auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006700auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006700auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:03 [ecarstrade.be] INFO: Scrape type for 7006700auction111096: 0
2026-03-28 15:01:03 [ecarstrade.be] INFO: Found listing with ID: 7006701auction111096
2026-03-28 15:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006701auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:04 [ecarstrade.be] INFO: Scrape type for 7006701auction111096: 0
2026-03-28 15:01:04 [ecarstrade.be] INFO: Found listing with ID: 7006702auction111096
2026-03-28 15:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006702auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:04 [ecarstrade.be] INFO: Scrape type for 7006702auction111096: 0
2026-03-28 15:01:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:01:06 [scrapy.extensions.logstats] INFO: Crawled 594 pages (at 8 pages/min), scraped 403 items (at 0 items/min)
2026-03-28 15:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 340MiB
2026-03-28 15:01:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006688> (referer: https://ecarstrade.com/search/page185?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:01:10 [ecarstrade.be] INFO: Extracting details for car 7006688auction111096
2026-03-28 15:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2605ff22-6546-597a-8257-fad2cc8d942b with identifier: 7006688auction111096
2026-03-28 15:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2605ff22-6546-597a-8257-fad2cc8d942b with scrape type 2
2026-03-28 15:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2605ff22-6546-597a-8257-fad2cc8d942b with scrape type 2
2026-03-28 15:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2605ff22-6546-597a-8257-fad2cc8d942b, identifier: 7006688auction111096
2026-03-28 15:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2605ff22-6546-597a-8257-fad2cc8d942b with identifier: 7006688auction111096
2026-03-28 15:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2605ff22-6546-597a-8257-fad2cc8d942b with identifier: 7006688auction111096
2026-03-28 15:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2605ff22-6546-597a-8257-fad2cc8d942b with identifier: 7006688auction111096 to the API
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006688>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Diesel',
'id': '2605ff22-6546-597a-8257-fad2cc8d942b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006688',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Transit',
'odometer': 40862,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-10',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend STOCK',
'transmission': 'manual',
'trim': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend STOCK',
'vin': None,
'year': 2018}
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006688auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Saving data for 7006688auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774562942.258839, 'last_price_update_time': 1774710071.44592}
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006688auction111096') HTTP/1.1" 204 0
2026-03-28 15:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page186?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page185?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006705auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006705auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006705auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006706auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006706auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006706auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006707auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006707auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006707auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006708auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006708auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006708auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006709auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006709auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006709auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006710auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006710auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006710auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006711auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006711auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006711auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006712auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006712auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006712auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006716auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006716auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006716auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006718auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006718auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006718auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006723auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006723auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006723auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006724auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006724auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006724auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006725auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006725auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006725auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006727auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006727auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006727auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006728auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006728auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006728auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006729auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006729auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006729auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006730auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006730auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006730auction111096: 0
2026-03-28 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 7006731auction111096
2026-03-28 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006731auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:11 [ecarstrade.be] INFO: Scrape type for 7006731auction111096: 0
2026-03-28 15:01:12 [ecarstrade.be] INFO: Found listing with ID: 7006732auction111096
2026-03-28 15:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006732auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:12 [ecarstrade.be] INFO: Scrape type for 7006732auction111096: 0
2026-03-28 15:01:12 [ecarstrade.be] INFO: Found listing with ID: 7006733auction111096
2026-03-28 15:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006733auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:12 [ecarstrade.be] INFO: Scrape type for 7006733auction111096: 0
2026-03-28 15:01:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page187?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page186?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006734auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006734auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006734auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006735auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006735auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006735auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006736auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006736auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006736auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006737auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006737auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006737auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006738auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006738auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006738auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006739auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006739auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006739auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006740auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006740auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006740auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006741auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006741auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006741auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006742auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006742auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006742auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006743auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006743auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006743auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006744auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006744auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006744auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006745auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006745auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006745auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006746auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006746auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006746auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006747auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006747auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006747auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006748auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006748auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006748auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006749auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006749auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006749auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006750auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006750auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006750auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006751auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006751auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006751auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006752auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006752auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006752auction111096: 0
2026-03-28 15:01:46 [ecarstrade.be] INFO: Found listing with ID: 7006753auction111096
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006753auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:46 [ecarstrade.be] INFO: Scrape type for 7006753auction111096: 0
2026-03-28 15:01:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page188?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page187?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006754auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006754auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006754auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006755auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006755auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006755auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006756auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006756auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006756auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006757auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006757auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006757auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006758auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006758auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006758auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006759auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006759auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006759auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006760auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006760auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006760auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006761auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006761auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006761auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006762auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006762auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006762auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006763auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006763auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006763auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006764auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006764auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006764auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006765auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006765auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006765auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006766auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006766auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006766auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006767auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006767auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006767auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006768auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006768auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006768auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006769auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006769auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006769auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006770auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006770auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006770auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006772auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006772auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006772auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006773auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006773auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006773auction111096: 0
2026-03-28 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 7006774auction111096
2026-03-28 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006774auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:01:55 [ecarstrade.be] INFO: Scrape type for 7006774auction111096: 0
2026-03-28 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-28 15:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page189?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page188?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006775auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006775auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006775auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006776auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006776auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006776auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006777auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006777auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006777auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006778auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006778auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006778auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006779auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006779auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006779auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006780auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006780auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006780auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006781auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006781auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006781auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006782auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006782auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006782auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006784auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006784auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006784auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006785auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006785auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006785auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006788auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006788auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006788auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006789auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006789auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006789auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006790auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006790auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006790auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006792auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006792auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006792auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006793auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006793auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006793auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006794auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006794auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006794auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006796auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006796auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006796auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006798auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006798auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006798auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006802auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006802auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006802auction111096: 0
2026-03-28 15:02:05 [ecarstrade.be] INFO: Found listing with ID: 7006803auction111096
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006803auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:05 [ecarstrade.be] INFO: Scrape type for 7006803auction111096: 0
2026-03-28 15:02:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:02:06 [scrapy.extensions.logstats] INFO: Crawled 599 pages (at 5 pages/min), scraped 404 items (at 1 items/min)
2026-03-28 15:02:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 340MiB
2026-03-28 15:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page190?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page189?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006755auction111096
2026-03-28 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006755auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:11 [ecarstrade.be] INFO: Scrape type for 7006755auction111096: 0
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006756auction111096
2026-03-28 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006756auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:11 [ecarstrade.be] INFO: Scrape type for 7006756auction111096: 0
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006757auction111096
2026-03-28 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006757auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:11 [ecarstrade.be] INFO: Scrape type for 7006757auction111096: 0
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006758auction111096
2026-03-28 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006758auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:11 [ecarstrade.be] INFO: Scrape type for 7006758auction111096: 0
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006759auction111096
2026-03-28 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006759auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:11 [ecarstrade.be] INFO: Scrape type for 7006759auction111096: 0
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006760auction111096
2026-03-28 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006760auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:11 [ecarstrade.be] INFO: Scrape type for 7006760auction111096: 0
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006761auction111096
2026-03-28 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006761auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:11 [ecarstrade.be] INFO: Scrape type for 7006761auction111096: 0
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006762auction111096
2026-03-28 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006762auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:11 [ecarstrade.be] INFO: Scrape type for 7006762auction111096: 0
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006763auction111096
2026-03-28 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006763auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:11 [ecarstrade.be] INFO: Scrape type for 7006763auction111096: 0
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006764auction111096
2026-03-28 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006764auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:11 [ecarstrade.be] INFO: Scrape type for 7006764auction111096: 0
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006765auction111096
2026-03-28 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006765auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:11 [ecarstrade.be] INFO: Scrape type for 7006765auction111096: 0
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006766auction111096
2026-03-28 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006766auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:11 [ecarstrade.be] INFO: Scrape type for 7006766auction111096: 0
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006767auction111096
2026-03-28 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006767auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:11 [ecarstrade.be] INFO: Scrape type for 7006767auction111096: 0
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006768auction111096
2026-03-28 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006768auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:11 [ecarstrade.be] INFO: Scrape type for 7006768auction111096: 0
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006769auction111096
2026-03-28 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006769auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:11 [ecarstrade.be] INFO: Scrape type for 7006769auction111096: 0
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006770auction111096
2026-03-28 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006770auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:11 [ecarstrade.be] INFO: Scrape type for 7006770auction111096: 0
2026-03-28 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 7006772auction111096
2026-03-28 15:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006772auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:12 [ecarstrade.be] INFO: Scrape type for 7006772auction111096: 0
2026-03-28 15:02:12 [ecarstrade.be] INFO: Found listing with ID: 7006773auction111096
2026-03-28 15:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006773auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:12 [ecarstrade.be] INFO: Scrape type for 7006773auction111096: 0
2026-03-28 15:02:12 [ecarstrade.be] INFO: Found listing with ID: 7006774auction111096
2026-03-28 15:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006774auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:12 [ecarstrade.be] INFO: Scrape type for 7006774auction111096: 0
2026-03-28 15:02:12 [ecarstrade.be] INFO: Found listing with ID: 7006775auction111096
2026-03-28 15:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006775auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:12 [ecarstrade.be] INFO: Scrape type for 7006775auction111096: 0
2026-03-28 15:02:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page191?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page190?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006776auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006776auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006776auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006777auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006777auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006777auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006778auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006778auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006778auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006779auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006779auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006779auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006780auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006780auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006780auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006781auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006781auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006781auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006782auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006782auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006782auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006784auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006784auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006784auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006785auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006785auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006785auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006788auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006788auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006788auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006789auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006789auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006789auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006790auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006790auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006790auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006792auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006792auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006792auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006793auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006793auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006793auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006794auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006794auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006794auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006796auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006796auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006796auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006798auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006798auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006798auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006802auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006802auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006802auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006803auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006803auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006803auction111096: 0
2026-03-28 15:02:29 [ecarstrade.be] INFO: Found listing with ID: 7006805auction111096
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006805auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:29 [ecarstrade.be] INFO: Scrape type for 7006805auction111096: 0
2026-03-28 15:02:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page192?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page191?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:02:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:02:36 [ecarstrade.be] INFO: Found listing with ID: 7006806auction111096
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006806auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:36 [ecarstrade.be] INFO: Scrape type for 7006806auction111096: 0
2026-03-28 15:02:36 [ecarstrade.be] INFO: Found listing with ID: 7006807auction111096
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006807auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:36 [ecarstrade.be] INFO: Scrape type for 7006807auction111096: 0
2026-03-28 15:02:36 [ecarstrade.be] INFO: Found listing with ID: 7006808auction111096
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006808auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:36 [ecarstrade.be] INFO: Scrape type for 7006808auction111096: 0
2026-03-28 15:02:36 [ecarstrade.be] INFO: Found listing with ID: 7006809auction111096
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006809auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:36 [ecarstrade.be] INFO: Scrape type for 7006809auction111096: 0
2026-03-28 15:02:36 [ecarstrade.be] INFO: Found listing with ID: 7006810auction111096
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006810auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:36 [ecarstrade.be] INFO: Scrape type for 7006810auction111096: 0
2026-03-28 15:02:36 [ecarstrade.be] INFO: Found listing with ID: 7006811auction111096
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006811auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:36 [ecarstrade.be] INFO: Scrape type for 7006811auction111096: 0
2026-03-28 15:02:36 [ecarstrade.be] INFO: Found listing with ID: 7006812auction111096
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006812auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:36 [ecarstrade.be] INFO: Scrape type for 7006812auction111096: 0
2026-03-28 15:02:36 [ecarstrade.be] INFO: Found listing with ID: 7006813auction111096
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006813auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:36 [ecarstrade.be] INFO: Scrape type for 7006813auction111096: 0
2026-03-28 15:02:36 [ecarstrade.be] INFO: Found listing with ID: 7006814auction111096
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006814auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:36 [ecarstrade.be] INFO: Scrape type for 7006814auction111096: 0
2026-03-28 15:02:36 [ecarstrade.be] INFO: Found listing with ID: 7006815auction111096
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006815auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:36 [ecarstrade.be] INFO: Scrape type for 7006815auction111096: 0
2026-03-28 15:02:36 [ecarstrade.be] INFO: Found listing with ID: 7006817auction111096
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006817auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:36 [ecarstrade.be] INFO: Scrape type for 7006817auction111096: 0
2026-03-28 15:02:36 [ecarstrade.be] INFO: Found listing with ID: 7006818auction111096
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006818auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:36 [ecarstrade.be] INFO: Scrape type for 7006818auction111096: 0
2026-03-28 15:02:36 [ecarstrade.be] INFO: Found listing with ID: 7006819auction111096
2026-03-28 15:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006819auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:37 [ecarstrade.be] INFO: Scrape type for 7006819auction111096: 0
2026-03-28 15:02:37 [ecarstrade.be] INFO: Found listing with ID: 7006820auction111096
2026-03-28 15:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006820auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:37 [ecarstrade.be] INFO: Scrape type for 7006820auction111096: 0
2026-03-28 15:02:37 [ecarstrade.be] INFO: Found listing with ID: 7006821auction111096
2026-03-28 15:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006821auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:37 [ecarstrade.be] INFO: Scrape type for 7006821auction111096: 0
2026-03-28 15:02:37 [ecarstrade.be] INFO: Found listing with ID: 7006822auction111096
2026-03-28 15:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006822auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:37 [ecarstrade.be] INFO: Scrape type for 7006822auction111096: 0
2026-03-28 15:02:37 [ecarstrade.be] INFO: Found listing with ID: 7006823auction111096
2026-03-28 15:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006823auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:37 [ecarstrade.be] INFO: Scrape type for 7006823auction111096: 0
2026-03-28 15:02:37 [ecarstrade.be] INFO: Found listing with ID: 7006824auction111096
2026-03-28 15:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006824auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:37 [ecarstrade.be] INFO: Scrape type for 7006824auction111096: 0
2026-03-28 15:02:37 [ecarstrade.be] INFO: Found listing with ID: 7006825auction111096
2026-03-28 15:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006825auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:37 [ecarstrade.be] INFO: Scrape type for 7006825auction111096: 0
2026-03-28 15:02:37 [ecarstrade.be] INFO: Found listing with ID: 7006826auction111096
2026-03-28 15:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006826auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:37 [ecarstrade.be] INFO: Scrape type for 7006826auction111096: 0
2026-03-28 15:02:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page193?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page192?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:02:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:02:44 [ecarstrade.be] INFO: Found listing with ID: 7006827auction111096
2026-03-28 15:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006827auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:44 [ecarstrade.be] INFO: Scrape type for 7006827auction111096: 0
2026-03-28 15:02:44 [ecarstrade.be] INFO: Found listing with ID: 7006828auction111096
2026-03-28 15:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006828auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:44 [ecarstrade.be] INFO: Scrape type for 7006828auction111096: 0
2026-03-28 15:02:44 [ecarstrade.be] INFO: Found listing with ID: 7006829auction111096
2026-03-28 15:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006829auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:44 [ecarstrade.be] INFO: Scrape type for 7006829auction111096: 0
2026-03-28 15:02:44 [ecarstrade.be] INFO: Found listing with ID: 7006830auction111096
2026-03-28 15:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006830auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006830auction111096: 0
2026-03-28 15:02:45 [ecarstrade.be] INFO: Found listing with ID: 7006831auction111096
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006831auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006831auction111096: 0
2026-03-28 15:02:45 [ecarstrade.be] INFO: Found listing with ID: 7006832auction111096
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006832auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006832auction111096: 0
2026-03-28 15:02:45 [ecarstrade.be] INFO: Found listing with ID: 7006833auction111096
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006833auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006833auction111096: 0
2026-03-28 15:02:45 [ecarstrade.be] INFO: Found listing with ID: 7006834auction111096
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006834auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006834auction111096: 0
2026-03-28 15:02:45 [ecarstrade.be] INFO: Found listing with ID: 7006835auction111096
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006835auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006835auction111096: 0
2026-03-28 15:02:45 [ecarstrade.be] INFO: Found listing with ID: 7006837auction111096
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006837auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006837auction111096: 0
2026-03-28 15:02:45 [ecarstrade.be] INFO: Found listing with ID: 7006838auction111096
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006838auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006838auction111096: 0
2026-03-28 15:02:45 [ecarstrade.be] INFO: Found listing with ID: 7006839auction111096
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006839auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006839auction111096: 0
2026-03-28 15:02:45 [ecarstrade.be] INFO: Found listing with ID: 7006840auction111096
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006840auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006840auction111096: 0
2026-03-28 15:02:45 [ecarstrade.be] INFO: Found listing with ID: 7006841auction111096
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006841auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006841auction111096: 0
2026-03-28 15:02:45 [ecarstrade.be] INFO: Found listing with ID: 7006842auction111096
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006842auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006842auction111096: 0
2026-03-28 15:02:45 [ecarstrade.be] INFO: Found listing with ID: 7006843auction111096
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006843auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006843auction111096: 0
2026-03-28 15:02:45 [ecarstrade.be] INFO: Found listing with ID: 7006844auction111096
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006844auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006844auction111096: 0
2026-03-28 15:02:45 [ecarstrade.be] INFO: Found listing with ID: 7006846auction111096
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006846auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006846auction111096: 0
2026-03-28 15:02:45 [ecarstrade.be] INFO: Found listing with ID: 7006847auction111096
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006847auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006847auction111096: 0
2026-03-28 15:02:45 [ecarstrade.be] INFO: Found listing with ID: 7006849auction111096
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006849auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:45 [ecarstrade.be] INFO: Scrape type for 7006849auction111096: 0
2026-03-28 15:02:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page194?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page193?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006850auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006850auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006850auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006851auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006851auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006851auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006852auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006852auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006852auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006853auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006853auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006853auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006856auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006856auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006856auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006858auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006858auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006858auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006859auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006859auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006859auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006860auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006860auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006860auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006861auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006861auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006861auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006862auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006862auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006862auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006863auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006863auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006863auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006864auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006864auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006864auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006865auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006865auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006865auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006866auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006866auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006866auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006867auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006867auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006867auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006868auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006868auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006868auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006869auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006869auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006869auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006870auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006870auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006870auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006871auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006871auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006871auction111096: 0
2026-03-28 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 7006872auction111096
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006872auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:51 [ecarstrade.be] INFO: Scrape type for 7006872auction111096: 0
2026-03-28 15:02:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page195?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page194?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7006873auction111096
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006873auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7006873auction111096: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7006874auction111096
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006874auction111096%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7006874auction111096: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010023auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010023auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010023auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010024auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010024auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010024auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010025auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010025auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010025auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010026auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010026auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010026auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010027auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010027auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010027auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010028auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010028auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010028auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010029auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010029auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010029auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010030auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010030auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010030auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010032auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010032auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010032auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010033auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010033auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010033auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010034auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010034auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010034auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010035auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010035auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010035auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010036auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010036auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010036auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010037auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010037auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010037auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010038auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010038auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010038auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010039auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010039auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010039auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010041auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010041auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010041auction111139: 0
2026-03-28 15:02:58 [ecarstrade.be] INFO: Found listing with ID: 7010042auction111139
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010042auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:02:58 [ecarstrade.be] INFO: Scrape type for 7010042auction111139: 0
2026-03-28 15:02:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page196?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page195?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010043auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010043auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010043auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010044auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010044auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010044auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010045auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010045auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010045auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010046auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010046auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010046auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010047auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010047auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010047auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010049auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010049auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010049auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010050auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010050auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010050auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010051auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010051auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010051auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010052auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010052auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010052auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010053auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010053auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010053auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010054auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010054auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010054auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010055auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010055auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010055auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010057auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010057auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010057auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010058auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010058auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010058auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010059auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010059auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010059auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010060auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010060auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010060auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010061auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010061auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010061auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010062auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010062auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010062auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010063auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010063auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010063auction111139: 0
2026-03-28 15:03:04 [ecarstrade.be] INFO: Found listing with ID: 7010064auction111139
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010064auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:04 [ecarstrade.be] INFO: Scrape type for 7010064auction111139: 0
2026-03-28 15:03:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:03:06 [scrapy.extensions.logstats] INFO: Crawled 606 pages (at 7 pages/min), scraped 404 items (at 0 items/min)
2026-03-28 15:03:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 340MiB
2026-03-28 15:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page197?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page196?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:03:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:03:11 [ecarstrade.be] INFO: Found listing with ID: 7010065auction111139
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010065auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:11 [ecarstrade.be] INFO: Scrape type for 7010065auction111139: 0
2026-03-28 15:03:11 [ecarstrade.be] INFO: Found listing with ID: 7010067auction111139
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010067auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:11 [ecarstrade.be] INFO: Scrape type for 7010067auction111139: 0
2026-03-28 15:03:11 [ecarstrade.be] INFO: Found listing with ID: 7010068auction111139
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010068auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:11 [ecarstrade.be] INFO: Scrape type for 7010068auction111139: 0
2026-03-28 15:03:11 [ecarstrade.be] INFO: Found listing with ID: 7010069auction111139
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010069auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:11 [ecarstrade.be] INFO: Scrape type for 7010069auction111139: 0
2026-03-28 15:03:11 [ecarstrade.be] INFO: Found listing with ID: 7010070auction111139
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010070auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:11 [ecarstrade.be] INFO: Scrape type for 7010070auction111139: 0
2026-03-28 15:03:11 [ecarstrade.be] INFO: Found listing with ID: 7010071auction111139
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010071auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:11 [ecarstrade.be] INFO: Scrape type for 7010071auction111139: 0
2026-03-28 15:03:11 [ecarstrade.be] INFO: Found listing with ID: 7010072auction111139
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010072auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:11 [ecarstrade.be] INFO: Scrape type for 7010072auction111139: 0
2026-03-28 15:03:11 [ecarstrade.be] INFO: Found listing with ID: 7010073auction111139
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010073auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:11 [ecarstrade.be] INFO: Scrape type for 7010073auction111139: 0
2026-03-28 15:03:11 [ecarstrade.be] INFO: Found listing with ID: 7010074auction111139
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010074auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:11 [ecarstrade.be] INFO: Scrape type for 7010074auction111139: 0
2026-03-28 15:03:11 [ecarstrade.be] INFO: Found listing with ID: 7010076auction111139
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010076auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:11 [ecarstrade.be] INFO: Scrape type for 7010076auction111139: 0
2026-03-28 15:03:11 [ecarstrade.be] INFO: Found listing with ID: 7010077auction111139
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010077auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:11 [ecarstrade.be] INFO: Scrape type for 7010077auction111139: 0
2026-03-28 15:03:11 [ecarstrade.be] INFO: Found listing with ID: 7010078auction111139
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010078auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:11 [ecarstrade.be] INFO: Scrape type for 7010078auction111139: 0
2026-03-28 15:03:11 [ecarstrade.be] INFO: Found listing with ID: 7010079auction111139
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010079auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:11 [ecarstrade.be] INFO: Scrape type for 7010079auction111139: 0
2026-03-28 15:03:11 [ecarstrade.be] INFO: Found listing with ID: 7010080auction111139
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010080auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:11 [ecarstrade.be] INFO: Scrape type for 7010080auction111139: 0
2026-03-28 15:03:11 [ecarstrade.be] INFO: Found listing with ID: 7010081auction111139
2026-03-28 15:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010081auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:12 [ecarstrade.be] INFO: Scrape type for 7010081auction111139: 0
2026-03-28 15:03:12 [ecarstrade.be] INFO: Found listing with ID: 7010082auction111139
2026-03-28 15:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010082auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:12 [ecarstrade.be] INFO: Scrape type for 7010082auction111139: 0
2026-03-28 15:03:12 [ecarstrade.be] INFO: Found listing with ID: 7010083auction111139
2026-03-28 15:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010083auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:12 [ecarstrade.be] INFO: Scrape type for 7010083auction111139: 0
2026-03-28 15:03:12 [ecarstrade.be] INFO: Found listing with ID: 7010084auction111139
2026-03-28 15:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010084auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:12 [ecarstrade.be] INFO: Scrape type for 7010084auction111139: 0
2026-03-28 15:03:12 [ecarstrade.be] INFO: Found listing with ID: 7010086auction111139
2026-03-28 15:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010086auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:12 [ecarstrade.be] INFO: Scrape type for 7010086auction111139: 0
2026-03-28 15:03:12 [ecarstrade.be] INFO: Found listing with ID: 7010087auction111139
2026-03-28 15:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010087auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:12 [ecarstrade.be] INFO: Scrape type for 7010087auction111139: 0
2026-03-28 15:03:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page198?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page197?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010088auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010088auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010088auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010089auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010089auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010089auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010090auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010090auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010090auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010091auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010091auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010091auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010092auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010092auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010092auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010093auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010093auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010093auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010094auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010094auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010094auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010095auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010095auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010095auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010096auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010096auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010096auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010097auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010097auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010097auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010098auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010098auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010098auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010100auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010100auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010100auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010101auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010101auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010101auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010102auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010102auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010102auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010103auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010103auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010103auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010105auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010105auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010105auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010106auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010106auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010106auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010107auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010107auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010107auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010109auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010109auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010109auction111139: 0
2026-03-28 15:03:18 [ecarstrade.be] INFO: Found listing with ID: 7010110auction111139
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010110auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:18 [ecarstrade.be] INFO: Scrape type for 7010110auction111139: 0
2026-03-28 15:03:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page199?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page198?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7010111auction111139
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010111auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7010111auction111139: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7010113auction111139
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010113auction111139%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7010113auction111139: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006935auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006935auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006935auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006926auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006926auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006926auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006893auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006893auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006893auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006884auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006884auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006884auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006931auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006931auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006931auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006914auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006914auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006914auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006883auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006883auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006883auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006894auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006894auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006894auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006892auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006892auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006892auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006994auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006994auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006994auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006886auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006886auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006886auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006877auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006877auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006877auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006890auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006890auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006890auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006979auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006979auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006979auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006928auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006928auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006928auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006878auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006878auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006878auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006925auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006925auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006925auction111103: 0
2026-03-28 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7006955auction111103
2026-03-28 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006955auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:25 [ecarstrade.be] INFO: Scrape type for 7006955auction111103: 0
2026-03-28 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-28 15:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page200?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page199?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006991auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006991auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006991auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006879auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006879auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006879auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006902auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006902auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006902auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006875auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006875auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006875auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006948auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006948auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006948auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006929auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006929auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006929auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006891auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006891auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006891auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006923auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006923auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006923auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006882auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006882auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006882auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006930auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006930auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006930auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006978auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006978auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006978auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006924auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006924auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006924auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006966auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006966auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006966auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006964auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006964auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006964auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006919auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006919auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006919auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006989auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006989auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006989auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006996auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006996auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006996auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006932auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006932auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:38 [ecarstrade.be] INFO: Scrape type for 7006932auction111103: 0
2026-03-28 15:03:38 [ecarstrade.be] INFO: Found listing with ID: 7006976auction111103
2026-03-28 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006976auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:39 [ecarstrade.be] INFO: Scrape type for 7006976auction111103: 0
2026-03-28 15:03:39 [ecarstrade.be] INFO: Found listing with ID: 7006992auction111103
2026-03-28 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006992auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:39 [ecarstrade.be] INFO: Scrape type for 7006992auction111103: 0
2026-03-28 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-28 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page201?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page200?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006933auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006933auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006933auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006916auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006916auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006916auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006937auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006937auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006937auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006974auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006974auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006974auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006975auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006975auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006975auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006920auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006920auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006920auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006885auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006885auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006885auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006915auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006915auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006915auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006921auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006921auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006921auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006983auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006983auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006983auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006995auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006995auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006995auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006918auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006918auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006918auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006945auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006945auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006945auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006993auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006993auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006993auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006922auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006922auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006922auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006947auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006947auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006947auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006984auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006984auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006984auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006980auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006980auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006980auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006917auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006917auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006917auction111103: 0
2026-03-28 15:03:45 [ecarstrade.be] INFO: Found listing with ID: 7006936auction111103
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006936auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:45 [ecarstrade.be] INFO: Scrape type for 7006936auction111103: 0
2026-03-28 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-28 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page202?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page201?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006938auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006938auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006938auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006946auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006946auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006946auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006977auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006977auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006977auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006981auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006981auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006981auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006896auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006896auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006896auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006998auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006998auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006998auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006997auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006997auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006997auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006880auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006880auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006880auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006889auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006889auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006889auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006912auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006912auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006912auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006986auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006986auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006986auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006898auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006898auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006898auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006960auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006960auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006960auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006895auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006895auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006895auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006897auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006897auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006897auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006911auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006911auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006911auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006927auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006927auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006927auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006944auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006944auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006944auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006965auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006965auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006965auction111103: 0
2026-03-28 15:03:52 [ecarstrade.be] INFO: Found listing with ID: 7006942auction111103
2026-03-28 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006942auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:03:52 [ecarstrade.be] INFO: Scrape type for 7006942auction111103: 0
2026-03-28 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-28 15:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page203?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page202?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:03:59 [ecarstrade.be] INFO: Found 5 car items
2026-03-28 15:03:59 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-28 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27NoneNone%27 HTTP/1.1" 200 None
2026-03-28 15:03:59 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-28 15:03:59 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-28 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27NoneNone%27 HTTP/1.1" 200 None
2026-03-28 15:03:59 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-28 15:03:59 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-28 15:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-28 15:04:00 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-28 15:04:00 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-28 15:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-28 15:04:00 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-28 15:04:00 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-28 15:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-28 15:04:00 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-28 15:04:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:04:06 [scrapy.extensions.logstats] INFO: Crawled 613 pages (at 7 pages/min), scraped 404 items (at 0 items/min)
2026-03-28 15:04:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 341MiB
2026-03-28 15:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page204?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page203?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006953auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006953auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006953auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006957auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006957auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006957auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006973auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006973auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006973auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006956auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006956auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006956auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006969auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006969auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006969auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006906auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006906auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006906auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006941auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006941auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006941auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006990auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006990auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006990auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006951auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006951auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006951auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006959auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006959auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006959auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006949auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006949auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006949auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006985auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006985auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006985auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006901auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006901auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006901auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006954auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006954auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006954auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006970auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006970auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006970auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006905auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006905auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006905auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006908auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006908auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006908auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006962auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006962auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006962auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006909auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006909auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006909auction111103: 0
2026-03-28 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7006910auction111103
2026-03-28 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277006910auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:08 [ecarstrade.be] INFO: Scrape type for 7006910auction111103: 0
2026-03-28 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-28 15:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page205?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page204?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:04:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:04:22 [ecarstrade.be] INFO: Found listing with ID: 7006958auction111103
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006958auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:22 [ecarstrade.be] INFO: Scrape type for 7006958auction111103: 0
2026-03-28 15:04:22 [ecarstrade.be] INFO: Found listing with ID: 7006967auction111103
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006967auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:22 [ecarstrade.be] INFO: Scrape type for 7006967auction111103: 0
2026-03-28 15:04:22 [ecarstrade.be] INFO: Found listing with ID: 7006971auction111103
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006971auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:22 [ecarstrade.be] INFO: Scrape type for 7006971auction111103: 0
2026-03-28 15:04:22 [ecarstrade.be] INFO: Found listing with ID: 7006907auction111103
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006907auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:22 [ecarstrade.be] INFO: Scrape type for 7006907auction111103: 0
2026-03-28 15:04:22 [ecarstrade.be] INFO: Found listing with ID: 7006952auction111103
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006952auction111103%27 HTTP/1.1" 200 None
2026-03-28 15:04:22 [ecarstrade.be] INFO: Scrape type for 7006952auction111103: 0
2026-03-28 15:04:22 [ecarstrade.be] INFO: Found listing with ID: 7010006auction111138
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010006auction111138%27 HTTP/1.1" 200 None
2026-03-28 15:04:22 [ecarstrade.be] INFO: Scrape type for 7010006auction111138: 0
2026-03-28 15:04:22 [ecarstrade.be] INFO: Found listing with ID: 7010007auction111138
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010007auction111138%27 HTTP/1.1" 200 None
2026-03-28 15:04:22 [ecarstrade.be] INFO: Scrape type for 7010007auction111138: 0
2026-03-28 15:04:22 [ecarstrade.be] INFO: Found listing with ID: 7010008auction111138
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010008auction111138%27 HTTP/1.1" 200 None
2026-03-28 15:04:22 [ecarstrade.be] INFO: Scrape type for 7010008auction111138: 0
2026-03-28 15:04:22 [ecarstrade.be] INFO: Found listing with ID: 7010009auction111138
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010009auction111138%27 HTTP/1.1" 200 None
2026-03-28 15:04:22 [ecarstrade.be] INFO: Scrape type for 7010009auction111138: 0
2026-03-28 15:04:22 [ecarstrade.be] INFO: Found listing with ID: 7010010auction111138
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010010auction111138%27 HTTP/1.1" 200 None
2026-03-28 15:04:23 [ecarstrade.be] INFO: Scrape type for 7010010auction111138: 0
2026-03-28 15:04:23 [ecarstrade.be] INFO: Found listing with ID: 7010011auction111138
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010011auction111138%27 HTTP/1.1" 200 None
2026-03-28 15:04:23 [ecarstrade.be] INFO: Scrape type for 7010011auction111138: 0
2026-03-28 15:04:23 [ecarstrade.be] INFO: Found listing with ID: 7010012auction111138
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010012auction111138%27 HTTP/1.1" 200 None
2026-03-28 15:04:23 [ecarstrade.be] INFO: Scrape type for 7010012auction111138: 0
2026-03-28 15:04:23 [ecarstrade.be] INFO: Found listing with ID: 7010013auction111138
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010013auction111138%27 HTTP/1.1" 200 None
2026-03-28 15:04:23 [ecarstrade.be] INFO: Scrape type for 7010013auction111138: 0
2026-03-28 15:04:23 [ecarstrade.be] INFO: Found listing with ID: 7010014auction111138
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010014auction111138%27 HTTP/1.1" 200 None
2026-03-28 15:04:23 [ecarstrade.be] INFO: Scrape type for 7010014auction111138: 0
2026-03-28 15:04:23 [ecarstrade.be] INFO: Found listing with ID: 7010015auction111138
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010015auction111138%27 HTTP/1.1" 200 None
2026-03-28 15:04:23 [ecarstrade.be] INFO: Scrape type for 7010015auction111138: 0
2026-03-28 15:04:23 [ecarstrade.be] INFO: Found listing with ID: 7010016auction111138
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010016auction111138%27 HTTP/1.1" 200 None
2026-03-28 15:04:23 [ecarstrade.be] INFO: Scrape type for 7010016auction111138: 0
2026-03-28 15:04:23 [ecarstrade.be] INFO: Found listing with ID: 7010018auction111138
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010018auction111138%27 HTTP/1.1" 200 None
2026-03-28 15:04:23 [ecarstrade.be] INFO: Scrape type for 7010018auction111138: 0
2026-03-28 15:04:23 [ecarstrade.be] INFO: Found listing with ID: 7010019auction111138
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010019auction111138%27 HTTP/1.1" 200 None
2026-03-28 15:04:23 [ecarstrade.be] INFO: Scrape type for 7010019auction111138: 0
2026-03-28 15:04:23 [ecarstrade.be] INFO: Found listing with ID: 7010020auction111138
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010020auction111138%27 HTTP/1.1" 200 None
2026-03-28 15:04:23 [ecarstrade.be] INFO: Scrape type for 7010020auction111138: 0
2026-03-28 15:04:23 [ecarstrade.be] INFO: Found listing with ID: 7010021auction111138
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010021auction111138%27 HTTP/1.1" 200 None
2026-03-28 15:04:23 [ecarstrade.be] INFO: Scrape type for 7010021auction111138: 0
2026-03-28 15:04:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page206?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page205?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009671auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009671auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009671auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009682auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009682auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009682auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009680auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009680auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009680auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009684auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009684auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009684auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009681auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009681auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009681auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009678auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009678auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009678auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009668auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009668auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009668auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009679auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009679auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009679auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009683auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009683auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009683auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009687auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009687auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009687auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009673auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009673auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009673auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009685auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009685auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009685auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009688auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009688auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009688auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009699auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009699auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009699auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009703auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009703auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009703auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009676auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009676auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009676auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009689auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009689auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009689auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009708auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009708auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009708auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009725auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009725auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009725auction111134: 0
2026-03-28 15:04:29 [ecarstrade.be] INFO: Found listing with ID: 7009686auction111134
2026-03-28 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009686auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:29 [ecarstrade.be] INFO: Scrape type for 7009686auction111134: 0
2026-03-28 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-28 15:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page207?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page206?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:04:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:04:36 [ecarstrade.be] INFO: Found listing with ID: 7009694auction111134
2026-03-28 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009694auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:36 [ecarstrade.be] INFO: Scrape type for 7009694auction111134: 0
2026-03-28 15:04:36 [ecarstrade.be] INFO: Found listing with ID: 7009719auction111134
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009719auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7009719auction111134: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7009711auction111134
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009711auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7009711auction111134: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7009698auction111134
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009698auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7009698auction111134: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7009717auction111134
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009717auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7009717auction111134: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7009727auction111134
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009727auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7009727auction111134: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7009720auction111134
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009720auction111134%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7009720auction111134: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7001304auction111033
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001304auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7001304auction111033: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7001305auction111033
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001305auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7001305auction111033: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7001306auction111033
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001306auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7001306auction111033: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7001309auction111033
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001309auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7001309auction111033: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7001310auction111033
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001310auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7001310auction111033: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7001311auction111033
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001311auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7001311auction111033: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7001312auction111033
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001312auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7001312auction111033: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7001313auction111033
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001313auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7001313auction111033: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7001314auction111033
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001314auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7001314auction111033: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7001316auction111033
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001316auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7001316auction111033: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7001318auction111033
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001318auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7001318auction111033: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7001319auction111033
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001319auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7001319auction111033: 0
2026-03-28 15:04:37 [ecarstrade.be] INFO: Found listing with ID: 7001322auction111033
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001322auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:37 [ecarstrade.be] INFO: Scrape type for 7001322auction111033: 0
2026-03-28 15:04:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page208?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page207?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001323auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001323auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001323auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001324auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001324auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001324auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001326auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001326auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001326auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001327auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001327auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001327auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001328auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001328auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001328auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001329auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001329auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001329auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001330auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001330auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001330auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001332auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001332auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001332auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001334auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001334auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001334auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001335auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001335auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001335auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001336auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001336auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001336auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001337auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001337auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001337auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001338auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001338auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001338auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001342auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001342auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001342auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001343auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001343auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001343auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001345auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001345auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001345auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001346auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001346auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001346auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001347auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001347auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001347auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001348auction111033
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001348auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:43 [ecarstrade.be] INFO: Scrape type for 7001348auction111033: 0
2026-03-28 15:04:43 [ecarstrade.be] INFO: Found listing with ID: 7001349auction111033
2026-03-28 15:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277001349auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:44 [ecarstrade.be] INFO: Scrape type for 7001349auction111033: 0
2026-03-28 15:04:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page209?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page208?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7001350auction111033
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001350auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7001350auction111033: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7001352auction111033
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001352auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7001352auction111033: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7001353auction111033
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001353auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7001353auction111033: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7001354auction111033
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001354auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7001354auction111033: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7001355auction111033
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001355auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7001355auction111033: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7001357auction111033
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001357auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7001357auction111033: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7001358auction111033
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001358auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7001358auction111033: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7001359auction111033
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001359auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7001359auction111033: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7001360auction111033
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001360auction111033%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7001360auction111033: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7010561auction111140
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010561auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7010561auction111140: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7010150auction111140
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010150auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7010150auction111140: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7010275auction111140
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010275auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7010275auction111140: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7010560auction111140
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010560auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7010560auction111140: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7010208auction111140
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010208auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7010208auction111140: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7010487auction111140
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010487auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7010487auction111140: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7009798auction111140
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009798auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7009798auction111140: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7009915auction111140
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009915auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7009915auction111140: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7010215auction111140
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010215auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7010215auction111140: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7010559auction111140
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010559auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7010559auction111140: 0
2026-03-28 15:04:50 [ecarstrade.be] INFO: Found listing with ID: 7010599auction111140
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010599auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:04:50 [ecarstrade.be] INFO: Scrape type for 7010599auction111140: 0
2026-03-28 15:04:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page209?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:05:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:05:04 [ecarstrade.be] INFO: Found listing with ID: 7010238auction111140
2026-03-28 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010238auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:04 [ecarstrade.be] INFO: Scrape type for 7010238auction111140: 0
2026-03-28 15:05:04 [ecarstrade.be] INFO: Found listing with ID: 7009836auction111140
2026-03-28 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009836auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:04 [ecarstrade.be] INFO: Scrape type for 7009836auction111140: 0
2026-03-28 15:05:04 [ecarstrade.be] INFO: Found listing with ID: 7010614auction111140
2026-03-28 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010614auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:04 [ecarstrade.be] INFO: Scrape type for 7010614auction111140: 0
2026-03-28 15:05:04 [ecarstrade.be] INFO: Found listing with ID: 7010211auction111140
2026-03-28 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010211auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:04 [ecarstrade.be] INFO: Scrape type for 7010211auction111140: 0
2026-03-28 15:05:04 [ecarstrade.be] INFO: Found listing with ID: 7010142auction111140
2026-03-28 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010142auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:04 [ecarstrade.be] INFO: Scrape type for 7010142auction111140: 0
2026-03-28 15:05:04 [ecarstrade.be] INFO: Found listing with ID: 7010645auction111140
2026-03-28 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010645auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:04 [ecarstrade.be] INFO: Scrape type for 7010645auction111140: 0
2026-03-28 15:05:04 [ecarstrade.be] INFO: Found listing with ID: 7010159auction111140
2026-03-28 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010159auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:04 [ecarstrade.be] INFO: Scrape type for 7010159auction111140: 0
2026-03-28 15:05:04 [ecarstrade.be] INFO: Found listing with ID: 7010161auction111140
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010161auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:05 [ecarstrade.be] INFO: Scrape type for 7010161auction111140: 0
2026-03-28 15:05:05 [ecarstrade.be] INFO: Found listing with ID: 7010495auction111140
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010495auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:05 [ecarstrade.be] INFO: Scrape type for 7010495auction111140: 0
2026-03-28 15:05:05 [ecarstrade.be] INFO: Found listing with ID: 7010155auction111140
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010155auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:05 [ecarstrade.be] INFO: Scrape type for 7010155auction111140: 0
2026-03-28 15:05:05 [ecarstrade.be] INFO: Found listing with ID: 7010598auction111140
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010598auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:05 [ecarstrade.be] INFO: Scrape type for 7010598auction111140: 0
2026-03-28 15:05:05 [ecarstrade.be] INFO: Found listing with ID: 7009878auction111140
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009878auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:05 [ecarstrade.be] INFO: Scrape type for 7009878auction111140: 0
2026-03-28 15:05:05 [ecarstrade.be] INFO: Found listing with ID: 7010563auction111140
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010563auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:05 [ecarstrade.be] INFO: Scrape type for 7010563auction111140: 0
2026-03-28 15:05:05 [ecarstrade.be] INFO: Found listing with ID: 7010283auction111140
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010283auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:05 [ecarstrade.be] INFO: Scrape type for 7010283auction111140: 0
2026-03-28 15:05:05 [ecarstrade.be] INFO: Found listing with ID: 7010158auction111140
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010158auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:05 [ecarstrade.be] INFO: Scrape type for 7010158auction111140: 0
2026-03-28 15:05:05 [ecarstrade.be] INFO: Found listing with ID: 7010498auction111140
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010498auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:05 [ecarstrade.be] INFO: Scrape type for 7010498auction111140: 0
2026-03-28 15:05:05 [ecarstrade.be] INFO: Found listing with ID: 7010160auction111140
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010160auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:05 [ecarstrade.be] INFO: Scrape type for 7010160auction111140: 0
2026-03-28 15:05:05 [ecarstrade.be] INFO: Found listing with ID: 7010207auction111140
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010207auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:05 [ecarstrade.be] INFO: Scrape type for 7010207auction111140: 0
2026-03-28 15:05:05 [ecarstrade.be] INFO: Found listing with ID: 7010622auction111140
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010622auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:05 [ecarstrade.be] INFO: Scrape type for 7010622auction111140: 0
2026-03-28 15:05:05 [ecarstrade.be] INFO: Found listing with ID: 7010641auction111140
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010641auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:05 [ecarstrade.be] INFO: Scrape type for 7010641auction111140: 0
2026-03-28 15:05:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:05:06 [scrapy.extensions.logstats] INFO: Crawled 620 pages (at 7 pages/min), scraped 404 items (at 0 items/min)
2026-03-28 15:05:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 351MiB
2026-03-28 15:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page211?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010494auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010494auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010494auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010553auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010553auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010553auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010634auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010634auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010634auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010546auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010546auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010546auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010188auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010188auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010188auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010281auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010281auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010281auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010569auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010569auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010569auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010131auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010131auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010131auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010201auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010201auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010201auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010556auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010556auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010556auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010570auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010570auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010570auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010048auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010048auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010048auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010237auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010237auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010237auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010309auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010309auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010309auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010316auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010316auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010316auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010555auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010555auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010555auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010631auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010631auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010631auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010491auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010491auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010491auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010571auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010571auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010571auction111140: 0
2026-03-28 15:05:13 [ecarstrade.be] INFO: Found listing with ID: 7010572auction111140
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010572auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:13 [ecarstrade.be] INFO: Scrape type for 7010572auction111140: 0
2026-03-28 15:05:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:05:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page211?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:05:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:05:20 [ecarstrade.be] INFO: Found listing with ID: 7010572auction111140
2026-03-28 15:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010572auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:20 [ecarstrade.be] INFO: Scrape type for 7010572auction111140: 0
2026-03-28 15:05:20 [ecarstrade.be] INFO: Found listing with ID: 7010500auction111140
2026-03-28 15:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010500auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010500auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010579auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010579auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010579auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010280auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010280auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010280auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010297auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010297auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010297auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010573auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010573auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010573auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010124auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010124auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010124auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010574auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010574auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010574auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010206auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010206auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010206auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010499auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010499auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010499auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010506auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010506auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010506auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010112auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010112auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010112auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010203auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010203auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010203auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010282auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010282auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010282auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010518auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010518auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010518auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010232auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010232auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010232auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010604auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010604auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010604auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010164auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010164auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010164auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010278auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010278auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010278auction111140: 0
2026-03-28 15:05:21 [ecarstrade.be] INFO: Found listing with ID: 7010133auction111140
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010133auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:21 [ecarstrade.be] INFO: Scrape type for 7010133auction111140: 0
2026-03-28 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-28 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010558auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010558auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010558auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010245auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010245auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010245auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010481auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010481auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010481auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010138auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010138auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010138auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010246auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010246auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010246auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010535auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010535auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010535auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010121auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010121auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010121auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010606auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010606auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010606auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010279auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010279auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010279auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010519auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010519auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010519auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010580auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010580auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010580auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010128auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010128auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010128auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010204auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010204auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010204auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010284auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010284auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010284auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010234auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010234auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010234auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010249auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010249auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010249auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010277auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010277auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010277auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010600auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010600auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010600auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010022auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010022auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010022auction111140: 0
2026-03-28 15:05:28 [ecarstrade.be] INFO: Found listing with ID: 7010577auction111140
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010577auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:28 [ecarstrade.be] INFO: Scrape type for 7010577auction111140: 0
2026-03-28 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-28 15:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010602auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010602auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010602auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010250auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010250auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010250auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010557auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010557auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010557auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010562auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010562auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010562auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010163auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010163auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010163auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010592auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010592auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010592auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010251auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010251auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010251auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010501auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010501auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010501auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010510auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010510auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010510auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010525auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010525auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010525auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010597auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010597auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010597auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010165auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010165auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010165auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010274auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010274auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010274auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010117auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010117auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010117auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010167auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010167auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010167auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010567auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010567auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010567auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010225auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010225auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010225auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010233auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010233auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010233auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010541auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010541auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010541auction111140: 0
2026-03-28 15:05:35 [ecarstrade.be] INFO: Found listing with ID: 7010586auction111140
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010586auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:35 [ecarstrade.be] INFO: Scrape type for 7010586auction111140: 0
2026-03-28 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-28 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:05:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:05:41 [ecarstrade.be] INFO: Found listing with ID: 7010586auction111140
2026-03-28 15:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010586auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010586auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010575auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010575auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010575auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010229auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010229auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010229auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010523auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010523auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010523auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010218auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010218auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010218auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010252auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010252auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010252auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010175auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010175auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010175auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010512auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010512auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010512auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010197auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010197auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010197auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010221auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010221auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010221auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010517auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010517auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010517auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010170auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010170auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010170auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010171auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010171auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010171auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010534auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010534auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010534auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010533auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010533auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010533auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010568auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010568auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010568auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010566auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010566auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010566auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010244auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010244auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010244auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7010547auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277010547auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7010547auction111140: 0
2026-03-28 15:05:42 [ecarstrade.be] INFO: Found listing with ID: 7009957auction111140
2026-03-28 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%277009957auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:05:42 [ecarstrade.be] INFO: Scrape type for 7009957auction111140: 0
2026-03-28 15:05:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:06:06 [scrapy.extensions.logstats] INFO: Crawled 625 pages (at 5 pages/min), scraped 404 items (at 0 items/min)
2026-03-28 15:06:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 351MiB
2026-03-28 15:06:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010552auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010552auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010552auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010248auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010248auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010248auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010520auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010520auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010520auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010255auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010255auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010255auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010524auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010524auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010524auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010240auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010240auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010240auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010179auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010179auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010179auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010263auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010263auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010263auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010551auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010551auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010551auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010162auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010162auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010162auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010554auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010554auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010554auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010104auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010104auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010104auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010550auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010550auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010550auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010509auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010509auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010509auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010166auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010166auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010166auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010257auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010257auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010257auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010268auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010268auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010268auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010532auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010532auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010532auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010503auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010503auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010503auction111140: 0
2026-03-28 15:06:17 [ecarstrade.be] INFO: Found listing with ID: 7010528auction111140
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010528auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:17 [ecarstrade.be] INFO: Scrape type for 7010528auction111140: 0
2026-03-28 15:06:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:06:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:06:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-28 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 7010504auction111140
2026-03-28 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010504auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:23 [ecarstrade.be] INFO: Scrape type for 7010504auction111140: 0
2026-03-28 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 7010505auction111140
2026-03-28 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010505auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:23 [ecarstrade.be] INFO: Scrape type for 7010505auction111140: 0
2026-03-28 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 7010242auction111140
2026-03-28 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010242auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:23 [ecarstrade.be] INFO: Scrape type for 7010242auction111140: 0
2026-03-28 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 7010502auction111140
2026-03-28 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010502auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:23 [ecarstrade.be] INFO: Scrape type for 7010502auction111140: 0
2026-03-28 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 7010516auction111140
2026-03-28 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010516auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:23 [ecarstrade.be] INFO: Scrape type for 7010516auction111140: 0
2026-03-28 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 7010247auction111140
2026-03-28 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010247auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:23 [ecarstrade.be] INFO: Scrape type for 7010247auction111140: 0
2026-03-28 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 7010511auction111140
2026-03-28 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010511auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:24 [ecarstrade.be] INFO: Scrape type for 7010511auction111140: 0
2026-03-28 15:06:24 [ecarstrade.be] INFO: Found listing with ID: 7010508auction111140
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010508auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:24 [ecarstrade.be] INFO: Scrape type for 7010508auction111140: 0
2026-03-28 15:06:24 [ecarstrade.be] INFO: Found listing with ID: 7010530auction111140
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010530auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:24 [ecarstrade.be] INFO: Scrape type for 7010530auction111140: 0
2026-03-28 15:06:24 [ecarstrade.be] INFO: Found listing with ID: 7010565auction111140
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010565auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:24 [ecarstrade.be] INFO: Scrape type for 7010565auction111140: 0
2026-03-28 15:06:24 [ecarstrade.be] INFO: Found listing with ID: 7010527auction111140
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010527auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:24 [ecarstrade.be] INFO: Scrape type for 7010527auction111140: 0
2026-03-28 15:06:24 [ecarstrade.be] INFO: Found listing with ID: 7010531auction111140
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010531auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:24 [ecarstrade.be] INFO: Scrape type for 7010531auction111140: 0
2026-03-28 15:06:24 [ecarstrade.be] INFO: Found listing with ID: 7010564auction111140
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010564auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:24 [ecarstrade.be] INFO: Scrape type for 7010564auction111140: 0
2026-03-28 15:06:24 [ecarstrade.be] INFO: Found listing with ID: 7010241auction111140
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010241auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:24 [ecarstrade.be] INFO: Scrape type for 7010241auction111140: 0
2026-03-28 15:06:24 [ecarstrade.be] INFO: Found listing with ID: 7010529auction111140
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010529auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:24 [ecarstrade.be] INFO: Scrape type for 7010529auction111140: 0
2026-03-28 15:06:24 [ecarstrade.be] INFO: Found listing with ID: 7010239auction111140
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010239auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:24 [ecarstrade.be] INFO: Scrape type for 7010239auction111140: 0
2026-03-28 15:06:24 [ecarstrade.be] INFO: Found listing with ID: 7010507auction111140
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010507auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:24 [ecarstrade.be] INFO: Scrape type for 7010507auction111140: 0
2026-03-28 15:06:24 [ecarstrade.be] INFO: Found listing with ID: 7010514auction111140
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010514auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:24 [ecarstrade.be] INFO: Scrape type for 7010514auction111140: 0
2026-03-28 15:06:24 [ecarstrade.be] INFO: Found listing with ID: 7010243auction111140
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010243auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:24 [ecarstrade.be] INFO: Scrape type for 7010243auction111140: 0
2026-03-28 15:06:24 [ecarstrade.be] INFO: Found listing with ID: 7010515auction111140
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010515auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:24 [ecarstrade.be] INFO: Scrape type for 7010515auction111140: 0
2026-03-28 15:06:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:06:31 [ecarstrade.be] INFO: Found 10 car items
2026-03-28 15:06:31 [ecarstrade.be] INFO: Found listing with ID: 7010515auction111140
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010515auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:31 [ecarstrade.be] INFO: Scrape type for 7010515auction111140: 0
2026-03-28 15:06:31 [ecarstrade.be] INFO: Found listing with ID: 7010526auction111140
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010526auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:31 [ecarstrade.be] INFO: Scrape type for 7010526auction111140: 0
2026-03-28 15:06:31 [ecarstrade.be] INFO: Found listing with ID: 7010548auction111140
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010548auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:31 [ecarstrade.be] INFO: Scrape type for 7010548auction111140: 0
2026-03-28 15:06:31 [ecarstrade.be] INFO: Found listing with ID: 7010549auction111140
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010549auction111140%27 HTTP/1.1" 200 None
2026-03-28 15:06:31 [ecarstrade.be] INFO: Scrape type for 7010549auction111140: 0
2026-03-28 15:06:31 [ecarstrade.be] INFO: Found listing with ID: 6988429auction110870
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988429auction110870%27 HTTP/1.1" 200 None
2026-03-28 15:06:31 [ecarstrade.be] INFO: Scrape type for 6988429auction110870: 0
2026-03-28 15:06:31 [ecarstrade.be] INFO: Found listing with ID: 6988433auction110870
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988433auction110870%27 HTTP/1.1" 200 None
2026-03-28 15:06:31 [ecarstrade.be] INFO: Scrape type for 6988433auction110870: 0
2026-03-28 15:06:31 [ecarstrade.be] INFO: Found listing with ID: 6988437auction110870
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988437auction110870%27 HTTP/1.1" 200 None
2026-03-28 15:06:31 [ecarstrade.be] INFO: Scrape type for 6988437auction110870: 0
2026-03-28 15:06:31 [ecarstrade.be] INFO: Found listing with ID: 6988442auction110870
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988442auction110870%27 HTTP/1.1" 200 None
2026-03-28 15:06:31 [ecarstrade.be] INFO: Scrape type for 6988442auction110870: 0
2026-03-28 15:06:31 [ecarstrade.be] INFO: Found listing with ID: 6988444auction110870
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988444auction110870%27 HTTP/1.1" 200 None
2026-03-28 15:06:31 [ecarstrade.be] INFO: Scrape type for 6988444auction110870: 0
2026-03-28 15:06:31 [ecarstrade.be] INFO: Found listing with ID: 7004543auction110870
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004543auction110870%27 HTTP/1.1" 200 None
2026-03-28 15:06:31 [ecarstrade.be] INFO: Scrape type for 7004543auction110870: 0
2026-03-28 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-28 15:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page219?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-28 15:07:05 [ecarstrade.be] INFO: No car items found on page 219
2026-03-28 15:07:05 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-28 15:07:05 [ecarstrade.be] INFO: ecarstrade.be Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 635, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-28 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20last_price_update_time%20lt%201774278425 HTTP/1.1" 200 None
2026-03-28 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6652862stock') HTTP/1.1" 204 0
2026-03-28 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6653612stock') HTTP/1.1" 204 0
2026-03-28 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6666192stock') HTTP/1.1" 204 0
2026-03-28 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6775921stock') HTTP/1.1" 204 0
2026-03-28 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6795088stock') HTTP/1.1" 204 0
2026-03-28 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6801550stock') HTTP/1.1" 204 0
2026-03-28 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913197stock') HTTP/1.1" 204 0
2026-03-28 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938559stock') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938574stock') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939435stock') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6940299stock') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6957985stock') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962937stock') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979831auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979832auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979833auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979834auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979835auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979836auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979839auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979840auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979841auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979844auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979845auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979846auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979848auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979849auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979850auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979851auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979852auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979853auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979854auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979855auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979856auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979857auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979858auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979859auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979860auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979861auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979863auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979864auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979958auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979965auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979966auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979967auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979968auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979969auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979970auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979971auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979973auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979974auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979975auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979976auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979989auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980074auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980076auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980077auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980078auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980079auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980080auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980081auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980082auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980083auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980085auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980086auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980087auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980088auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980089auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980090auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980091auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980092auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980095auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980096auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980098auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980099auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980100auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980101auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980102auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980103auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980104auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980106auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980108auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980109auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980110auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980111auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980112auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980113auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980114auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980115auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980118auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980119auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980120auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980122auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980123auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980124auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980126auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980127auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980128auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980129auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980130auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980131auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980132auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980134auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980135auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980136auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980137auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980139auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980140auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980142auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980144auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980145auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980146auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980147auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980148auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980149auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980151auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980152auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980153auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980154auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980155auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980159auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980160auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980162auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980163auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980165auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980167auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980168auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980170auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980171auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980172auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980173auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980174auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980176auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980178auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980179auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980180auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980182auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980185auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980187auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980188auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980191auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980192auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980194auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980196auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980197auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980198auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980199auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980201auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980202auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980203auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980204auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980205auction110777') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983428auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983429auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983430auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983431auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983432auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983433auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983434auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983435auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983436auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983438auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983439auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983440auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983441auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983444auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983447auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983462auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983465auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983467auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983468auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983471auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983473auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983475auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983476auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983477auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983478auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983479auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983481auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983483auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983485auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983486auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983487auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983489auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983490auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983491auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983492auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983493auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983494auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983495auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983496auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983497auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983498auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983499auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983500auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983502auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983503auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983505auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983506auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983507auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983508auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983509auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983510auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983511auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983512auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983534auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983535auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983536auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983537auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983538auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983539auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983540auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983541auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983542auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983543auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983545auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983546auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983547auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983549auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983550auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983554auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983558auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983559auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983561auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983562auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983563auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983565auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983566auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983567auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983568auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983569auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983570auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983572auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983573auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983574auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983575auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983576auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983577auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983578auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983584auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983585auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983586auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983587auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983588auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983589auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983590auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983592auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983593auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983594auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983595auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983596auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983597auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983598auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983599auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983600auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983601auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983602auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983603auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983604auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983605auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983607auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983608auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983609auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983610auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983611auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983613auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983614auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983615auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983616auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983617auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983618auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983619auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983620auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983621auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983622auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983623auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983624auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983625auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983626auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983627auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983628auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983629auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983630auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983631auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983632auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983633auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983634auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983635auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983636auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983637auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983638auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983639auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983640auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983641auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983642auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983643auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983644auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983645auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983647auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983648auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983649auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983650auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983651auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983652auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983653auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983654auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983655auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983656auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983657auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983658auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983660auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983661auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983663auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983664auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983665auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983666auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983867auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983869auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983871auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983872auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983873auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983874auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983875auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983876auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983877auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983879auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983880auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983882auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983883auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983884auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983885auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983886auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983887auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983888auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983889auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983891auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983892auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983893auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983894auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983895auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983897auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983898auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983899auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983901auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983902auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983903auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983904auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983905auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983906auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983907auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983908auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983909auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983910auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983911auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983912auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983913auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983914auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983915auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983916auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983917auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983918auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983919auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983920auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983921auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983922auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983923auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983924auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983925auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983926auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983927auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983928auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983929auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983930auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983935auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983936auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983937auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983939auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983941auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983942auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983943auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983944auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983945auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983946auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983947auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983950auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983951auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983952auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983953auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983954auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983955auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983956auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983957auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983958auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983959auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983960auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983961auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983962auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983963auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983964auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983965auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983967auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983968auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983969auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983970auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983971auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983972auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983973auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983974auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983976auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983977auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983978auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983979auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983980auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983983auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983984auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983985auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983986auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983987auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983989auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983990auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983991auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983992auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983993auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983994auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983996auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983997auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983998auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983999auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984000auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984001auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984002auction110810') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987488auction110860') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988500auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988502auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988903auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988906auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988908auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988911auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988912auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988982auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988985auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989231auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989234auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989237auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989238auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989357auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989359auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989361auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989362auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989436auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989438auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989439auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989858auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989860auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989861auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989873auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989874auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990076auction110830') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991332auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991333auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991334auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991335auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991336auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991337auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991338auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991339auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991341auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991342auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991343auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991345auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991346auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991348auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991350auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991351auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991352auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991353auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991354auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991355auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991356auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991357auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991358auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991360auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991361auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991362auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991363auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991365auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991366auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991367auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991369auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991370auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991371auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991372auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991374auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991375auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991376auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991378auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991379auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991380auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991381auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991382auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991383auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991384auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991385auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991386auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991388auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991389auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991391auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991392auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991393auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991394auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991396auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991397auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991399auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991400auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991402auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991403auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991404auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991406auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991408auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991409auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991410auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991411auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991413auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991414auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991415auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991416auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991418auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991419auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991420auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991421auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991422auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991423auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991424auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991425auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991426auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991427auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991428auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991429auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991430auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991433auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991434auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991435auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991436auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991437auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991438auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991439auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991440auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991442auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991443auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991444auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991445auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991446auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991447auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991448auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991449auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991450auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991451auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991453auction110910') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992869auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992870auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992871auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992872auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992873auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992874auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992875auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992876auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992877auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992879auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992880auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992881auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992882auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992883auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992884auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992885auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992886auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992887auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992888auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992890auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992891auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992893auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992894auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992895auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992896auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992897auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992898auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992899auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992900auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992901auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992902auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992904auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992905auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992907auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992908auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992909auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992910auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992912auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992913auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992915auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992916auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992917auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992919auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992920auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992921auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992922auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992924auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992925auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992926auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992927auction110919') HTTP/1.1" 204 0
2026-03-28 15:07:11 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (404 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.be/task_33_2026-03-28T14_30_00.jl
2026-03-28 15:07:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 351MiB
2026-03-28 15:07:11 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 2207634,
'downloader/request_count': 893,
'downloader/request_method_count/GET': 893,
'downloader/response_bytes': 343328719,
'downloader/response_count': 893,
'downloader/response_status_count/200': 893,
'elapsed_time_seconds': 2224.568104,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 28, 15, 7, 11, 457030, tzinfo=datetime.timezone.utc),
'item_scraped_count': 404,
'log_count/DEBUG': 14607,
'log_count/ERROR': 12,
'log_count/INFO': 13048,
'log_count/WARNING': 264,
'memusage/max': 368410624,
'memusage/startup': 149950464,
'photo_download_count': 264,
'playwright/context_count': 1,
'playwright/context_count/max_concurrent': 1,
'playwright/context_count/persistent/False': 1,
'playwright/context_count/remote/False': 1,
'playwright/page_count': 1,
'playwright/page_count/max_concurrent': 1,
'playwright/request_count': 174,
'playwright/request_count/method/GET': 152,
'playwright/request_count/method/POST': 22,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/eventsource': 2,
'playwright/request_count/resource_type/fetch': 17,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 84,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 45,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 12,
'playwright/response_count': 174,
'playwright/response_count/method/GET': 152,
'playwright/response_count/method/POST': 22,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 17,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 84,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 45,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 12,
'request_depth_max': 219,
'response_received_count': 629,
'scheduler/dequeued': 893,
'scheduler/dequeued/memory': 893,
'scheduler/enqueued': 893,
'scheduler/enqueued/memory': 893,
'scrape_type/new': 43,
'scrape_type/new_duplicate_id': 1,
'scrape_type/price_update': 365,
'scrape_type/skipped': 3926,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 628,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 9.320902312821014,
'scrapy-zyte-api/mean_response_seconds': 9.549936354252244,
'scrapy-zyte-api/processed': 628,
'scrapy-zyte-api/request_args/browserHtml': 628,
'scrapy-zyte-api/request_args/experimental.requestCookies': 628,
'scrapy-zyte-api/request_args/experimental.responseCookies': 628,
'scrapy-zyte-api/request_args/requestHeaders': 628,
'scrapy-zyte-api/request_args/sessionContext': 628,
'scrapy-zyte-api/request_args/url': 628,
'scrapy-zyte-api/status_codes/200': 628,
'scrapy-zyte-api/success': 628,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 28, 14, 30, 6, 888926, tzinfo=datetime.timezone.utc)}
2026-03-28 15:07:11 [scrapy.core.engine] INFO: Spider closed (finished)