2026-03-25 01:30:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-25 01:30:06 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-25 01:30:06 [ecarstrade.be] INFO: Starting spider ecarstrade.be
2026-03-25 01:30:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-25 01:30:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-25 01:30:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-25 01:30:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-25 01:30:06 [scrapy.extensions.telnet] INFO: Telnet Password: 32dc7468b0c4301f
2026-03-25 01:30:06 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-25 01: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-25T01_30_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-25 01:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-25 01:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-25 01:30:06 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-25 01:30:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-25 01:30:06 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-25 01:30:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-25 01:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-25 01:30:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2115
2026-03-25 01:30:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-25 01:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-25 01:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:30:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-25 01:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27en%27%20and%20RowKey%20eq%20%27en%27 HTTP/1.1" 200 None
2026-03-25 01:30:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-25 01:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-25 01:30:06 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-25 01:30:06 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-25 01:30:06 [scrapy.core.engine] INFO: Spider opened
2026-03-25 01:30:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-25 01:30:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-25 01:30:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-25 01:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-25 01:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-25 01:30:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-25 01:30:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-25 01:30:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-25 01:30:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-25 01:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-25 01:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-25 01:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-25 01:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-25 01: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-25 01: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-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=01714953> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=01714953> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=01714953> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/back.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/icons/flags/svg/en.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/exclusive.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/engine.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/doors.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/places.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/warehouse_32x32.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/stripe/powered_by_stripe.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/lightbox/loading.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=01714953> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser> (resource type: fetch, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google-analytics.com/analytics.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=01714953>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-25 01: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-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200>
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-25 01: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=01714953)
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-25 01: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-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR&cx=c>m=4e63n1> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=AW-742220279> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01: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=2049148223.1774402216&dt=Search%20%7C%20eCarsTrade&auid=210341508.1774402216&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63n1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252~117884344~118131588&apve=1&apvf=f&apvc=1&tft=1774402216348&tfd=3139> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=503287591&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IEBAAEABAAAAACAAI~&jid=1672601664&gjid=1500260130&cid=2078704524.1774402216&tid=UA-73443533-1&_gid=760376710.1774402216&_r=1&_slc=1&z=1561202264> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR&cx=c>m=4e63n1>
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256z8811692034za20gzb811692034zd811692034&_p=1774402214870&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2078704524.1774402216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115616985~115938465~115938468~116024733~116133313~117484252&sid=1774402216&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&ep.fragment=&tfd=3475> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=2078704524.1774402216>m=45je63n1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616985~115938465~115938468~116024733~116133313~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-25 01: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=2078704524.1774402216>m=45je63n1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616985~115938465~115938468~116024733~116133313~117484252&z=1715095759> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=503287591&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IEBAAEABAAAAACAAI~&jid=1672601664&gjid=1500260130&cid=2078704524.1774402216&tid=UA-73443533-1&_gid=760376710.1774402216&_r=1&_slc=1&z=1561202264>
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za20gzb811692034zd811692034&_p=1774402214870&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2078704524.1774402216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=103116026~103200004~115616985~115938465~115938468~116024733~116133313~117484252&sid=1774402216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&_et=3&tfd=3521> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp.customer.io/v1/m> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-25 01:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za20gzb811692034zd811692034&_p=1774402214870&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2078704524.1774402216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=3&tag_exp=103116026~103200004~115616985~115938465~115938468~116024733~116133313~117484252&sid=1774402216&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=1774401286&ep.url=%2Fsearch&ep.eventName=search&_et=2&tfd=3687> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=2049148223.1774402216&dt=Search%20%7C%20eCarsTrade&auid=210341508.1774402216&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63n1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252~117884344~118131588&apve=1&apvf=f&apvc=1&tft=1774402216900&tfd=3691> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774401900000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774402217090&cv=11&fst=1774402217090&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=2049148223.1774402216&dt=Search%20%7C%20eCarsTrade&auid=210341508.1774402216&navt=n&npa=0&ga_uid=G-0239LS8MTR.0>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774402217116&tfd=3907> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01: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-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za20gzb811692034zd811692034&_p=1774402214870&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2078704524.1774402216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=103116026~103200004~115616985~115938465~115938468~116024733~116133313~117484252&sid=1774402216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&_et=3&tfd=3521>
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false>
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990080/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990120/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/be.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_non_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01: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-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za20gzb811692034zd811692034&_p=1774402214870&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2078704524.1774402216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=3&tag_exp=103116026~103200004~115616985~115938465~115938468~116024733~116133313~117484252&sid=1774402216&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=1774401286&ep.url=%2Fsearch&ep.eventName=search&_et=2&tfd=3687>
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-25 01: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=2049148223.1774402216&dt=Search%20%7C%20eCarsTrade&auid=210341508.1774402216&navt=n&npa=0&ga_uid=G-0239LS8MTR.0>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774402217116&tfd=3907>
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990121/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990124/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990125/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990126/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990127/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256z8811692034za20gzb811692034zd811692034&_p=1774402214870&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2078704524.1774402216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115616985~115938465~115938468~116024733~116133313~117484252&sid=1774402216&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&ep.fragment=&tfd=3475>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=2049148223.1774402216&dt=Search%20%7C%20eCarsTrade&auid=210341508.1774402216&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63n1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252~117884344~118131588&apve=1&apvf=f&apvc=1&tft=1774402216348&tfd=3139>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990178/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=2049148223.1774402216&dt=Search%20%7C%20eCarsTrade&auid=210341508.1774402216&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63n1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252~117884344~118131588&apve=1&apvf=f&apvc=1&tft=1774402216900&tfd=3691>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990179/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990180/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0239LS8MTR&cid=2078704524.1774402216>m=45je63n1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616985~115938465~115938468~116024733~116133313~117484252&z=1715095759>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990189/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990190/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990080/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=2078704524.1774402216>m=45je63n1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616985~115938465~115938468~116024733~116133313~117484252>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990191/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990194/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990199/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990200/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990203/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990244/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990245/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990249/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990120/photo_000/260x0__r.jpg>
2026-03-25 01: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-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25873&mobile=false&messagesUtk=3fd1126ae1ef4281980e035f7a8d84f9&traceId=3fd1126ae1ef4281980e035f7a8d84f9> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://o.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp.customer.io/v1/m>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990121/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990124/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990125/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990126/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990127/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990178/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990179/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990180/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990190/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990189/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990191/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990199/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990194/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990203/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990200/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990244/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990245/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990249/photo_000/260x0__r.jpg>
2026-03-25 01:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-25 01:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://o.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 01:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-25 01:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25873&mobile=false&messagesUtk=3fd1126ae1ef4281980e035f7a8d84f9&traceId=3fd1126ae1ef4281980e035f7a8d84f9>
2026-03-25 01:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774402217090&cv=11&fst=1774402217090&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-25 01:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774402217090&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9XF70VbNAVe86J16UGPtC0mml0T2QYwCX19FpWDhyrAIMy9RL19S93WsxdYx5V9dIdItNA9TPPbY1jKEOTIDndDIjN0l7bodPgPI&random=4167297653&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774402217090&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9XF70VbNAVe86J16UGPtC0mml0T2QYwCX19FpWDhyrAIMy9RL19S93WsxdYx5V9dIdItNA9TPPbY1jKEOTIDndDIjN0l7bodPgPI&random=4167297653&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774402217090&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9XF70VbNAVe86J16UGPtC0mml0T2QYwCX19FpWDhyrAIMy9RL19S93WsxdYx5V9dIdItNA9TPPbY1jKEOTIDndDIjN0l7bodPgPI&random=4167297653&rmt_tld=0&ipr=y>
2026-03-25 01:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774402217090&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9XF70VbNAVe86J16UGPtC0mml0T2QYwCX19FpWDhyrAIMy9RL19S93WsxdYx5V9dIdItNA9TPPbY1jKEOTIDndDIjN0l7bodPgPI&random=4167297653&rmt_tld=1&ipr=y>
2026-03-25 01:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=01714953> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=01714953> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=01714953> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=01714953> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=01714953>
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://o.clarity.ms/collect>
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=01714953>
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=01714953>
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=01714953>
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=01714953)
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/chosen-sprite.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=01714953)
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://o.clarity.ms/collect>
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za20gzb811692034zd811692034&_p=1774402214870&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2078704524.1774402216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAACGQ&_s=4&tag_exp=103116026~103200004~115616985~115938465~115938468~116024733~116133313~117484252&uid=0&sid=1774402216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=119&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=7205> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774402220415&cv=11&fst=1774402220415&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=2049148223.1774402216&dt=Search%20%7C%20eCarsTrade&auid=210341508.1774402216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774401286&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774402220430&tfd=7220> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za20gzb811692034zd811692034&_p=1774402214870&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2078704524.1774402216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAACGQ&_s=4&tag_exp=103116026~103200004~115616985~115938465~115938468~116024733~116133313~117484252&uid=0&sid=1774402216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=119&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=7205>
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774402220415&cv=11&fst=1774402220415&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774402220654&cv=11&fst=1774402220654&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=2049148223.1774402216&dt=Search%20%7C%20eCarsTrade&auid=210341508.1774402216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774401286&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774402220666&tfd=7456> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01: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=2049148223.1774402216&dt=Search%20%7C%20eCarsTrade&auid=210341508.1774402216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774401286&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774402220430&tfd=7220>
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774402220415&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%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=CAQSXQAFq6B9TjuVaIk1mDDp01EMgy_DuSts5eDi76UcaJxfX8k6LyCX5_A_uvLBRAeB3mBs9-4kpc50MyNczLSamyopurTD-VGlwLfp-XQJvkgR1M2oJ86g928swb3jBQ&random=2181392320&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774402220415&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%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=CAQSXQAFq6B9TjuVaIk1mDDp01EMgy_DuSts5eDi76UcaJxfX8k6LyCX5_A_uvLBRAeB3mBs9-4kpc50MyNczLSamyopurTD-VGlwLfp-XQJvkgR1M2oJ86g928swb3jBQ&random=2181392320&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774402220654&cv=11&fst=1774402220654&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-25 01: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=2049148223.1774402216&dt=Search%20%7C%20eCarsTrade&auid=210341508.1774402216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774401286&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774402220666&tfd=7456>
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774402220654&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%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=CAQSXQAFq6B9j7Zpi3qrmwA6AgOm8W6-cTy-43IPFKyDIBf2huhOTO_DNgmnmj_WpdChyKHx8IykSkPGlveYOplNNo5mytKWQWQlfq0_ZyyCLLIgrvsZBUNm5qTL8r0LcA&random=3296496843&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774402220654&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%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=CAQSXQAFq6B9j7Zpi3qrmwA6AgOm8W6-cTy-43IPFKyDIBf2huhOTO_DNgmnmj_WpdChyKHx8IykSkPGlveYOplNNo5mytKWQWQlfq0_ZyyCLLIgrvsZBUNm5qTL8r0LcA&random=3296496843&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774402220415&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%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=CAQSXQAFq6B9TjuVaIk1mDDp01EMgy_DuSts5eDi76UcaJxfX8k6LyCX5_A_uvLBRAeB3mBs9-4kpc50MyNczLSamyopurTD-VGlwLfp-XQJvkgR1M2oJ86g928swb3jBQ&random=2181392320&rmt_tld=0&ipr=y>
2026-03-25 01:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774402220415&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%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=CAQSXQAFq6B9TjuVaIk1mDDp01EMgy_DuSts5eDi76UcaJxfX8k6LyCX5_A_uvLBRAeB3mBs9-4kpc50MyNczLSamyopurTD-VGlwLfp-XQJvkgR1M2oJ86g928swb3jBQ&random=2181392320&rmt_tld=1&ipr=y>
2026-03-25 01:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774402220654&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%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=CAQSXQAFq6B9j7Zpi3qrmwA6AgOm8W6-cTy-43IPFKyDIBf2huhOTO_DNgmnmj_WpdChyKHx8IykSkPGlveYOplNNo5mytKWQWQlfq0_ZyyCLLIgrvsZBUNm5qTL8r0LcA&random=3296496843&rmt_tld=0&ipr=y>
2026-03-25 01:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774402220654&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%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=CAQSXQAFq6B9j7Zpi3qrmwA6AgOm8W6-cTy-43IPFKyDIBf2huhOTO_DNgmnmj_WpdChyKHx8IykSkPGlveYOplNNo5mytKWQWQlfq0_ZyyCLLIgrvsZBUNm5qTL8r0LcA&random=3296496843&rmt_tld=1&ipr=y>
2026-03-25 01:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://o.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 01:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://o.clarity.ms/collect>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999200/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/fr.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999201/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999199/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999198/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999197/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999196/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999195/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999194/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999193/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999192/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999191/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999190/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999189/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999188/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999187/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999186/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999185/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999184/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999183/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999182/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999200/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999201/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999199/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999198/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999197/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999196/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999194/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999195/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999193/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999192/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999190/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999191/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999186/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999185/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999188/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999189/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999184/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999187/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999183/photo_001/260x0__r.jpg>
2026-03-25 01:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999182/photo_001/260x0__r.jpg>
2026-03-25 01:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://o.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 01:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za20gzb811692034zd811692034&_p=1774402214870&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2078704524.1774402216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=103116026~103200004~115616985~115938465~115938468~116024733~116133313~117484252&uid=0&sid=1774402216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=12205> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za20gzb811692034zd811692034&_p=1774402214870&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2078704524.1774402216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=103116026~103200004~115616985~115938465~115938468~116024733~116133313~117484252&uid=0&sid=1774402216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=12205>
2026-03-25 01:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://o.clarity.ms/collect>
2026-03-25 01:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774402225926&cv=11&fst=1774402225926&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01: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=2049148223.1774402216&dt=Search%20%7C%20eCarsTrade&auid=210341508.1774402216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774401286&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774402225939&tfd=12729> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774402225926&cv=11&fst=1774402225926&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-25 01:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774402225926&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%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=CAQSXQAFq6B9V05wx5XaD6IPTJAuJ22YtbtYsLZi4WVcuGk21hNJkZwXfN3WRNWl30ltRpVR-wgO4SQGffnkNH3lQuSlqhAQJ6-gePzNYy6I95_B_x3RFa4If7YI0kOT6Q&random=1782258488&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774402225926&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%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=CAQSXQAFq6B9V05wx5XaD6IPTJAuJ22YtbtYsLZi4WVcuGk21hNJkZwXfN3WRNWl30ltRpVR-wgO4SQGffnkNH3lQuSlqhAQJ6-gePzNYy6I95_B_x3RFa4If7YI0kOT6Q&random=1782258488&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=2049148223.1774402216&dt=Search%20%7C%20eCarsTrade&auid=210341508.1774402216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774401286&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774402225939&tfd=12729>
2026-03-25 01:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774402225926&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%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=CAQSXQAFq6B9V05wx5XaD6IPTJAuJ22YtbtYsLZi4WVcuGk21hNJkZwXfN3WRNWl30ltRpVR-wgO4SQGffnkNH3lQuSlqhAQJ6-gePzNYy6I95_B_x3RFa4If7YI0kOT6Q&random=1782258488&rmt_tld=0&ipr=y>
2026-03-25 01:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774402225926&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%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=CAQSXQAFq6B9V05wx5XaD6IPTJAuJ22YtbtYsLZi4WVcuGk21hNJkZwXfN3WRNWl30ltRpVR-wgO4SQGffnkNH3lQuSlqhAQJ6-gePzNYy6I95_B_x3RFa4If7YI0kOT6Q&random=1782258488&rmt_tld=1&ipr=y>
2026-03-25 01:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774402228192&cv=11&fst=1774402228192&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774402228216&cv=11&fst=1774402228216&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 01:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=2049148223.1774402216&dt=Search%20%7C%20eCarsTrade&auid=210341508.1774402216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774401286&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774402228226&tfd=15016> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=2049148223.1774402216&dt=Search%20%7C%20eCarsTrade&auid=210341508.1774402216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774401286&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774402228226&tfd=15017> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 01:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774402228192&cv=11&fst=1774402228192&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-25 01:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774402228192&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9KoyLQDGwZSzh0U3xuOaL1QN2ncZRIE9GwA7KkmwjROPNxG3fbMfoXOlt3lmIcCetzlyeka2Z2ZJGS3VNg4N_ELBkIY-KsUDMFhrCRIJMcDxGTsUm8kuWeA&random=938004544&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774402228192&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9KoyLQDGwZSzh0U3xuOaL1QN2ncZRIE9GwA7KkmwjROPNxG3fbMfoXOlt3lmIcCetzlyeka2Z2ZJGS3VNg4N_ELBkIY-KsUDMFhrCRIJMcDxGTsUm8kuWeA&random=938004544&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774402228216&cv=11&fst=1774402228216&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-25 01:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774402228216&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%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=CAQSXQAFq6B9csO8Top0GkD86N4FBHXa1PjUdhuKnompp9FiWGm2qFO0oh-DZ6rUEppG97JYY00c64ibGN5BmMEc0iuygNaU5Fxg6yoLQq712tyga8KVE4TzV0iUahUtcg&random=795217199&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774402228216&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%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=CAQSXQAFq6B9csO8Top0GkD86N4FBHXa1PjUdhuKnompp9FiWGm2qFO0oh-DZ6rUEppG97JYY00c64ibGN5BmMEc0iuygNaU5Fxg6yoLQq712tyga8KVE4TzV0iUahUtcg&random=795217199&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 01:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=2049148223.1774402216&dt=Search%20%7C%20eCarsTrade&auid=210341508.1774402216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774401286&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774402228226&tfd=15016>
2026-03-25 01:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=2049148223.1774402216&dt=Search%20%7C%20eCarsTrade&auid=210341508.1774402216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774401286&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774402228226&tfd=15017>
2026-03-25 01:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774402228192&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9KoyLQDGwZSzh0U3xuOaL1QN2ncZRIE9GwA7KkmwjROPNxG3fbMfoXOlt3lmIcCetzlyeka2Z2ZJGS3VNg4N_ELBkIY-KsUDMFhrCRIJMcDxGTsUm8kuWeA&random=938004544&rmt_tld=0&ipr=y>
2026-03-25 01:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774402228216&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%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=CAQSXQAFq6B9csO8Top0GkD86N4FBHXa1PjUdhuKnompp9FiWGm2qFO0oh-DZ6rUEppG97JYY00c64ibGN5BmMEc0iuygNaU5Fxg6yoLQq712tyga8KVE4TzV0iUahUtcg&random=795217199&rmt_tld=0&ipr=y>
2026-03-25 01:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774402228192&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9KoyLQDGwZSzh0U3xuOaL1QN2ncZRIE9GwA7KkmwjROPNxG3fbMfoXOlt3lmIcCetzlyeka2Z2ZJGS3VNg4N_ELBkIY-KsUDMFhrCRIJMcDxGTsUm8kuWeA&random=938004544&rmt_tld=1&ipr=y>
2026-03-25 01:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774402228216&cv=11&fst=1774400400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=210341508.1774402216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774401286%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=CAQSXQAFq6B9csO8Top0GkD86N4FBHXa1PjUdhuKnompp9FiWGm2qFO0oh-DZ6rUEppG97JYY00c64ibGN5BmMEc0iuygNaU5Fxg6yoLQq712tyga8KVE4TzV0iUahUtcg&random=795217199&rmt_tld=1&ipr=y>
2026-03-25 01:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://o.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 01:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://o.clarity.ms/collect>
2026-03-25 01:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-25 01:30:30 [ecarstrade.be] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUlCvgnEmXRll4QMQ10ufyLZnXCedMTbvBeiqB3womCcm-avvXauTYutANfT', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808098220, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1776994213, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': 'a0a7qh37vq8li1ioghd88gmn21', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774431013, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1835919013, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1776994213, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': '7832503d-cece-4f06-8642-f86a05270a6a', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1808962215, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.210341508.1774402216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782178216, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.760376710.1774402216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774488616, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774402276, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.1.2078704524.1774402216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837474216, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A8e5d57e7-9b9a-4b74-99a7-1553301786d3%22%2C%22%24device_id%22%3A%228e5d57e7-9b9a-4b74-99a7-1553301786d3%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': 1805938217, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'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-25T01%3A30%3A20.095Z%22%2C%22consentId%22%3A%224a96e681-828c-4071-a416-100b1aea1910%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-25T01%3A30%3A20.095Z%22%2C%22expirationTime%22%3A1790127020095%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790127020, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"4a96e681-828c-4071-a416-100b1aea1910","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': 1774402522, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774402216$o1$g1$t1774402228$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837474228, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}]
2026-03-25 01:30:30 [ecarstrade.be] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUlCvgnEmXRll4QMQ10ufyLZnXCedMTbvBeiqB3womCcm-avvXauTYutANfT', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': 'a0a7qh37vq8li1ioghd88gmn21', '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': '7832503d-cece-4f06-8642-f86a05270a6a', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.210341508.1774402216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.760376710.1774402216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.2078704524.1774402216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A8e5d57e7-9b9a-4b74-99a7-1553301786d3%22%2C%22%24device_id%22%3A%228e5d57e7-9b9a-4b74-99a7-1553301786d3%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': '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-25T01%3A30%3A20.095Z%22%2C%22consentId%22%3A%224a96e681-828c-4071-a416-100b1aea1910%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-25T01%3A30%3A20.095Z%22%2C%22expirationTime%22%3A1790127020095%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"4a96e681-828c-4071-a416-100b1aea1910","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.s1774402216$o1$g1$t1774402228$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}]
2026-03-25 01:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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-25 01:30:30 [ecarstrade.be] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-25 01: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-25 01:31:06 [scrapy.extensions.logstats] INFO: Crawled 1 pages (at 1 pages/min), scraped 0 items (at 0 items/min)
2026-03-25 01:31:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 178MiB
2026-03-25 01:31:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page1?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search) ['zyte-api']
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990080auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990080auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990080auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990120auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990120auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990120auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990121auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990121auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990121auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990124auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990124auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990124auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990125auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990125auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990125auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990126auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990126auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990126auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990127auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990127auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990127auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990178auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990178auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990178auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990179auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990179auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990179auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990180auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990180auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990180auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990189auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990189auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990189auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990190auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990190auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990190auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990191auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990191auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990191auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990194auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990194auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990194auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990199auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990199auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990199auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990200auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990200auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990200auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990203auction110886
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990203auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:08 [ecarstrade.be] INFO: Scrape type for 6990203auction110886: 0
2026-03-25 01:31:08 [ecarstrade.be] INFO: Found listing with ID: 6990244auction110886
2026-03-25 01:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990244auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:09 [ecarstrade.be] INFO: Scrape type for 6990244auction110886: 0
2026-03-25 01:31:09 [ecarstrade.be] INFO: Found listing with ID: 6990245auction110886
2026-03-25 01:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990245auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:09 [ecarstrade.be] INFO: Scrape type for 6990245auction110886: 0
2026-03-25 01:31:09 [ecarstrade.be] INFO: Found listing with ID: 6990249auction110886
2026-03-25 01:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990249auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:09 [ecarstrade.be] INFO: Scrape type for 6990249auction110886: 0
2026-03-25 01:31:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:31:16 [ecarstrade.be] INFO: Found listing with ID: 6990253auction110886
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990253auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:16 [ecarstrade.be] INFO: Scrape type for 6990253auction110886: 2
2026-03-25 01: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-25 01:31:16 [ecarstrade.be] INFO: Found listing with ID: 6990254auction110886
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990254auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:16 [ecarstrade.be] INFO: Scrape type for 6990254auction110886: 2
2026-03-25 01: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-25 01:31:16 [ecarstrade.be] INFO: Found listing with ID: 6990262auction110886
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990262auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:16 [ecarstrade.be] INFO: Scrape type for 6990262auction110886: 2
2026-03-25 01: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-25 01:31:16 [ecarstrade.be] INFO: Found listing with ID: 6990301auction110886
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990301auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:16 [ecarstrade.be] INFO: Scrape type for 6990301auction110886: 2
2026-03-25 01: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-25 01:31:16 [ecarstrade.be] INFO: Found listing with ID: 6990304auction110886
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990304auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:16 [ecarstrade.be] INFO: Scrape type for 6990304auction110886: 2
2026-03-25 01: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-25 01:31:16 [ecarstrade.be] INFO: Found listing with ID: 6990309auction110886
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990309auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:16 [ecarstrade.be] INFO: Scrape type for 6990309auction110886: 2
2026-03-25 01: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-25 01:31:16 [ecarstrade.be] INFO: Found listing with ID: 6990494auction110886
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990494auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:16 [ecarstrade.be] INFO: Scrape type for 6990494auction110886: 2
2026-03-25 01: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-25 01:31:16 [ecarstrade.be] INFO: Found listing with ID: 6990496auction110886
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990496auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:16 [ecarstrade.be] INFO: Scrape type for 6990496auction110886: 2
2026-03-25 01: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-25 01:31:16 [ecarstrade.be] INFO: Found listing with ID: 6990498auction110886
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990498auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:16 [ecarstrade.be] INFO: Scrape type for 6990498auction110886: 2
2026-03-25 01:31:16 [ecarstrade.be] INFO: Found listing with ID: 6990499auction110886
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990499auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:16 [ecarstrade.be] INFO: Scrape type for 6990499auction110886: 2
2026-03-25 01:31:16 [ecarstrade.be] INFO: Found listing with ID: 6990500auction110886
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990500auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:16 [ecarstrade.be] INFO: Scrape type for 6990500auction110886: 2
2026-03-25 01:31:16 [ecarstrade.be] INFO: Found listing with ID: 6990507auction110886
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990507auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:16 [ecarstrade.be] INFO: Scrape type for 6990507auction110886: 2
2026-03-25 01:31:16 [ecarstrade.be] INFO: Found listing with ID: 6990510auction110886
2026-03-25 01:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990510auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:17 [ecarstrade.be] INFO: Scrape type for 6990510auction110886: 2
2026-03-25 01:31:17 [ecarstrade.be] INFO: Found listing with ID: 6990511auction110886
2026-03-25 01:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990511auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:17 [ecarstrade.be] INFO: Scrape type for 6990511auction110886: 2
2026-03-25 01:31:17 [ecarstrade.be] INFO: Found listing with ID: 6990512auction110886
2026-03-25 01:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990512auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:17 [ecarstrade.be] INFO: Scrape type for 6990512auction110886: 2
2026-03-25 01:31:17 [ecarstrade.be] INFO: Found listing with ID: 6990515auction110886
2026-03-25 01:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990515auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:17 [ecarstrade.be] INFO: Scrape type for 6990515auction110886: 2
2026-03-25 01:31:17 [ecarstrade.be] INFO: Found listing with ID: 6990516auction110886
2026-03-25 01:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990516auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:17 [ecarstrade.be] INFO: Scrape type for 6990516auction110886: 2
2026-03-25 01:31:17 [ecarstrade.be] INFO: Found listing with ID: 6990518auction110886
2026-03-25 01:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990518auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:17 [ecarstrade.be] INFO: Scrape type for 6990518auction110886: 2
2026-03-25 01:31:17 [ecarstrade.be] INFO: Found listing with ID: 6990519auction110886
2026-03-25 01:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990519auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:17 [ecarstrade.be] INFO: Scrape type for 6990519auction110886: 2
2026-03-25 01:31:17 [ecarstrade.be] INFO: Found listing with ID: 6990522auction110886
2026-03-25 01:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990522auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:17 [ecarstrade.be] INFO: Scrape type for 6990522auction110886: 2
2026-03-25 01:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990304> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:23 [ecarstrade.be] INFO: Extracting details for car 6990304auction110886
2026-03-25 01:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990301> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d95bd370-c738-5c3c-a16b-49ece682d73f with identifier: 6990304auction110886
2026-03-25 01:31:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d95bd370-c738-5c3c-a16b-49ece682d73f with scrape type 2
2026-03-25 01:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d95bd370-c738-5c3c-a16b-49ece682d73f with scrape type 2
2026-03-25 01:31:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d95bd370-c738-5c3c-a16b-49ece682d73f, identifier: 6990304auction110886
2026-03-25 01:31:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d95bd370-c738-5c3c-a16b-49ece682d73f with identifier: 6990304auction110886
2026-03-25 01:31:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 01:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 01:31:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 01:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 01:31:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d95bd370-c738-5c3c-a16b-49ece682d73f with identifier: 6990304auction110886
2026-03-25 01:31:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d95bd370-c738-5c3c-a16b-49ece682d73f with identifier: 6990304auction110886 to the API
2026-03-25 01:31:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990304>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'd95bd370-c738-5c3c-a16b-49ece682d73f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990304',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mini',
'model': 'One D',
'odometer': 171292,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-04-15',
'seats_number': 4,
'seller_name': None,
'title': 'MINI Mini (R56) Mini 1.6 D One DPF',
'transmission': 'manual',
'trim': 'MINI (R56) 1.6 D PF',
'vin': None,
'year': 2010}
2026-03-25 01:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990304auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:24 [ecarstrade.be] INFO: Saving data for 6990304auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198797.113227, 'last_price_update_time': 1774402284.471757}
2026-03-25 01:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990304auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:24 [ecarstrade.be] INFO: Extracting details for car 6990301auction110886
2026-03-25 01:31:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990254> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990494> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990262> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990253> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e5aeca4-d277-5741-9f53-debb4782f553 with identifier: 6990301auction110886
2026-03-25 01:31:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e5aeca4-d277-5741-9f53-debb4782f553 with scrape type 2
2026-03-25 01:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e5aeca4-d277-5741-9f53-debb4782f553 with scrape type 2
2026-03-25 01:31:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2e5aeca4-d277-5741-9f53-debb4782f553, identifier: 6990301auction110886
2026-03-25 01:31:24 [ecarstrade.be] INFO: Extracting details for car 6990254auction110886
2026-03-25 01:31:24 [ecarstrade.be] INFO: Extracting details for car 6990494auction110886
2026-03-25 01:31:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2e5aeca4-d277-5741-9f53-debb4782f553 with identifier: 6990301auction110886
2026-03-25 01:31:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 01:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 01:31:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2e5aeca4-d277-5741-9f53-debb4782f553 with identifier: 6990301auction110886
2026-03-25 01:31:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2e5aeca4-d277-5741-9f53-debb4782f553 with identifier: 6990301auction110886 to the API
2026-03-25 01:31:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990301>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '2.0L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2e5aeca4-d277-5741-9f53-debb4782f553',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990301',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A6',
'odometer': 143152,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A6 Avant PHEV 55 TFSI e Q PHEV Competition Sport S tr.',
'transmission': 'automatic',
'trim': 'AUDI Avant PHEV 55 TFSI e Q PHEV Competition Sport S tr.',
'vin': None,
'year': 2021}
2026-03-25 01:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990301auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:25 [ecarstrade.be] INFO: Saving data for 6990301auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198802.831988, 'last_price_update_time': 1774402285.935749}
2026-03-25 01:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990301auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:25 [ecarstrade.be] INFO: Extracting details for car 6990262auction110886
2026-03-25 01:31:25 [ecarstrade.be] INFO: Extracting details for car 6990253auction110886
2026-03-25 01:31:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990309> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e3cca4e-c531-5891-8531-a487ad0de16d with identifier: 6990254auction110886
2026-03-25 01:31:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e3cca4e-c531-5891-8531-a487ad0de16d with scrape type 2
2026-03-25 01:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e3cca4e-c531-5891-8531-a487ad0de16d with scrape type 2
2026-03-25 01:31:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e3cca4e-c531-5891-8531-a487ad0de16d, identifier: 6990254auction110886
2026-03-25 01:31:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d53c7da0-374d-5cd6-9985-6ab8c1406852 with identifier: 6990494auction110886
2026-03-25 01:31:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d53c7da0-374d-5cd6-9985-6ab8c1406852 with scrape type 2
2026-03-25 01:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d53c7da0-374d-5cd6-9985-6ab8c1406852 with scrape type 2
2026-03-25 01:31:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d53c7da0-374d-5cd6-9985-6ab8c1406852, identifier: 6990494auction110886
2026-03-25 01:31:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:31:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7defef7-2354-53e4-8360-811067a71c48 with identifier: 6990262auction110886
2026-03-25 01:31:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7defef7-2354-53e4-8360-811067a71c48 with scrape type 2
2026-03-25 01:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7defef7-2354-53e4-8360-811067a71c48 with scrape type 2
2026-03-25 01:31:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7defef7-2354-53e4-8360-811067a71c48, identifier: 6990262auction110886
2026-03-25 01:31:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eac3386d-cd98-517c-9c81-2070d722bb8e with identifier: 6990253auction110886
2026-03-25 01:31:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eac3386d-cd98-517c-9c81-2070d722bb8e with scrape type 2
2026-03-25 01:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eac3386d-cd98-517c-9c81-2070d722bb8e with scrape type 2
2026-03-25 01:31:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eac3386d-cd98-517c-9c81-2070d722bb8e, identifier: 6990253auction110886
2026-03-25 01:31:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e3cca4e-c531-5891-8531-a487ad0de16d with identifier: 6990254auction110886
2026-03-25 01:31:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 01:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 01:31:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 01:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 01:31:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e3cca4e-c531-5891-8531-a487ad0de16d with identifier: 6990254auction110886
2026-03-25 01:31:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e3cca4e-c531-5891-8531-a487ad0de16d with identifier: 6990254auction110886 to the API
2026-03-25 01:31:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990254>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Petrol',
'id': '8e3cca4e-c531-5891-8531-a487ad0de16d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990254',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mini',
'model': '',
'odometer': 82748,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-24',
'seats_number': 4,
'seller_name': None,
'title': 'MINI Mini Cabriolet (F57) Mini Cabriolet 1.5A Cooper',
'transmission': 'automatic',
'trim': 'MINI Cabriolet (F57) Cabriolet 1.5A Cooper',
'vin': None,
'year': 2018}
2026-03-25 01:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990254auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:26 [ecarstrade.be] INFO: Saving data for 6990254auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198814.652153, 'last_price_update_time': 1774402286.676363}
2026-03-25 01:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990254auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d53c7da0-374d-5cd6-9985-6ab8c1406852 with identifier: 6990494auction110886
2026-03-25 01:31:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 01:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 01:31:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d53c7da0-374d-5cd6-9985-6ab8c1406852 with identifier: 6990494auction110886
2026-03-25 01:31:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d53c7da0-374d-5cd6-9985-6ab8c1406852 with identifier: 6990494auction110886 to the API
2026-03-25 01:31:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990494>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'd53c7da0-374d-5cd6-9985-6ab8c1406852',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990494',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 19800,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Polo Polo UNITED 1.0 OPF 70 kW (95 ch) 5 vitesses manuel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN UNITED 1.0 OPF 70 kW (95 ch) 5 vitesses manuel',
'vin': None,
'year': 2021}
2026-03-25 01:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990494auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:26 [ecarstrade.be] INFO: Saving data for 6990494auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198801.221247, 'last_price_update_time': 1774402286.978792}
2026-03-25 01:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990494auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7defef7-2354-53e4-8360-811067a71c48 with identifier: 6990262auction110886
2026-03-25 01:31:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7defef7-2354-53e4-8360-811067a71c48 with identifier: 6990262auction110886
2026-03-25 01:31:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7defef7-2354-53e4-8360-811067a71c48 with identifier: 6990262auction110886 to the API
2026-03-25 01:31:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01: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-25 01:31:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990262>
{'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': '2026-03-25T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'e7defef7-2354-53e4-8360-811067a71c48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990262',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '116',
'odometer': 93291,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-12',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 116 Hatch (F20 LCI) 116i OPF (EU6d-TEMP)',
'transmission': 'manual',
'trim': 'Hatch (F20 LCI) i OPF (EU6d-TEMP)',
'vin': None,
'year': 2019}
2026-03-25 01:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990262auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:27 [ecarstrade.be] INFO: Saving data for 6990262auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198799.700061, 'last_price_update_time': 1774402287.252396}
2026-03-25 01:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990262auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eac3386d-cd98-517c-9c81-2070d722bb8e with identifier: 6990253auction110886
2026-03-25 01:31:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eac3386d-cd98-517c-9c81-2070d722bb8e with identifier: 6990253auction110886
2026-03-25 01:31:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eac3386d-cd98-517c-9c81-2070d722bb8e with identifier: 6990253auction110886 to the API
2026-03-25 01:31:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01: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-25 01:31:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990253>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'eac3386d-cd98-517c-9c81-2070d722bb8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990253',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 196000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-07',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Touran 2.0 TDI SCR 110 kW (150 ch) 6 vitesses DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 2.0 TDI SCR 110 kW (150 ch) 6 vitesses DSG',
'vin': None,
'year': 2017}
2026-03-25 01:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990253auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:27 [ecarstrade.be] INFO: Saving data for 6990253auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198809.713938, 'last_price_update_time': 1774402287.577005}
2026-03-25 01:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990253auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:27 [ecarstrade.be] INFO: Extracting details for car 6990309auction110886
2026-03-25 01:31:27 [ecarstrade.be] INFO: Found listing with ID: 6990524auction110886
2026-03-25 01:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990524auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:27 [ecarstrade.be] INFO: Scrape type for 6990524auction110886: 2
2026-03-25 01:31:27 [ecarstrade.be] INFO: Found listing with ID: 6990525auction110886
2026-03-25 01:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990525auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:27 [ecarstrade.be] INFO: Scrape type for 6990525auction110886: 2
2026-03-25 01:31:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6907bee-386c-5aa8-abe5-0ebc67806975 with identifier: 6990309auction110886
2026-03-25 01:31:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6907bee-386c-5aa8-abe5-0ebc67806975 with scrape type 2
2026-03-25 01:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6907bee-386c-5aa8-abe5-0ebc67806975 with scrape type 2
2026-03-25 01:31:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a6907bee-386c-5aa8-abe5-0ebc67806975, identifier: 6990309auction110886
2026-03-25 01:31:27 [ecarstrade.be] INFO: Found listing with ID: 6990526auction110886
2026-03-25 01:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990526auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:27 [ecarstrade.be] INFO: Scrape type for 6990526auction110886: 2
2026-03-25 01:31:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a6907bee-386c-5aa8-abe5-0ebc67806975 with identifier: 6990309auction110886
2026-03-25 01:31:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a6907bee-386c-5aa8-abe5-0ebc67806975 with identifier: 6990309auction110886
2026-03-25 01:31:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a6907bee-386c-5aa8-abe5-0ebc67806975 with identifier: 6990309auction110886 to the API
2026-03-25 01:31:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01: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-25 01:31:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990309>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'a6907bee-386c-5aa8-abe5-0ebc67806975',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990309',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'V60',
'odometer': 328137,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V60 2.0 D4 Summum R-Design Geartronic',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 D4 Summum R-Design Geartronic',
'vin': None,
'year': 2015}
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990309auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Saving data for 6990309auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198802.347537, 'last_price_update_time': 1774402288.041105}
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990309auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6990571auction110886
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990571auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6990571auction110886: 2
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6990576auction110886
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990576auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6990576auction110886: 2
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6990577auction110886
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990577auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6990577auction110886: 2
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6990643auction110886
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990643auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6990643auction110886: 2
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6990645auction110886
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990645auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6990645auction110886: 2
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6990646auction110886
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990646auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6990646auction110886: 2
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6990647auction110886
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990647auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6990647auction110886: 2
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6990649auction110886
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990649auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6990649auction110886: 2
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6990650auction110886
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990650auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6990650auction110886: 2
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6937847stock
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276937847stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6937847stock: 0
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6938496stock
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276938496stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6938496stock: 0
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6939652stock
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276939652stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6939652stock: 0
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6940210stock
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276940210stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6940210stock: 2
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6941363stock
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276941363stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6941363stock: 0
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6941452stock
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276941452stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6941452stock: 0
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6941565stock
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276941565stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6941565stock: 0
2026-03-25 01:31:28 [ecarstrade.be] INFO: Found listing with ID: 6941593stock
2026-03-25 01:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276941593stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:28 [ecarstrade.be] INFO: Scrape type for 6941593stock: 0
2026-03-25 01:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990498> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:33 [ecarstrade.be] INFO: Extracting details for car 6990498auction110886
2026-03-25 01:31:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 985d1446-b401-5083-abc5-cc306545e8c8 with identifier: 6990498auction110886
2026-03-25 01:31:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 985d1446-b401-5083-abc5-cc306545e8c8 with scrape type 2
2026-03-25 01:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 985d1446-b401-5083-abc5-cc306545e8c8 with scrape type 2
2026-03-25 01:31:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 985d1446-b401-5083-abc5-cc306545e8c8, identifier: 6990498auction110886
2026-03-25 01:31:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 985d1446-b401-5083-abc5-cc306545e8c8 with identifier: 6990498auction110886
2026-03-25 01:31:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 985d1446-b401-5083-abc5-cc306545e8c8 with identifier: 6990498auction110886
2026-03-25 01:31:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 985d1446-b401-5083-abc5-cc306545e8c8 with identifier: 6990498auction110886 to the API
2026-03-25 01:31:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01: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-25 01:31:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990498>
{'auction_title': '',
'c_o_2_emission_value': 88,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Diesel',
'id': '985d1446-b401-5083-abc5-cc306545e8c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990498',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 233014,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Polo Polo 1,4 l TDI BlueMotion Technology 55 kW (75 HP) '
'5-speed',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1,4 l TDI BlueMotion Technology 55 kW (75 HP) 5-speed',
'vin': None,
'year': 2015}
2026-03-25 01:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990498auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:34 [ecarstrade.be] INFO: Saving data for 6990498auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198797.58809, 'last_price_update_time': 1774402294.328202}
2026-03-25 01:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990498auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990500> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990499> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990511> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:34 [ecarstrade.be] INFO: Extracting details for car 6990500auction110886
2026-03-25 01:31:34 [ecarstrade.be] INFO: Extracting details for car 6990499auction110886
2026-03-25 01:31:34 [ecarstrade.be] INFO: Extracting details for car 6990511auction110886
2026-03-25 01:31:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3060ae55-f8f5-57bb-a9d6-8bb083237d0b with identifier: 6990500auction110886
2026-03-25 01:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3060ae55-f8f5-57bb-a9d6-8bb083237d0b with scrape type 2
2026-03-25 01:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3060ae55-f8f5-57bb-a9d6-8bb083237d0b with scrape type 2
2026-03-25 01:31:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3060ae55-f8f5-57bb-a9d6-8bb083237d0b, identifier: 6990500auction110886
2026-03-25 01:31:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6569f681-6aac-5ce6-acc8-04dedbb8df04 with identifier: 6990499auction110886
2026-03-25 01:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6569f681-6aac-5ce6-acc8-04dedbb8df04 with scrape type 2
2026-03-25 01:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6569f681-6aac-5ce6-acc8-04dedbb8df04 with scrape type 2
2026-03-25 01:31:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6569f681-6aac-5ce6-acc8-04dedbb8df04, identifier: 6990499auction110886
2026-03-25 01:31:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9318a9eb-1c1a-59e4-934d-748966858778 with identifier: 6990511auction110886
2026-03-25 01:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9318a9eb-1c1a-59e4-934d-748966858778 with scrape type 2
2026-03-25 01:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9318a9eb-1c1a-59e4-934d-748966858778 with scrape type 2
2026-03-25 01:31:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9318a9eb-1c1a-59e4-934d-748966858778, identifier: 6990511auction110886
2026-03-25 01:31:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3060ae55-f8f5-57bb-a9d6-8bb083237d0b with identifier: 6990500auction110886
2026-03-25 01:31:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3060ae55-f8f5-57bb-a9d6-8bb083237d0b with identifier: 6990500auction110886
2026-03-25 01:31:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3060ae55-f8f5-57bb-a9d6-8bb083237d0b with identifier: 6990500auction110886 to the API
2026-03-25 01:31:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990500>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.1L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Diesel',
'id': '3060ae55-f8f5-57bb-a9d6-8bb083237d0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990500',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'C 180',
'odometer': 22449,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ C 180 CDI BE Avantgarde Start/Stop',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CDI BE Avantgarde Start/Stop',
'vin': None,
'year': 2014}
2026-03-25 01:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990500auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:35 [ecarstrade.be] INFO: Saving data for 6990500auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198796.035775, 'last_price_update_time': 1774402295.116605}
2026-03-25 01:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990500auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6569f681-6aac-5ce6-acc8-04dedbb8df04 with identifier: 6990499auction110886
2026-03-25 01:31:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6569f681-6aac-5ce6-acc8-04dedbb8df04 with identifier: 6990499auction110886
2026-03-25 01:31:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6569f681-6aac-5ce6-acc8-04dedbb8df04 with identifier: 6990499auction110886 to the API
2026-03-25 01:31:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990499>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Petrol',
'id': '6569f681-6aac-5ce6-acc8-04dedbb8df04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990499',
'listing': 'auction',
'location': 'Belgium',
'make': 'Seat',
'model': 'Arona',
'odometer': 58651,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-26',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Arona',
'transmission': 'manual',
'trim': 'SEAT',
'vin': None,
'year': 2019}
2026-03-25 01:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990499auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:35 [ecarstrade.be] INFO: Saving data for 6990499auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198800.533636, 'last_price_update_time': 1774402295.390086}
2026-03-25 01:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990499auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9318a9eb-1c1a-59e4-934d-748966858778 with identifier: 6990511auction110886
2026-03-25 01:31:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 01:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 01:31:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9318a9eb-1c1a-59e4-934d-748966858778 with identifier: 6990511auction110886
2026-03-25 01:31:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9318a9eb-1c1a-59e4-934d-748966858778 with identifier: 6990511auction110886 to the API
2026-03-25 01:31:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990511>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.0L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Petrol',
'id': '9318a9eb-1c1a-59e4-934d-748966858778',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990511',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 26711,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-05',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Karoq Karoq Family 1.0 TSI 85kW (115ch) 6v Man.',
'transmission': 'manual',
'trim': 'SKODA Family 1.0 TSI 85kW (115ch) 6v Man.',
'vin': None,
'year': 2024}
2026-03-25 01:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990511auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:35 [ecarstrade.be] INFO: Saving data for 6990511auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198800.064789, 'last_price_update_time': 1774402295.675015}
2026-03-25 01:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990511auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990510> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:35 [ecarstrade.be] INFO: Extracting details for car 6990510auction110886
2026-03-25 01:31:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19759987-e564-5b8a-971f-d646bdc7f522 with identifier: 6990510auction110886
2026-03-25 01:31:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19759987-e564-5b8a-971f-d646bdc7f522 with scrape type 2
2026-03-25 01:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19759987-e564-5b8a-971f-d646bdc7f522 with scrape type 2
2026-03-25 01:31:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 19759987-e564-5b8a-971f-d646bdc7f522, identifier: 6990510auction110886
2026-03-25 01:31:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 19759987-e564-5b8a-971f-d646bdc7f522 with identifier: 6990510auction110886
2026-03-25 01:31:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 01:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 01:31:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 19759987-e564-5b8a-971f-d646bdc7f522 with identifier: 6990510auction110886
2026-03-25 01:31:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 19759987-e564-5b8a-971f-d646bdc7f522 with identifier: 6990510auction110886 to the API
2026-03-25 01:31:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990510>
{'auction_title': '',
'c_o_2_emission_value': 46,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '19759987-e564-5b8a-971f-d646bdc7f522',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990510',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 128656,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-12',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf VII GTE Golf GTE 1.4 TSI Plug-In-Hybrid 110 kW '
'(150 pk) 6 versnellingen DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN VII GTE GTE 1.4 TSI Plug-In-Hybrid 110 kW (150 pk) 6 '
'versnellingen DSG',
'vin': None,
'year': 2020}
2026-03-25 01:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990510auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:36 [ecarstrade.be] INFO: Saving data for 6990510auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198795.430631, 'last_price_update_time': 1774402296.235993}
2026-03-25 01:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990510auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990496> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:38 [ecarstrade.be] INFO: Extracting details for car 6990496auction110886
2026-03-25 01:31:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8f8da22-1f13-5d36-865f-31341e963e8f with identifier: 6990496auction110886
2026-03-25 01:31:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8f8da22-1f13-5d36-865f-31341e963e8f with scrape type 2
2026-03-25 01:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8f8da22-1f13-5d36-865f-31341e963e8f with scrape type 2
2026-03-25 01:31:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8f8da22-1f13-5d36-865f-31341e963e8f, identifier: 6990496auction110886
2026-03-25 01:31:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8f8da22-1f13-5d36-865f-31341e963e8f with identifier: 6990496auction110886
2026-03-25 01:31:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8f8da22-1f13-5d36-865f-31341e963e8f with identifier: 6990496auction110886
2026-03-25 01:31:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8f8da22-1f13-5d36-865f-31341e963e8f with identifier: 6990496auction110886 to the API
2026-03-25 01:31:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990496>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.0L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'b8f8da22-1f13-5d36-865f-31341e963e8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990496',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 47295,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-12',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Kamiq Kamiq Family 1.0 TSI 70kW (95ch) 5v Man.',
'transmission': 'manual',
'trim': 'SKODA Family 1.0 TSI 70kW (95ch) 5v Man.',
'vin': None,
'year': 2024}
2026-03-25 01:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990496auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:39 [ecarstrade.be] INFO: Saving data for 6990496auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198801.589157, 'last_price_update_time': 1774402299.643431}
2026-03-25 01:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990496auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990522> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:41 [ecarstrade.be] INFO: Extracting details for car 6990522auction110886
2026-03-25 01:31:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa9ad215-420d-5091-85d2-321e529561a6 with identifier: 6990522auction110886
2026-03-25 01:31:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa9ad215-420d-5091-85d2-321e529561a6 with scrape type 2
2026-03-25 01:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa9ad215-420d-5091-85d2-321e529561a6 with scrape type 2
2026-03-25 01:31:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa9ad215-420d-5091-85d2-321e529561a6, identifier: 6990522auction110886
2026-03-25 01:31:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa9ad215-420d-5091-85d2-321e529561a6 with identifier: 6990522auction110886
2026-03-25 01:31:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa9ad215-420d-5091-85d2-321e529561a6 with identifier: 6990522auction110886
2026-03-25 01:31:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa9ad215-420d-5091-85d2-321e529561a6 with identifier: 6990522auction110886 to the API
2026-03-25 01:31:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990522>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'fa9ad215-420d-5091-85d2-321e529561a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990522',
'listing': 'auction',
'location': 'Belgium',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 114203,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-13',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Ibiza 5P/D Ibiza 1.0i Reference',
'transmission': 'manual',
'trim': 'SEAT 5P/D 1.0i Reference',
'vin': None,
'year': 2016}
2026-03-25 01:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990522auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:41 [ecarstrade.be] INFO: Saving data for 6990522auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198823.651336, 'last_price_update_time': 1774402301.518187}
2026-03-25 01:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990522auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990519> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:31:42 [ecarstrade.be] INFO: Extracting details for car 6990519auction110886
2026-03-25 01:31:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 732f314d-4374-5324-9246-9272ed3b4b5f with identifier: 6990519auction110886
2026-03-25 01:31:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 732f314d-4374-5324-9246-9272ed3b4b5f with scrape type 2
2026-03-25 01:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 732f314d-4374-5324-9246-9272ed3b4b5f with scrape type 2
2026-03-25 01:31:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 732f314d-4374-5324-9246-9272ed3b4b5f, identifier: 6990519auction110886
2026-03-25 01:31:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 732f314d-4374-5324-9246-9272ed3b4b5f with identifier: 6990519auction110886
2026-03-25 01:31:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 732f314d-4374-5324-9246-9272ed3b4b5f with identifier: 6990519auction110886
2026-03-25 01:31:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 732f314d-4374-5324-9246-9272ed3b4b5f with identifier: 6990519auction110886 to the API
2026-03-25 01:31:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01: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-25 01:31:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990519>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Petrol',
'id': '732f314d-4374-5324-9246-9272ed3b4b5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990519',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 20951,
'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': 7,
'seller_name': None,
'title': 'SKODA Kodiaq Kodiaq Urban Explorer Edition 1.5 TSI m-HEV 110kW '
'(150ch) DSG7',
'transmission': 'automatic',
'trim': 'SKODA Urban Explorer Edition 1.5 TSI m-HEV 110kW (150ch) DSG7',
'vin': None,
'year': 2024}
2026-03-25 01:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990519auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:42 [ecarstrade.be] INFO: Saving data for 6990519auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198822.827473, 'last_price_update_time': 1774402302.765983}
2026-03-25 01:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990519auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990516> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:31:42 [ecarstrade.be] INFO: Extracting details for car 6990516auction110886
2026-03-25 01:31:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc5ff75f-75be-513c-bf7b-689deb0b7c52 with identifier: 6990516auction110886
2026-03-25 01:31:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc5ff75f-75be-513c-bf7b-689deb0b7c52 with scrape type 2
2026-03-25 01:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc5ff75f-75be-513c-bf7b-689deb0b7c52 with scrape type 2
2026-03-25 01:31:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc5ff75f-75be-513c-bf7b-689deb0b7c52, identifier: 6990516auction110886
2026-03-25 01:31:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc5ff75f-75be-513c-bf7b-689deb0b7c52 with identifier: 6990516auction110886
2026-03-25 01:31:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc5ff75f-75be-513c-bf7b-689deb0b7c52 with identifier: 6990516auction110886
2026-03-25 01:31:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc5ff75f-75be-513c-bf7b-689deb0b7c52 with identifier: 6990516auction110886 to the API
2026-03-25 01:31:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990516>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'fc5ff75f-75be-513c-bf7b-689deb0b7c52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990516',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '3008',
'odometer': 355797,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-12-15',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.6 HDi Premium FAP',
'transmission': 'manual',
'trim': 'PEUGEOT 1.6 HDi Premium FAP',
'vin': None,
'year': 2012}
2026-03-25 01:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990516auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:43 [ecarstrade.be] INFO: Saving data for 6990516auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198824.124482, 'last_price_update_time': 1774402303.272603}
2026-03-25 01:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990516auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990515> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:31:43 [ecarstrade.be] INFO: Extracting details for car 6990515auction110886
2026-03-25 01:31:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b4e0d39-089a-5656-9ff2-7ed106a16467 with identifier: 6990515auction110886
2026-03-25 01:31:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b4e0d39-089a-5656-9ff2-7ed106a16467 with scrape type 2
2026-03-25 01:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b4e0d39-089a-5656-9ff2-7ed106a16467 with scrape type 2
2026-03-25 01:31:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b4e0d39-089a-5656-9ff2-7ed106a16467, identifier: 6990515auction110886
2026-03-25 01:31:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b4e0d39-089a-5656-9ff2-7ed106a16467 with identifier: 6990515auction110886
2026-03-25 01:31:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b4e0d39-089a-5656-9ff2-7ed106a16467 with identifier: 6990515auction110886
2026-03-25 01:31:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b4e0d39-089a-5656-9ff2-7ed106a16467 with identifier: 6990515auction110886 to the API
2026-03-25 01:31:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990515>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Petrol',
'id': '2b4e0d39-089a-5656-9ff2-7ed106a16467',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990515',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 58724,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-06',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Crossland Crossland 1.2 Turbo ECOTEC Elegance S/S',
'transmission': 'manual',
'trim': 'OPEL Crossland Crossland 1.2 Turbo ECOTEC Elegance S/S',
'vin': None,
'year': 2021}
2026-03-25 01:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990515auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:44 [ecarstrade.be] INFO: Saving data for 6990515auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198798.067569, 'last_price_update_time': 1774402304.043255}
2026-03-25 01:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990515auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990518> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:44 [ecarstrade.be] INFO: Extracting details for car 6990518auction110886
2026-03-25 01:31:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 289664a4-995a-5006-8c18-d5f21022c9e3 with identifier: 6990518auction110886
2026-03-25 01:31:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 289664a4-995a-5006-8c18-d5f21022c9e3 with scrape type 2
2026-03-25 01:31:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 289664a4-995a-5006-8c18-d5f21022c9e3 with scrape type 2
2026-03-25 01:31:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 289664a4-995a-5006-8c18-d5f21022c9e3, identifier: 6990518auction110886
2026-03-25 01:31:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 289664a4-995a-5006-8c18-d5f21022c9e3 with identifier: 6990518auction110886
2026-03-25 01:31:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 01:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 01:31:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 289664a4-995a-5006-8c18-d5f21022c9e3 with identifier: 6990518auction110886
2026-03-25 01:31:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 289664a4-995a-5006-8c18-d5f21022c9e3 with identifier: 6990518auction110886 to the API
2026-03-25 01:31:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990518>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Natural Gas',
'id': '289664a4-995a-5006-8c18-d5f21022c9e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990518',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 112964,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf Variant VII CNG Golf Variant CL 1.5 TGI BlueMotion '
'96 kW (130 pk) 6 versnellingen',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Variant VII CNG Variant CL 1.5 TGI BlueMotion 96 kW '
'(130 pk) 6 versnellingen',
'vin': None,
'year': 2019}
2026-03-25 01:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990518auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:44 [ecarstrade.be] INFO: Saving data for 6990518auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198821.484011, 'last_price_update_time': 1774402304.95051}
2026-03-25 01:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990518auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6941759stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941759stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6941759stock: 2
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6941847stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941847stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6941847stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6948713stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948713stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6948713stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6948720stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948720stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6948720stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6950867stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950867stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6950867stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6956822stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276956822stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6956822stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6961504stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961504stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6961504stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6963854stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963854stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6963854stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6963955stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963955stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6963955stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6779771stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779771stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6779771stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6798434stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276798434stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6798434stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6807786stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807786stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6807786stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6812448stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812448stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6812448stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6812473stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812473stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6812473stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6812486stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812486stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6812486stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6821529stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821529stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6821529stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6826882stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276826882stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6826882stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6841360stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841360stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6841360stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6841368stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841368stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6841368stock: 0
2026-03-25 01:31:45 [ecarstrade.be] INFO: Found listing with ID: 6844861stock
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844861stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:45 [ecarstrade.be] INFO: Scrape type for 6844861stock: 0
2026-03-25 01:31:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990507> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:46 [ecarstrade.be] INFO: Extracting details for car 6990507auction110886
2026-03-25 01:31:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff7dab73-565f-5070-9cc3-ffc9faa6170b with identifier: 6990507auction110886
2026-03-25 01:31:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff7dab73-565f-5070-9cc3-ffc9faa6170b with scrape type 2
2026-03-25 01:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff7dab73-565f-5070-9cc3-ffc9faa6170b with scrape type 2
2026-03-25 01:31:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ff7dab73-565f-5070-9cc3-ffc9faa6170b, identifier: 6990507auction110886
2026-03-25 01:31:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ff7dab73-565f-5070-9cc3-ffc9faa6170b with identifier: 6990507auction110886
2026-03-25 01:31:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ff7dab73-565f-5070-9cc3-ffc9faa6170b with identifier: 6990507auction110886
2026-03-25 01:31:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ff7dab73-565f-5070-9cc3-ffc9faa6170b with identifier: 6990507auction110886 to the API
2026-03-25 01:31:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990507>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'ff7dab73-565f-5070-9cc3-ffc9faa6170b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990507',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '318',
'odometer': 156814,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-10',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SW (G21) Touring 318 d AdBlue (EU6AP)',
'transmission': 'manual',
'trim': '3 SW (G21) Touring d AdBlue (EU6AP)',
'vin': None,
'year': 2020}
2026-03-25 01:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990507auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:46 [ecarstrade.be] INFO: Saving data for 6990507auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198794.836125, 'last_price_update_time': 1774402306.412788}
2026-03-25 01:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990507auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990525> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:49 [ecarstrade.be] INFO: Extracting details for car 6990525auction110886
2026-03-25 01:31:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b407a23d-68d0-5c11-ae8d-c483e0b68127 with identifier: 6990525auction110886
2026-03-25 01:31:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b407a23d-68d0-5c11-ae8d-c483e0b68127 with scrape type 2
2026-03-25 01:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b407a23d-68d0-5c11-ae8d-c483e0b68127 with scrape type 2
2026-03-25 01:31:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b407a23d-68d0-5c11-ae8d-c483e0b68127, identifier: 6990525auction110886
2026-03-25 01:31:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b407a23d-68d0-5c11-ae8d-c483e0b68127 with identifier: 6990525auction110886
2026-03-25 01:31:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 01:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 01:31:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b407a23d-68d0-5c11-ae8d-c483e0b68127 with identifier: 6990525auction110886
2026-03-25 01:31:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b407a23d-68d0-5c11-ae8d-c483e0b68127 with identifier: 6990525auction110886 to the API
2026-03-25 01:31:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990525>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b407a23d-68d0-5c11-ae8d-c483e0b68127',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990525',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Astra',
'odometer': 68291,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-15',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Astra Sports Tourer PHEV Astra Sports Tourer PHEV 1.6 Turbo GS '
'(132 kW)',
'transmission': 'automatic',
'trim': 'OPEL Sports Tourer PHEV Sports Tourer PHEV 1.6 Turbo GS (132 kW)',
'vin': None,
'year': 2024}
2026-03-25 01:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990525auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:50 [ecarstrade.be] INFO: Saving data for 6990525auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198852.863202, 'last_price_update_time': 1774402310.094508}
2026-03-25 01:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990525auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990650> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:50 [ecarstrade.be] INFO: Extracting details for car 6990650auction110886
2026-03-25 01:31:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50d314cd-5de4-5467-a548-a2c9fcd9f338 with identifier: 6990650auction110886
2026-03-25 01:31:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50d314cd-5de4-5467-a548-a2c9fcd9f338 with scrape type 2
2026-03-25 01:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50d314cd-5de4-5467-a548-a2c9fcd9f338 with scrape type 2
2026-03-25 01:31:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50d314cd-5de4-5467-a548-a2c9fcd9f338, identifier: 6990650auction110886
2026-03-25 01:31:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50d314cd-5de4-5467-a548-a2c9fcd9f338 with identifier: 6990650auction110886
2026-03-25 01:31:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50d314cd-5de4-5467-a548-a2c9fcd9f338 with identifier: 6990650auction110886
2026-03-25 01:31:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50d314cd-5de4-5467-a548-a2c9fcd9f338 with identifier: 6990650auction110886 to the API
2026-03-25 01:31:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990650>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Diesel',
'id': '50d314cd-5de4-5467-a548-a2c9fcd9f338',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990650',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '2008',
'odometer': 94225,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-10-16',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.6 BlueHDi Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.6 BlueHDi Active',
'vin': None,
'year': 2016}
2026-03-25 01:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990650auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:50 [ecarstrade.be] INFO: Saving data for 6990650auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198798.637473, 'last_price_update_time': 1774402310.890169}
2026-03-25 01:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990650auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990647> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:31:52 [ecarstrade.be] INFO: Extracting details for car 6990647auction110886
2026-03-25 01:31:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50c606b1-28c5-5fb9-b977-749e09511d97 with identifier: 6990647auction110886
2026-03-25 01:31:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50c606b1-28c5-5fb9-b977-749e09511d97 with scrape type 2
2026-03-25 01:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50c606b1-28c5-5fb9-b977-749e09511d97 with scrape type 2
2026-03-25 01:31:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50c606b1-28c5-5fb9-b977-749e09511d97, identifier: 6990647auction110886
2026-03-25 01:31:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50c606b1-28c5-5fb9-b977-749e09511d97 with identifier: 6990647auction110886
2026-03-25 01:31:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50c606b1-28c5-5fb9-b977-749e09511d97 with identifier: 6990647auction110886
2026-03-25 01:31:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50c606b1-28c5-5fb9-b977-749e09511d97 with identifier: 6990647auction110886 to the API
2026-03-25 01:31:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990647>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Petrol',
'id': '50c606b1-28c5-5fb9-b977-749e09511d97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990647',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 128581,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-27',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf VII Golf 1.2 TSI Allstar',
'transmission': 'manual',
'trim': 'VOLKSWAGEN VII 1.2 TSI Allstar',
'vin': None,
'year': 2016}
2026-03-25 01:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990647auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:52 [ecarstrade.be] INFO: Saving data for 6990647auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198810.673359, 'last_price_update_time': 1774402312.412351}
2026-03-25 01:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990647auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6940210> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:31:52 [ecarstrade.be] INFO: Extracting details for car 6940210stock
2026-03-25 01:31:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 721a8477-9b2d-5e43-866c-e8a52945a2d7 with identifier: 6940210stock
2026-03-25 01:31:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 721a8477-9b2d-5e43-866c-e8a52945a2d7 with scrape type 2
2026-03-25 01:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 721a8477-9b2d-5e43-866c-e8a52945a2d7 with scrape type 2
2026-03-25 01:31:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 721a8477-9b2d-5e43-866c-e8a52945a2d7, identifier: 6940210stock
2026-03-25 01:31:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 721a8477-9b2d-5e43-866c-e8a52945a2d7 with identifier: 6940210stock
2026-03-25 01:31:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 01:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 01:31:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 721a8477-9b2d-5e43-866c-e8a52945a2d7 with identifier: 6940210stock
2026-03-25 01:31:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 721a8477-9b2d-5e43-866c-e8a52945a2d7 with identifier: 6940210stock to the API
2026-03-25 01:31:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6940210>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '721a8477-9b2d-5e43-866c-e8a52945a2d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6940210',
'listing': 'auction',
'location': 'France - "ST AIGNAN DE GRAND LIEU"',
'make': 'Renault',
'model': 'Austral',
'odometer': 141992,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-19',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Austral 1.2 E-Tech Hybrid 200Hp Techno Aut. LED Virtual '
'Navi-Pro 1/2 Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.2 E-Tech Hybrid 200Hp Techno Aut. LED Virtual Navi-Pro 1/2 Leather '
'KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-25 01:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940210stock%27 HTTP/1.1" 200 None
2026-03-25 01:31:53 [ecarstrade.be] INFO: Saving data for 6940210stock: {'created_time': 1773672100.897258, 'last_price_update_time': 1774402313.241605}
2026-03-25 01:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6940210stock') HTTP/1.1" 204 0
2026-03-25 01:31:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990646> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:53 [ecarstrade.be] INFO: Extracting details for car 6990646auction110886
2026-03-25 01:31:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1b8be9f-055a-5d79-8e0d-d35c5322c56d with identifier: 6990646auction110886
2026-03-25 01:31:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1b8be9f-055a-5d79-8e0d-d35c5322c56d with scrape type 2
2026-03-25 01:31:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1b8be9f-055a-5d79-8e0d-d35c5322c56d with scrape type 2
2026-03-25 01:31:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c1b8be9f-055a-5d79-8e0d-d35c5322c56d, identifier: 6990646auction110886
2026-03-25 01:31:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c1b8be9f-055a-5d79-8e0d-d35c5322c56d with identifier: 6990646auction110886
2026-03-25 01:31:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c1b8be9f-055a-5d79-8e0d-d35c5322c56d with identifier: 6990646auction110886
2026-03-25 01:31:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c1b8be9f-055a-5d79-8e0d-d35c5322c56d with identifier: 6990646auction110886 to the API
2026-03-25 01:31:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990646>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'c1b8be9f-055a-5d79-8e0d-d35c5322c56d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990646',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'V60',
'odometer': 96813,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-19',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V60 2.0 B4 Plus Bright',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 B4 Plus Bright',
'vin': None,
'year': 2022}
2026-03-25 01:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990646auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:53 [ecarstrade.be] INFO: Saving data for 6990646auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198811.221385, 'last_price_update_time': 1774402313.723855}
2026-03-25 01:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990646auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990649> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:54 [ecarstrade.be] INFO: Extracting details for car 6990649auction110886
2026-03-25 01:31:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f516d365-5612-5691-90de-4c41a3986e89 with identifier: 6990649auction110886
2026-03-25 01:31:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f516d365-5612-5691-90de-4c41a3986e89 with scrape type 2
2026-03-25 01:31:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f516d365-5612-5691-90de-4c41a3986e89 with scrape type 2
2026-03-25 01:31:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f516d365-5612-5691-90de-4c41a3986e89, identifier: 6990649auction110886
2026-03-25 01:31:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f516d365-5612-5691-90de-4c41a3986e89 with identifier: 6990649auction110886
2026-03-25 01:31:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f516d365-5612-5691-90de-4c41a3986e89 with identifier: 6990649auction110886
2026-03-25 01:31:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f516d365-5612-5691-90de-4c41a3986e89 with identifier: 6990649auction110886 to the API
2026-03-25 01:31:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990649>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'f516d365-5612-5691-90de-4c41a3986e89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990649',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'GLA 180',
'odometer': 60484,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-15',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLA 180 (EU6.2)',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ (EU6.2)',
'vin': None,
'year': 2019}
2026-03-25 01:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990649auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:54 [ecarstrade.be] INFO: Saving data for 6990649auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198814.297399, 'last_price_update_time': 1774402314.625783}
2026-03-25 01:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990649auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990645> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:56 [ecarstrade.be] INFO: Extracting details for car 6990645auction110886
2026-03-25 01:31:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8da26e70-1022-509e-9043-d01b278a8261 with identifier: 6990645auction110886
2026-03-25 01:31:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8da26e70-1022-509e-9043-d01b278a8261 with scrape type 2
2026-03-25 01:31:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8da26e70-1022-509e-9043-d01b278a8261 with scrape type 2
2026-03-25 01:31:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8da26e70-1022-509e-9043-d01b278a8261, identifier: 6990645auction110886
2026-03-25 01:31:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8da26e70-1022-509e-9043-d01b278a8261 with identifier: 6990645auction110886
2026-03-25 01:31:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8da26e70-1022-509e-9043-d01b278a8261 with identifier: 6990645auction110886
2026-03-25 01:31:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8da26e70-1022-509e-9043-d01b278a8261 with identifier: 6990645auction110886 to the API
2026-03-25 01:31:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990645>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Petrol',
'id': '8da26e70-1022-509e-9043-d01b278a8261',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990645',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 156911,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-03',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Fabia Combi Fabia Ambition 1,2 TSI 63 kW 5-speed mech.',
'transmission': 'manual',
'trim': 'SKODA Combi Ambition 1,2 TSI 63 kW 5-speed mech.',
'vin': None,
'year': 2013}
2026-03-25 01:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990645auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:57 [ecarstrade.be] INFO: Saving data for 6990645auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198812.865826, 'last_price_update_time': 1774402317.117691}
2026-03-25 01:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990645auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990643> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:31:57 [ecarstrade.be] INFO: Extracting details for car 6990643auction110886
2026-03-25 01:31:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b19f5572-8c81-51d9-a9e8-3880d870e4f7 with identifier: 6990643auction110886
2026-03-25 01:31:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b19f5572-8c81-51d9-a9e8-3880d870e4f7 with scrape type 2
2026-03-25 01:31:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b19f5572-8c81-51d9-a9e8-3880d870e4f7 with scrape type 2
2026-03-25 01:31:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b19f5572-8c81-51d9-a9e8-3880d870e4f7, identifier: 6990643auction110886
2026-03-25 01:31:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b19f5572-8c81-51d9-a9e8-3880d870e4f7 with identifier: 6990643auction110886
2026-03-25 01:31:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b19f5572-8c81-51d9-a9e8-3880d870e4f7 with identifier: 6990643auction110886
2026-03-25 01:31:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b19f5572-8c81-51d9-a9e8-3880d870e4f7 with identifier: 6990643auction110886 to the API
2026-03-25 01:31:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990643>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'b19f5572-8c81-51d9-a9e8-3880d870e4f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990643',
'listing': 'auction',
'location': 'Belgium',
'make': 'Fiat',
'model': '500X',
'odometer': 128571,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'FIAT 500X 1.3 Multijet Pop Star',
'transmission': 'manual',
'trim': 'FIAT 1.3 Multijet Pop Star',
'vin': None,
'year': 2016}
2026-03-25 01:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990643auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:58 [ecarstrade.be] INFO: Saving data for 6990643auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198812.533702, 'last_price_update_time': 1774402318.015563}
2026-03-25 01:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990643auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990577> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:58 [ecarstrade.be] INFO: Extracting details for car 6990577auction110886
2026-03-25 01:31:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc3411cc-4c5a-52a2-9224-c56caf7b5200 with identifier: 6990577auction110886
2026-03-25 01:31:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc3411cc-4c5a-52a2-9224-c56caf7b5200 with scrape type 2
2026-03-25 01:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc3411cc-4c5a-52a2-9224-c56caf7b5200 with scrape type 2
2026-03-25 01:31:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc3411cc-4c5a-52a2-9224-c56caf7b5200, identifier: 6990577auction110886
2026-03-25 01:31:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc3411cc-4c5a-52a2-9224-c56caf7b5200 with identifier: 6990577auction110886
2026-03-25 01:31:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc3411cc-4c5a-52a2-9224-c56caf7b5200 with identifier: 6990577auction110886
2026-03-25 01:31:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc3411cc-4c5a-52a2-9224-c56caf7b5200 with identifier: 6990577auction110886 to the API
2026-03-25 01:31:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:31:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:31:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990577>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'fc3411cc-4c5a-52a2-9224-c56caf7b5200',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990577',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Corsa',
'odometer': 144410,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2003-01-16',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Corsa Corsa',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2003}
2026-03-25 01:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990577auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:58 [ecarstrade.be] INFO: Saving data for 6990577auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198813.893403, 'last_price_update_time': 1774402318.706105}
2026-03-25 01:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990577auction110886') HTTP/1.1" 204 0
2026-03-25 01:31:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990576> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:31:59 [ecarstrade.be] INFO: Extracting details for car 6990576auction110886
2026-03-25 01:31:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6031f6f1-bb74-561f-ac35-ac2444c929c4 with identifier: 6990576auction110886
2026-03-25 01:31:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6031f6f1-bb74-561f-ac35-ac2444c929c4 with scrape type 2
2026-03-25 01:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6031f6f1-bb74-561f-ac35-ac2444c929c4 with scrape type 2
2026-03-25 01:31:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6031f6f1-bb74-561f-ac35-ac2444c929c4, identifier: 6990576auction110886
2026-03-25 01:31:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6031f6f1-bb74-561f-ac35-ac2444c929c4 with identifier: 6990576auction110886
2026-03-25 01:31:59 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 01:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 01:31:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6031f6f1-bb74-561f-ac35-ac2444c929c4 with identifier: 6990576auction110886
2026-03-25 01:31:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6031f6f1-bb74-561f-ac35-ac2444c929c4 with identifier: 6990576auction110886 to the API
2026-03-25 01:31:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01: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-25 01:31:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990576>
{'auction_title': '',
'c_o_2_emission_value': 204,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Diesel',
'id': '6031f6f1-bb74-561f-ac35-ac2444c929c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990576',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Amarok',
'odometer': 127674,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-20',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Amarok Double Cab Amarok Highline 3,0 l TDI EU6 SCR BMT '
'224ch (165KW) Boîte automatique 8 v',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Double Cab Highline 3,0 l TDI EU6 SCR BMT 224ch (165KW) '
'Boîte automatique 8 v',
'vin': None,
'year': 2017}
2026-03-25 01:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990576auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:31:59 [ecarstrade.be] INFO: Saving data for 6990576auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198813.243783, 'last_price_update_time': 1774402319.629285}
2026-03-25 01:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990576auction110886') HTTP/1.1" 204 0
2026-03-25 01:32:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6846596stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846596stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6846596stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6846634stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846634stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6846634stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6852962stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852962stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6852962stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6852969stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852969stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6852969stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6853153stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276853153stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6853153stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6858160stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276858160stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6858160stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6861986stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861986stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6861986stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6862936stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276862936stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6862936stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6869116stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276869116stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6869116stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6870434stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276870434stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6870434stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6879653stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276879653stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6879653stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6881269stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276881269stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6881269stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6885897stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885897stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6885897stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6889981stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889981stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6889981stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6891000stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276891000stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6891000stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6892364stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276892364stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6892364stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6897221stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276897221stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6897221stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6898076stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898076stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6898076stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6898210stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898210stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6898210stock: 0
2026-03-25 01:32:03 [ecarstrade.be] INFO: Found listing with ID: 6898356stock
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898356stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:03 [ecarstrade.be] INFO: Scrape type for 6898356stock: 0
2026-03-25 01:32:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:32:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941759> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:06 [ecarstrade.be] INFO: Extracting details for car 6941759stock
2026-03-25 01:32:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ff8797f-b9e0-557f-9706-654b07378018 with identifier: 6941759stock
2026-03-25 01:32:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ff8797f-b9e0-557f-9706-654b07378018 with scrape type 2
2026-03-25 01:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ff8797f-b9e0-557f-9706-654b07378018 with scrape type 2
2026-03-25 01:32:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ff8797f-b9e0-557f-9706-654b07378018, identifier: 6941759stock
2026-03-25 01:32:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ff8797f-b9e0-557f-9706-654b07378018 with identifier: 6941759stock
2026-03-25 01:32:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ff8797f-b9e0-557f-9706-654b07378018 with identifier: 6941759stock
2026-03-25 01:32:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ff8797f-b9e0-557f-9706-654b07378018 with identifier: 6941759stock to the API
2026-03-25 01:32:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:32:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:32:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6941759>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1ff8797f-b9e0-557f-9706-654b07378018',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6941759',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q5',
'odometer': 159677,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-20',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q5 2.0 TDI 150HP LED-Matrix Navi Leather KeylessGo Klima PDC '
'...',
'transmission': 'manual',
'trim': '2.0 TDI 150HP LED-Matrix Navi Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-25 01:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941759stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:06 [ecarstrade.be] INFO: Saving data for 6941759stock: {'created_time': 1773672102.401403, 'last_price_update_time': 1774402326.826419}
2026-03-25 01:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941759stock') HTTP/1.1" 204 0
2026-03-25 01:32:06 [scrapy.extensions.logstats] INFO: Crawled 36 pages (at 35 pages/min), scraped 30 items (at 30 items/min)
2026-03-25 01:32:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 248MiB
2026-03-25 01:32:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6902364stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902364stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6902364stock: 0
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6907097stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907097stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6907097stock: 0
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6908828stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908828stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6908828stock: 0
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6909332stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909332stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6909332stock: 0
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6909883stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909883stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6909883stock: 0
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6914084stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914084stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6914084stock: 0
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6915288stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915288stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6915288stock: 0
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6915515stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915515stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6915515stock: 0
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6917287stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917287stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6917287stock: 0
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6917331stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917331stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6917331stock: 0
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6917365stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917365stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6917365stock: 0
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6919263stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919263stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6919263stock: 0
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6923974stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276923974stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6923974stock: 0
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6932497stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276932497stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6932497stock: 0
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6933348stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933348stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6933348stock: 0
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6933349stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933349stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6933349stock: 2
2026-03-25 01:32:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6933372stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933372stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6933372stock: 2
2026-03-25 01:32:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6933378stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933378stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6933378stock: 2
2026-03-25 01:32:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6933507stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933507stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6933507stock: 2
2026-03-25 01:32:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:32:10 [ecarstrade.be] INFO: Found listing with ID: 6432284stock
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276432284stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:10 [ecarstrade.be] INFO: Scrape type for 6432284stock: 0
2026-03-25 01:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990524> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:32:15 [ecarstrade.be] INFO: Extracting details for car 6990524auction110886
2026-03-25 01:32:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40365636-2a34-5843-8d2d-678cdc193152 with identifier: 6990524auction110886
2026-03-25 01:32:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40365636-2a34-5843-8d2d-678cdc193152 with scrape type 2
2026-03-25 01:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40365636-2a34-5843-8d2d-678cdc193152 with scrape type 2
2026-03-25 01:32:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 40365636-2a34-5843-8d2d-678cdc193152, identifier: 6990524auction110886
2026-03-25 01:32:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 40365636-2a34-5843-8d2d-678cdc193152 with identifier: 6990524auction110886
2026-03-25 01:32:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 40365636-2a34-5843-8d2d-678cdc193152 with identifier: 6990524auction110886
2026-03-25 01:32:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 40365636-2a34-5843-8d2d-678cdc193152 with identifier: 6990524auction110886 to the API
2026-03-25 01:32:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:32:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:32:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990524>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Diesel',
'id': '40365636-2a34-5843-8d2d-678cdc193152',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990524',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 215816,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-06-11',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Fiesta Fiesta 1.4 TDCi Trend DPF',
'transmission': 'manual',
'trim': 'FORD 1.4 TDCi Trend DPF',
'vin': None,
'year': 2012}
2026-03-25 01:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990524auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:32:16 [ecarstrade.be] INFO: Saving data for 6990524auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198825.398599, 'last_price_update_time': 1774402336.202847}
2026-03-25 01:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990524auction110886') HTTP/1.1" 204 0
2026-03-25 01:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933349> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:16 [ecarstrade.be] INFO: Extracting details for car 6933349stock
2026-03-25 01:32:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with identifier: 6933349stock
2026-03-25 01:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with scrape type 2
2026-03-25 01:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with scrape type 2
2026-03-25 01:32:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d, identifier: 6933349stock
2026-03-25 01:32:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with identifier: 6933349stock
2026-03-25 01:32:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with identifier: 6933349stock
2026-03-25 01:32:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with identifier: 6933349stock to the API
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:32:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933349>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '417eaeb4-c27a-5b2a-afcd-8f0728d4483d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933349',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'B 250',
'odometer': 109346,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes B 250e Plug-In Hybrid Aut. LED-Multibeam Widescreen '
'Ambient Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid Aut. LED-Multibeam Widescreen Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933349stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Saving data for 6933349stock: {'created_time': 1773351773.950734, 'last_price_update_time': 1774402337.238449}
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933349stock') HTTP/1.1" 204 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6539595stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276539595stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6539595stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6546387stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276546387stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6546387stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6566840stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276566840stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6566840stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6583408stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276583408stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6583408stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6612587stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612587stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6612587stock: 2
2026-03-25 01:32:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6653096stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276653096stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6653096stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6673529stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276673529stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6673529stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6678770stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276678770stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6678770stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6701770stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701770stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6701770stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6701935stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701935stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6701935stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6715853stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276715853stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6715853stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6765575stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276765575stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6765575stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6779573stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779573stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6779573stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6978801stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978801stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6978801stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6978777stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978777stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6978777stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6964693stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964693stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6964693stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6666216stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276666216stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6666216stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6715447stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276715447stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6715447stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6721362stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276721362stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6721362stock: 0
2026-03-25 01:32:17 [ecarstrade.be] INFO: Found listing with ID: 6751528stock
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276751528stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:17 [ecarstrade.be] INFO: Scrape type for 6751528stock: 0
2026-03-25 01:32:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:32:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933378> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:17 [ecarstrade.be] INFO: Extracting details for car 6933378stock
2026-03-25 01:32:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with identifier: 6933378stock
2026-03-25 01:32:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with scrape type 2
2026-03-25 01:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with scrape type 2
2026-03-25 01:32:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26, identifier: 6933378stock
2026-03-25 01:32:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with identifier: 6933378stock
2026-03-25 01:32:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with identifier: 6933378stock
2026-03-25 01:32:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with identifier: 6933378stock to the API
2026-03-25 01:32:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:32:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:32:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933378>
{'auction_title': '',
'c_o_2_emission_value': 357,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '531d3fda-88af-5f1d-b0d7-6ca6dde12f26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933378',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'GL 400',
'odometer': 231811,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-07-01',
'seats_number': 7,
'seller_name': None,
'title': 'Mercedes GL 400 4Matic 7PL Aut. Pano LED-Xenon Navi Leather Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': '4Matic 7PL Aut. Pano LED-Xenon Navi Leather Camera Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-25 01:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933378stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:18 [ecarstrade.be] INFO: Saving data for 6933378stock: {'created_time': 1773452070.945314, 'last_price_update_time': 1774402338.181998}
2026-03-25 01:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933378stock') HTTP/1.1" 204 0
2026-03-25 01:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933372> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:18 [ecarstrade.be] INFO: Extracting details for car 6933372stock
2026-03-25 01:32:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3f370d5-adf7-56e2-b979-79e73c901b53 with identifier: 6933372stock
2026-03-25 01:32:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3f370d5-adf7-56e2-b979-79e73c901b53 with scrape type 2
2026-03-25 01:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3f370d5-adf7-56e2-b979-79e73c901b53 with scrape type 2
2026-03-25 01:32:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e3f370d5-adf7-56e2-b979-79e73c901b53, identifier: 6933372stock
2026-03-25 01:32:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e3f370d5-adf7-56e2-b979-79e73c901b53 with identifier: 6933372stock
2026-03-25 01:32:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e3f370d5-adf7-56e2-b979-79e73c901b53 with identifier: 6933372stock
2026-03-25 01:32:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e3f370d5-adf7-56e2-b979-79e73c901b53 with identifier: 6933372stock to the API
2026-03-25 01:32:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:32:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:32:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933372>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'e3f370d5-adf7-56e2-b979-79e73c901b53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933372',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 141787,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-21',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 180d Widescreen Navi KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'd Widescreen Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-25 01:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933372stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:18 [ecarstrade.be] INFO: Saving data for 6933372stock: {'created_time': 1773351773.29884, 'last_price_update_time': 1774402338.860671}
2026-03-25 01:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933372stock') HTTP/1.1" 204 0
2026-03-25 01:32:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933507> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:22 [ecarstrade.be] INFO: Extracting details for car 6933507stock
2026-03-25 01:32:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with identifier: 6933507stock
2026-03-25 01:32:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with scrape type 2
2026-03-25 01:32:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with scrape type 2
2026-03-25 01:32:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 600f90f0-af5d-58e0-bd1f-4b9f76e91003, identifier: 6933507stock
2026-03-25 01:32:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with identifier: 6933507stock
2026-03-25 01:32:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with identifier: 6933507stock
2026-03-25 01:32:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with identifier: 6933507stock to the API
2026-03-25 01:32:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:32:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:32:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933507>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '600f90f0-af5d-58e0-bd1f-4b9f76e91003',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933507',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'CLA 250 Shooting Brake',
'odometer': 191800,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-22',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLA 250e SB Plug-In Hybrid AMG Night Aut. LED-Xenon '
'Widescreen Ambient Navi 1/2 Sport-Leather-Alcantara KeylessGo '
'Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'CLA 250e SB Plug-In Hybrid AMG Night Aut. LED-Xenon Widescreen '
'Ambient Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2022}
2026-03-25 01:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933507stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:23 [ecarstrade.be] INFO: Saving data for 6933507stock: {'created_time': 1773672083.62202, 'last_price_update_time': 1774402343.043625}
2026-03-25 01:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933507stock') HTTP/1.1" 204 0
2026-03-25 01:32:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6612587> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6752745stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752745stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6752745stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6758802stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276758802stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6758802stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6758819stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276758819stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6758819stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6758822stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276758822stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6758822stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6764581stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764581stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6764581stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6768590stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276768590stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6768590stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6784787stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784787stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6784787stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6792013stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792013stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6792013stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6809699stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276809699stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6809699stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6812476stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812476stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6812476stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6816168stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276816168stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6816168stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6820657stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276820657stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6820657stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6834681stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276834681stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6834681stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6836054stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276836054stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6836054stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6843336stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843336stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6843336stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6851391stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276851391stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6851391stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6855220stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855220stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6855220stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6855255stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855255stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6855255stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6857670stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276857670stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6857670stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Found listing with ID: 6863023stock
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276863023stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:24 [ecarstrade.be] INFO: Scrape type for 6863023stock: 0
2026-03-25 01:32:24 [ecarstrade.be] INFO: Extracting details for car 6612587stock
2026-03-25 01:32:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:32:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a025c5cb-ad05-5f76-8bd6-29a4d4fef3e0 with identifier: 6612587stock
2026-03-25 01:32:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a025c5cb-ad05-5f76-8bd6-29a4d4fef3e0 with scrape type 2
2026-03-25 01:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a025c5cb-ad05-5f76-8bd6-29a4d4fef3e0 with scrape type 2
2026-03-25 01:32:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a025c5cb-ad05-5f76-8bd6-29a4d4fef3e0, identifier: 6612587stock
2026-03-25 01:32:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a025c5cb-ad05-5f76-8bd6-29a4d4fef3e0 with identifier: 6612587stock
2026-03-25 01:32:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a025c5cb-ad05-5f76-8bd6-29a4d4fef3e0 with identifier: 6612587stock
2026-03-25 01:32:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a025c5cb-ad05-5f76-8bd6-29a4d4fef3e0 with identifier: 6612587stock to the API
2026-03-25 01:32:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:32:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:32:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6612587>
{'auction_title': '',
'c_o_2_emission_value': 178,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a025c5cb-ad05-5f76-8bd6-29a4d4fef3e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6612587',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'XC90',
'odometer': 76794,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-02',
'seats_number': 7,
'seller_name': None,
'title': 'Volvo XC90 2.0 B5 D Momentum Pro 235Hp 4WD 7PL Aut. Pano LED-Xenon '
'Virtual Harman/Kardon ACC Navi Leather KeylessGo Camera Klima PDC '
'..',
'transmission': 'automatic',
'trim': '2.0 B5 D Momentum Pro 235Hp 4WD 7PL Aut. Pano LED-Xenon Virtual '
'Harman/Kardon ACC Navi Leather KeylessGo Camera Klima PDC ..',
'vin': None,
'year': 2020}
2026-03-25 01:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612587stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:25 [ecarstrade.be] INFO: Saving data for 6612587stock: {'created_time': 1772611297.90595, 'last_price_update_time': 1774402345.420908}
2026-03-25 01:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6612587stock') HTTP/1.1" 204 0
2026-03-25 01:32:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990571> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:27 [ecarstrade.be] INFO: Extracting details for car 6990571auction110886
2026-03-25 01:32:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 075501cc-c34f-570d-9282-5e075dc223ea with identifier: 6990571auction110886
2026-03-25 01:32:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 075501cc-c34f-570d-9282-5e075dc223ea with scrape type 2
2026-03-25 01:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 075501cc-c34f-570d-9282-5e075dc223ea with scrape type 2
2026-03-25 01:32:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 075501cc-c34f-570d-9282-5e075dc223ea, identifier: 6990571auction110886
2026-03-25 01:32:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 075501cc-c34f-570d-9282-5e075dc223ea with identifier: 6990571auction110886
2026-03-25 01:32:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 075501cc-c34f-570d-9282-5e075dc223ea with identifier: 6990571auction110886
2026-03-25 01:32:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 075501cc-c34f-570d-9282-5e075dc223ea with identifier: 6990571auction110886 to the API
2026-03-25 01:32:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:32:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:32:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990571>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Petrol',
'id': '075501cc-c34f-570d-9282-5e075dc223ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990571',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 91169,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf VII Golf Trendline BlueMotion Technology 1.2 l TSI '
'77 kW (105 PS) 6-speed',
'transmission': 'manual',
'trim': 'VOLKSWAGEN VII Trendline BlueMotion Technology 1.2 l TSI 77 kW '
'(105 PS) 6-speed',
'vin': None,
'year': 2015}
2026-03-25 01:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990571auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:32:28 [ecarstrade.be] INFO: Saving data for 6990571auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198811.746953, 'last_price_update_time': 1774402348.292798}
2026-03-25 01:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990571auction110886') HTTP/1.1" 204 0
2026-03-25 01:32:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990526> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:28 [ecarstrade.be] INFO: Extracting details for car 6990526auction110886
2026-03-25 01:32:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9c93d2b-26d3-5d70-8cfd-21cad7dc75f7 with identifier: 6990526auction110886
2026-03-25 01:32:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9c93d2b-26d3-5d70-8cfd-21cad7dc75f7 with scrape type 2
2026-03-25 01:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9c93d2b-26d3-5d70-8cfd-21cad7dc75f7 with scrape type 2
2026-03-25 01:32:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a9c93d2b-26d3-5d70-8cfd-21cad7dc75f7, identifier: 6990526auction110886
2026-03-25 01:32:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a9c93d2b-26d3-5d70-8cfd-21cad7dc75f7 with identifier: 6990526auction110886
2026-03-25 01:32:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 01:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 01:32:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a9c93d2b-26d3-5d70-8cfd-21cad7dc75f7 with identifier: 6990526auction110886
2026-03-25 01:32:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a9c93d2b-26d3-5d70-8cfd-21cad7dc75f7 with identifier: 6990526auction110886 to the API
2026-03-25 01:32:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:32:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:32:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990526>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'a9c93d2b-26d3-5d70-8cfd-21cad7dc75f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990526',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 354291,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Tiguan Comfortline 2.0 TDI SCR BlueMotion '
'Technology 110 kW (150 ch) 6 vitesses manuel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Comfortline 2.0 TDI SCR BlueMotion Technology 110 kW '
'(150 ch) 6 vitesses manuel',
'vin': None,
'year': 2016}
2026-03-25 01:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990526auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:32:29 [ecarstrade.be] INFO: Saving data for 6990526auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198815.823793, 'last_price_update_time': 1774402349.152865}
2026-03-25 01:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990526auction110886') HTTP/1.1" 204 0
2026-03-25 01:32:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6866954stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276866954stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6866954stock: 0
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6867688stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276867688stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6867688stock: 0
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6867987stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276867987stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6867987stock: 0
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6878552stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878552stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6878552stock: 0
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6878554stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878554stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6878554stock: 0
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6890954stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890954stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6890954stock: 0
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6891458stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276891458stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6891458stock: 0
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6902391stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902391stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6902391stock: 0
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6906274stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906274stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6906274stock: 0
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6906336stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906336stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6906336stock: 0
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6915092stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915092stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6915092stock: 0
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6915132stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915132stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6915132stock: 2
2026-03-25 01:32:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6915444stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915444stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6915444stock: 2
2026-03-25 01:32:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6922030stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922030stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6922030stock: 0
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6925462stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925462stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6925462stock: 0
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6928167stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928167stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6928167stock: 0
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6933400stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933400stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6933400stock: 2
2026-03-25 01:32:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6934382stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934382stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6934382stock: 0
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6938490stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938490stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6938490stock: 0
2026-03-25 01:32:32 [ecarstrade.be] INFO: Found listing with ID: 6938545stock
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938545stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:32 [ecarstrade.be] INFO: Scrape type for 6938545stock: 0
2026-03-25 01:32:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:32:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990512> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:33 [ecarstrade.be] INFO: Extracting details for car 6990512auction110886
2026-03-25 01:32:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d087687a-dad1-57ec-b482-c07f37b576d0 with identifier: 6990512auction110886
2026-03-25 01:32:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d087687a-dad1-57ec-b482-c07f37b576d0 with scrape type 2
2026-03-25 01:32:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d087687a-dad1-57ec-b482-c07f37b576d0 with scrape type 2
2026-03-25 01:32:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d087687a-dad1-57ec-b482-c07f37b576d0, identifier: 6990512auction110886
2026-03-25 01:32:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d087687a-dad1-57ec-b482-c07f37b576d0 with identifier: 6990512auction110886
2026-03-25 01:32:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d087687a-dad1-57ec-b482-c07f37b576d0 with identifier: 6990512auction110886
2026-03-25 01:32:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d087687a-dad1-57ec-b482-c07f37b576d0 with identifier: 6990512auction110886 to the API
2026-03-25 01:32:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:32:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:32:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990512>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-25T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'd087687a-dad1-57ec-b482-c07f37b576d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990512',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 53000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-06',
'seats_number': 7,
'seller_name': None,
'title': 'CITROEN Grand C4 SpaceTourer Grand C4 SpaceTourer 1.5 BlueHDi '
'Business Lounge (EU6.3)',
'transmission': 'manual',
'trim': 'CITROEN Grand C4 SpaceTourer Grand C4 SpaceTourer 1.5 BlueHDi '
'Business Lounge (EU6.3)',
'vin': None,
'year': 2021}
2026-03-25 01:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990512auction110886%27 HTTP/1.1" 200 None
2026-03-25 01:32:34 [ecarstrade.be] INFO: Saving data for 6990512auction110886: {'auction_closing_time': 1774420800.0, 'created_time': 1774198799.349231, 'last_price_update_time': 1774402354.245749}
2026-03-25 01:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990512auction110886') HTTP/1.1" 204 0
2026-03-25 01:32:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:32:38 [ecarstrade.be] INFO: Found listing with ID: 6939768stock
2026-03-25 01:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939768stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:38 [ecarstrade.be] INFO: Scrape type for 6939768stock: 0
2026-03-25 01:32:38 [ecarstrade.be] INFO: Found listing with ID: 6942877stock
2026-03-25 01:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942877stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:38 [ecarstrade.be] INFO: Scrape type for 6942877stock: 0
2026-03-25 01:32:38 [ecarstrade.be] INFO: Found listing with ID: 6945655stock
2026-03-25 01:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945655stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:38 [ecarstrade.be] INFO: Scrape type for 6945655stock: 0
2026-03-25 01:32:38 [ecarstrade.be] INFO: Found listing with ID: 6948741stock
2026-03-25 01:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948741stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:38 [ecarstrade.be] INFO: Scrape type for 6948741stock: 0
2026-03-25 01:32:38 [ecarstrade.be] INFO: Found listing with ID: 6957412stock
2026-03-25 01:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957412stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:38 [ecarstrade.be] INFO: Scrape type for 6957412stock: 0
2026-03-25 01:32:38 [ecarstrade.be] INFO: Found listing with ID: 3742479stock
2026-03-25 01:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%273742479stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:39 [ecarstrade.be] INFO: Scrape type for 3742479stock: 0
2026-03-25 01:32:39 [ecarstrade.be] INFO: Found listing with ID: 5661807stock
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%275661807stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:39 [ecarstrade.be] INFO: Scrape type for 5661807stock: 0
2026-03-25 01:32:39 [ecarstrade.be] INFO: Found listing with ID: 6472747stock
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276472747stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:39 [ecarstrade.be] INFO: Scrape type for 6472747stock: 0
2026-03-25 01:32:39 [ecarstrade.be] INFO: Found listing with ID: 6589495stock
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276589495stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:39 [ecarstrade.be] INFO: Scrape type for 6589495stock: 0
2026-03-25 01:32:39 [ecarstrade.be] INFO: Found listing with ID: 6596836stock
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276596836stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:39 [ecarstrade.be] INFO: Scrape type for 6596836stock: 0
2026-03-25 01:32:39 [ecarstrade.be] INFO: Found listing with ID: 6617796stock
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276617796stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:39 [ecarstrade.be] INFO: Scrape type for 6617796stock: 0
2026-03-25 01:32:39 [ecarstrade.be] INFO: Found listing with ID: 6631679stock
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276631679stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:39 [ecarstrade.be] INFO: Scrape type for 6631679stock: 0
2026-03-25 01:32:39 [ecarstrade.be] INFO: Found listing with ID: 6631720stock
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276631720stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:39 [ecarstrade.be] INFO: Scrape type for 6631720stock: 0
2026-03-25 01:32:39 [ecarstrade.be] INFO: Found listing with ID: 6663716stock
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276663716stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:39 [ecarstrade.be] INFO: Scrape type for 6663716stock: 0
2026-03-25 01:32:39 [ecarstrade.be] INFO: Found listing with ID: 6685729stock
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276685729stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:39 [ecarstrade.be] INFO: Scrape type for 6685729stock: 0
2026-03-25 01:32:39 [ecarstrade.be] INFO: Found listing with ID: 6708827stock
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276708827stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:39 [ecarstrade.be] INFO: Scrape type for 6708827stock: 0
2026-03-25 01:32:39 [ecarstrade.be] INFO: Found listing with ID: 6879839stock
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276879839stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:39 [ecarstrade.be] INFO: Scrape type for 6879839stock: 0
2026-03-25 01:32:39 [ecarstrade.be] INFO: Found listing with ID: 6883830stock
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276883830stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:39 [ecarstrade.be] INFO: Scrape type for 6883830stock: 0
2026-03-25 01:32:39 [ecarstrade.be] INFO: Found listing with ID: 6885853stock
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885853stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:39 [ecarstrade.be] INFO: Scrape type for 6885853stock: 0
2026-03-25 01:32:39 [ecarstrade.be] INFO: Found listing with ID: 6885954stock
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885954stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:39 [ecarstrade.be] INFO: Scrape type for 6885954stock: 0
2026-03-25 01:32:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:32:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6915444> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:39 [ecarstrade.be] INFO: Extracting details for car 6915444stock
2026-03-25 01:32:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 687be400-d2f9-5019-baf6-ae6f392b5749 with identifier: 6915444stock
2026-03-25 01:32:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 687be400-d2f9-5019-baf6-ae6f392b5749 with scrape type 2
2026-03-25 01:32:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 687be400-d2f9-5019-baf6-ae6f392b5749 with scrape type 2
2026-03-25 01:32:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 687be400-d2f9-5019-baf6-ae6f392b5749, identifier: 6915444stock
2026-03-25 01:32:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 687be400-d2f9-5019-baf6-ae6f392b5749 with identifier: 6915444stock
2026-03-25 01:32:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 687be400-d2f9-5019-baf6-ae6f392b5749 with identifier: 6915444stock
2026-03-25 01:32:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 687be400-d2f9-5019-baf6-ae6f392b5749 with identifier: 6915444stock to the API
2026-03-25 01:32:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:32:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:32:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6915444>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '687be400-d2f9-5019-baf6-ae6f392b5749',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6915444',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '3008',
'odometer': 68153,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-07',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 1.2 PureTech I-Cockpit Navi KeylessGo Camera Klima PDC '
'...',
'transmission': 'manual',
'trim': '1.2 PureTech I-Cockpit Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-25 01:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915444stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:41 [ecarstrade.be] INFO: Saving data for 6915444stock: {'created_time': 1772839902.481817, 'last_price_update_time': 1774402361.650054}
2026-03-25 01:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6915444stock') HTTP/1.1" 204 0
2026-03-25 01:32:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6915132> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933400> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:41 [ecarstrade.be] INFO: Extracting details for car 6915132stock
2026-03-25 01:32:41 [ecarstrade.be] INFO: Extracting details for car 6933400stock
2026-03-25 01:32:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73a8ef65-38f2-5330-ac37-26d61172d718 with identifier: 6915132stock
2026-03-25 01:32:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73a8ef65-38f2-5330-ac37-26d61172d718 with scrape type 2
2026-03-25 01:32:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73a8ef65-38f2-5330-ac37-26d61172d718 with scrape type 2
2026-03-25 01:32:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 73a8ef65-38f2-5330-ac37-26d61172d718, identifier: 6915132stock
2026-03-25 01:32:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33a776c3-746d-5e76-b649-f567341427fa with identifier: 6933400stock
2026-03-25 01:32:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33a776c3-746d-5e76-b649-f567341427fa with scrape type 2
2026-03-25 01:32:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33a776c3-746d-5e76-b649-f567341427fa with scrape type 2
2026-03-25 01:32:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 33a776c3-746d-5e76-b649-f567341427fa, identifier: 6933400stock
2026-03-25 01:32:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 73a8ef65-38f2-5330-ac37-26d61172d718 with identifier: 6915132stock
2026-03-25 01:32:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 73a8ef65-38f2-5330-ac37-26d61172d718 with identifier: 6915132stock
2026-03-25 01:32:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 73a8ef65-38f2-5330-ac37-26d61172d718 with identifier: 6915132stock to the API
2026-03-25 01:32:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:32:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:32:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6915132>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '73a8ef65-38f2-5330-ac37-26d61172d718',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6915132',
'listing': 'auction',
'location': 'France - "Quincieux"',
'make': 'Peugeot',
'model': '3008',
'odometer': 110482,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-27',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 1.2 PureTech I-Cockpit Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech I-Cockpit Navi Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-25 01:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915132stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:42 [ecarstrade.be] INFO: Saving data for 6915132stock: {'created_time': 1773093450.257272, 'last_price_update_time': 1774402362.413795}
2026-03-25 01:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6915132stock') HTTP/1.1" 204 0
2026-03-25 01:32:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 33a776c3-746d-5e76-b649-f567341427fa with identifier: 6933400stock
2026-03-25 01:32:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 33a776c3-746d-5e76-b649-f567341427fa with identifier: 6933400stock
2026-03-25 01:32:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 33a776c3-746d-5e76-b649-f567341427fa with identifier: 6933400stock to the API
2026-03-25 01:32:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:32:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:32:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933400>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '33a776c3-746d-5e76-b649-f567341427fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933400',
'listing': 'auction',
'location': 'Belgium',
'make': 'Alfa Romeo',
'model': 'Tonale',
'odometer': 157745,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-04',
'seats_number': 5,
'seller_name': None,
'title': 'Alfa Romeo Tonale 1.5i Mild-Hybrid Sprint Aut. LED Virtual ACC Navi '
'Sport-Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Mild-Hybrid Sprint Aut. LED Virtual ACC Navi Sport-Leather '
'KeylessGo Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-25 01:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933400stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:42 [ecarstrade.be] INFO: Saving data for 6933400stock: {'created_time': 1773452080.948532, 'last_price_update_time': 1774402362.71976}
2026-03-25 01:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933400stock') HTTP/1.1" 204 0
2026-03-25 01:32:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6885975stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885975stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6885975stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6890910stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890910stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6890910stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6890939stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890939stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6890939stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6893001stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276893001stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6893001stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6893405stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276893405stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6893405stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6899424stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276899424stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6899424stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6901506stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276901506stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6901506stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6901822stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276901822stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6901822stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6904901stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904901stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6904901stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6905414stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276905414stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6905414stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6906386stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906386stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6906386stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6908834stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908834stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6908834stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6909294stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909294stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6909294stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6909316stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909316stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6909316stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6910038stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910038stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6910038stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6910043stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910043stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6910043stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6910519stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910519stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6910519stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6914005stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914005stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6914005stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6914013stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914013stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6914013stock: 0
2026-03-25 01:32:48 [ecarstrade.be] INFO: Found listing with ID: 6914030stock
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914030stock%27 HTTP/1.1" 200 None
2026-03-25 01:32:48 [ecarstrade.be] INFO: Scrape type for 6914030stock: 0
2026-03-25 01:32:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:33:06 [scrapy.extensions.logstats] INFO: Crawled 54 pages (at 18 pages/min), scraped 42 items (at 12 items/min)
2026-03-25 01:33:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 255MiB
2026-03-25 01:33:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:33:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:33:22 [ecarstrade.be] INFO: Found listing with ID: 6916395stock
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276916395stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:22 [ecarstrade.be] INFO: Scrape type for 6916395stock: 0
2026-03-25 01:33:22 [ecarstrade.be] INFO: Found listing with ID: 6919073stock
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919073stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:22 [ecarstrade.be] INFO: Scrape type for 6919073stock: 0
2026-03-25 01:33:22 [ecarstrade.be] INFO: Found listing with ID: 6919152stock
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919152stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:22 [ecarstrade.be] INFO: Scrape type for 6919152stock: 0
2026-03-25 01:33:22 [ecarstrade.be] INFO: Found listing with ID: 6919213stock
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919213stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:22 [ecarstrade.be] INFO: Scrape type for 6919213stock: 0
2026-03-25 01:33:22 [ecarstrade.be] INFO: Found listing with ID: 6925476stock
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925476stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:22 [ecarstrade.be] INFO: Scrape type for 6925476stock: 0
2026-03-25 01:33:22 [ecarstrade.be] INFO: Found listing with ID: 6925486stock
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925486stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:22 [ecarstrade.be] INFO: Scrape type for 6925486stock: 0
2026-03-25 01:33:22 [ecarstrade.be] INFO: Found listing with ID: 6927538stock
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276927538stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:22 [ecarstrade.be] INFO: Scrape type for 6927538stock: 0
2026-03-25 01:33:22 [ecarstrade.be] INFO: Found listing with ID: 6927545stock
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276927545stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:22 [ecarstrade.be] INFO: Scrape type for 6927545stock: 0
2026-03-25 01:33:22 [ecarstrade.be] INFO: Found listing with ID: 6934491stock
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934491stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:22 [ecarstrade.be] INFO: Scrape type for 6934491stock: 0
2026-03-25 01:33:22 [ecarstrade.be] INFO: Found listing with ID: 6937858stock
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937858stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:22 [ecarstrade.be] INFO: Scrape type for 6937858stock: 0
2026-03-25 01:33:22 [ecarstrade.be] INFO: Found listing with ID: 6939583stock
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939583stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:22 [ecarstrade.be] INFO: Scrape type for 6939583stock: 0
2026-03-25 01:33:22 [ecarstrade.be] INFO: Found listing with ID: 6941303stock
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941303stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:22 [ecarstrade.be] INFO: Scrape type for 6941303stock: 0
2026-03-25 01:33:22 [ecarstrade.be] INFO: Found listing with ID: 6942623stock
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942623stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:22 [ecarstrade.be] INFO: Scrape type for 6942623stock: 0
2026-03-25 01:33:22 [ecarstrade.be] INFO: Found listing with ID: 6679102stock
2026-03-25 01:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276679102stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:23 [ecarstrade.be] INFO: Scrape type for 6679102stock: 0
2026-03-25 01:33:23 [ecarstrade.be] INFO: Found listing with ID: 6688226stock
2026-03-25 01:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276688226stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:23 [ecarstrade.be] INFO: Scrape type for 6688226stock: 0
2026-03-25 01:33:23 [ecarstrade.be] INFO: Found listing with ID: 6694083stock
2026-03-25 01:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694083stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:23 [ecarstrade.be] INFO: Scrape type for 6694083stock: 0
2026-03-25 01:33:23 [ecarstrade.be] INFO: Found listing with ID: 6696769stock
2026-03-25 01:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276696769stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:23 [ecarstrade.be] INFO: Scrape type for 6696769stock: 0
2026-03-25 01:33:23 [ecarstrade.be] INFO: Found listing with ID: 6701130stock
2026-03-25 01:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701130stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:23 [ecarstrade.be] INFO: Scrape type for 6701130stock: 0
2026-03-25 01:33:23 [ecarstrade.be] INFO: Found listing with ID: 6702277stock
2026-03-25 01:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276702277stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:23 [ecarstrade.be] INFO: Scrape type for 6702277stock: 0
2026-03-25 01:33:23 [ecarstrade.be] INFO: Found listing with ID: 6723640stock
2026-03-25 01:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276723640stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:23 [ecarstrade.be] INFO: Scrape type for 6723640stock: 0
2026-03-25 01:33:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:33:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:33:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:33:28 [ecarstrade.be] INFO: Found listing with ID: 6728384stock
2026-03-25 01:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276728384stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:28 [ecarstrade.be] INFO: Scrape type for 6728384stock: 0
2026-03-25 01:33:28 [ecarstrade.be] INFO: Found listing with ID: 6728664stock
2026-03-25 01:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276728664stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:28 [ecarstrade.be] INFO: Scrape type for 6728664stock: 0
2026-03-25 01:33:28 [ecarstrade.be] INFO: Found listing with ID: 6746262stock
2026-03-25 01:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276746262stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:28 [ecarstrade.be] INFO: Scrape type for 6746262stock: 0
2026-03-25 01:33:28 [ecarstrade.be] INFO: Found listing with ID: 6758360stock
2026-03-25 01:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276758360stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:28 [ecarstrade.be] INFO: Scrape type for 6758360stock: 0
2026-03-25 01:33:28 [ecarstrade.be] INFO: Found listing with ID: 6762760stock
2026-03-25 01:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276762760stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:28 [ecarstrade.be] INFO: Scrape type for 6762760stock: 0
2026-03-25 01:33:28 [ecarstrade.be] INFO: Found listing with ID: 6762993stock
2026-03-25 01:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276762993stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:29 [ecarstrade.be] INFO: Scrape type for 6762993stock: 0
2026-03-25 01:33:29 [ecarstrade.be] INFO: Found listing with ID: 6764578stock
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764578stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:29 [ecarstrade.be] INFO: Scrape type for 6764578stock: 0
2026-03-25 01:33:29 [ecarstrade.be] INFO: Found listing with ID: 6772786stock
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276772786stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:29 [ecarstrade.be] INFO: Scrape type for 6772786stock: 0
2026-03-25 01:33:29 [ecarstrade.be] INFO: Found listing with ID: 6773433stock
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276773433stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:29 [ecarstrade.be] INFO: Scrape type for 6773433stock: 0
2026-03-25 01:33:29 [ecarstrade.be] INFO: Found listing with ID: 6776417stock
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776417stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:29 [ecarstrade.be] INFO: Scrape type for 6776417stock: 0
2026-03-25 01:33:29 [ecarstrade.be] INFO: Found listing with ID: 6779599stock
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779599stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:29 [ecarstrade.be] INFO: Scrape type for 6779599stock: 0
2026-03-25 01:33:29 [ecarstrade.be] INFO: Found listing with ID: 6787688stock
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787688stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:29 [ecarstrade.be] INFO: Scrape type for 6787688stock: 0
2026-03-25 01:33:29 [ecarstrade.be] INFO: Found listing with ID: 6788600stock
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788600stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:29 [ecarstrade.be] INFO: Scrape type for 6788600stock: 0
2026-03-25 01:33:29 [ecarstrade.be] INFO: Found listing with ID: 6791039stock
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276791039stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:29 [ecarstrade.be] INFO: Scrape type for 6791039stock: 0
2026-03-25 01:33:29 [ecarstrade.be] INFO: Found listing with ID: 6792164stock
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792164stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:29 [ecarstrade.be] INFO: Scrape type for 6792164stock: 0
2026-03-25 01:33:29 [ecarstrade.be] INFO: Found listing with ID: 6792189stock
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792189stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:29 [ecarstrade.be] INFO: Scrape type for 6792189stock: 0
2026-03-25 01:33:29 [ecarstrade.be] INFO: Found listing with ID: 6792686stock
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792686stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:29 [ecarstrade.be] INFO: Scrape type for 6792686stock: 0
2026-03-25 01:33:29 [ecarstrade.be] INFO: Found listing with ID: 6797653stock
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276797653stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:29 [ecarstrade.be] INFO: Scrape type for 6797653stock: 0
2026-03-25 01:33:29 [ecarstrade.be] INFO: Found listing with ID: 6798215stock
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276798215stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:29 [ecarstrade.be] INFO: Scrape type for 6798215stock: 0
2026-03-25 01:33:29 [ecarstrade.be] INFO: Found listing with ID: 6802683stock
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802683stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:29 [ecarstrade.be] INFO: Scrape type for 6802683stock: 0
2026-03-25 01:33:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:33:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6802754stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802754stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6802754stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6804641stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276804641stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6804641stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6808563stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276808563stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6808563stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6812574stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812574stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6812574stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6817744stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276817744stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6817744stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6818863stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818863stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6818863stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6824257stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824257stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6824257stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6824278stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824278stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6824278stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6824325stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824325stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6824325stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6835922stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835922stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6835922stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6843034stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843034stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6843034stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6844715stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844715stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6844715stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6845529stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276845529stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6845529stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6847587stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276847587stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6847587stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6853022stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276853022stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6853022stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6857978stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276857978stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6857978stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6859947stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859947stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6859947stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6862902stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276862902stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6862902stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6866821stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276866821stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6866821stock: 0
2026-03-25 01:33:37 [ecarstrade.be] INFO: Found listing with ID: 6867142stock
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276867142stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:37 [ecarstrade.be] INFO: Scrape type for 6867142stock: 0
2026-03-25 01:33:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:33:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:33:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:33:43 [ecarstrade.be] INFO: Found listing with ID: 6868001stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276868001stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6868001stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6869050stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276869050stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6869050stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6870475stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276870475stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6870475stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6875341stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276875341stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6875341stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6876338stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276876338stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6876338stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6876457stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276876457stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6876457stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 5790258stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%275790258stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 5790258stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6380489stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276380489stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6380489stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6492226stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276492226stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6492226stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6565827stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276565827stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6565827stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6568211stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276568211stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6568211stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6572320stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276572320stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6572320stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6588028stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276588028stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6588028stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6589936stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276589936stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6589936stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6612228stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276612228stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6612228stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6629462stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276629462stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6629462stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6635088stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276635088stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6635088stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6656157stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276656157stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6656157stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6668929stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276668929stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6668929stock: 0
2026-03-25 01:33:44 [ecarstrade.be] INFO: Found listing with ID: 6672443stock
2026-03-25 01:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276672443stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:44 [ecarstrade.be] INFO: Scrape type for 6672443stock: 0
2026-03-25 01:33:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:33:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:33:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:33:51 [ecarstrade.be] INFO: Found listing with ID: 6915770stock
2026-03-25 01:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276915770stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:51 [ecarstrade.be] INFO: Scrape type for 6915770stock: 0
2026-03-25 01:33:51 [ecarstrade.be] INFO: Found listing with ID: 6917674stock
2026-03-25 01:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276917674stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:51 [ecarstrade.be] INFO: Scrape type for 6917674stock: 0
2026-03-25 01:33:51 [ecarstrade.be] INFO: Found listing with ID: 6917993stock
2026-03-25 01:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276917993stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:51 [ecarstrade.be] INFO: Scrape type for 6917993stock: 0
2026-03-25 01:33:51 [ecarstrade.be] INFO: Found listing with ID: 6922141stock
2026-03-25 01:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276922141stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:51 [ecarstrade.be] INFO: Scrape type for 6922141stock: 0
2026-03-25 01:33:51 [ecarstrade.be] INFO: Found listing with ID: 6928287stock
2026-03-25 01:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276928287stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:51 [ecarstrade.be] INFO: Scrape type for 6928287stock: 0
2026-03-25 01:33:51 [ecarstrade.be] INFO: Found listing with ID: 6641568stock
2026-03-25 01:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276641568stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:52 [ecarstrade.be] INFO: Scrape type for 6641568stock: 0
2026-03-25 01:33:52 [ecarstrade.be] INFO: Found listing with ID: 6642494stock
2026-03-25 01:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276642494stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:52 [ecarstrade.be] INFO: Scrape type for 6642494stock: 0
2026-03-25 01:33:52 [ecarstrade.be] INFO: Found listing with ID: 6664136stock
2026-03-25 01:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276664136stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:52 [ecarstrade.be] INFO: Scrape type for 6664136stock: 0
2026-03-25 01:33:52 [ecarstrade.be] INFO: Found listing with ID: 6666900stock
2026-03-25 01:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276666900stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:52 [ecarstrade.be] INFO: Scrape type for 6666900stock: 0
2026-03-25 01:33:52 [ecarstrade.be] INFO: Found listing with ID: 6686133stock
2026-03-25 01:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276686133stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:52 [ecarstrade.be] INFO: Scrape type for 6686133stock: 0
2026-03-25 01:33:52 [ecarstrade.be] INFO: Found listing with ID: 6690601stock
2026-03-25 01:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276690601stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:52 [ecarstrade.be] INFO: Scrape type for 6690601stock: 0
2026-03-25 01:33:52 [ecarstrade.be] INFO: Found listing with ID: 6709582stock
2026-03-25 01:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276709582stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:52 [ecarstrade.be] INFO: Scrape type for 6709582stock: 0
2026-03-25 01:33:52 [ecarstrade.be] INFO: Found listing with ID: 6722712stock
2026-03-25 01:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276722712stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:52 [ecarstrade.be] INFO: Scrape type for 6722712stock: 0
2026-03-25 01:33:52 [ecarstrade.be] INFO: Found listing with ID: 6723860stock
2026-03-25 01:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276723860stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:52 [ecarstrade.be] INFO: Scrape type for 6723860stock: 0
2026-03-25 01:33:52 [ecarstrade.be] INFO: Found listing with ID: 6764985stock
2026-03-25 01:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276764985stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:52 [ecarstrade.be] INFO: Scrape type for 6764985stock: 0
2026-03-25 01:33:52 [ecarstrade.be] INFO: Found listing with ID: 6764996stock
2026-03-25 01:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276764996stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:52 [ecarstrade.be] INFO: Scrape type for 6764996stock: 0
2026-03-25 01:33:52 [ecarstrade.be] INFO: Found listing with ID: 6769298stock
2026-03-25 01:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276769298stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:52 [ecarstrade.be] INFO: Scrape type for 6769298stock: 0
2026-03-25 01:33:52 [ecarstrade.be] INFO: Found listing with ID: 6769393stock
2026-03-25 01:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276769393stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:52 [ecarstrade.be] INFO: Scrape type for 6769393stock: 0
2026-03-25 01:33:52 [ecarstrade.be] INFO: Found listing with ID: 6784515stock
2026-03-25 01:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276784515stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:52 [ecarstrade.be] INFO: Scrape type for 6784515stock: 0
2026-03-25 01:33:52 [ecarstrade.be] INFO: Found listing with ID: 6795176stock
2026-03-25 01:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276795176stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:52 [ecarstrade.be] INFO: Scrape type for 6795176stock: 0
2026-03-25 01:33:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:33:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:33:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:33:58 [ecarstrade.be] INFO: Found listing with ID: 6819858stock
2026-03-25 01:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819858stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:58 [ecarstrade.be] INFO: Scrape type for 6819858stock: 0
2026-03-25 01:33:58 [ecarstrade.be] INFO: Found listing with ID: 6819880stock
2026-03-25 01:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819880stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:58 [ecarstrade.be] INFO: Scrape type for 6819880stock: 0
2026-03-25 01:33:58 [ecarstrade.be] INFO: Found listing with ID: 6842457stock
2026-03-25 01:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842457stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:58 [ecarstrade.be] INFO: Scrape type for 6842457stock: 0
2026-03-25 01:33:58 [ecarstrade.be] INFO: Found listing with ID: 6843749stock
2026-03-25 01:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843749stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:58 [ecarstrade.be] INFO: Scrape type for 6843749stock: 0
2026-03-25 01:33:58 [ecarstrade.be] INFO: Found listing with ID: 6846412stock
2026-03-25 01:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846412stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:58 [ecarstrade.be] INFO: Scrape type for 6846412stock: 0
2026-03-25 01:33:58 [ecarstrade.be] INFO: Found listing with ID: 6847119stock
2026-03-25 01:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276847119stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:58 [ecarstrade.be] INFO: Scrape type for 6847119stock: 0
2026-03-25 01:33:58 [ecarstrade.be] INFO: Found listing with ID: 6851333stock
2026-03-25 01:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276851333stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:58 [ecarstrade.be] INFO: Scrape type for 6851333stock: 0
2026-03-25 01:33:58 [ecarstrade.be] INFO: Found listing with ID: 6854164stock
2026-03-25 01:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276854164stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:59 [ecarstrade.be] INFO: Scrape type for 6854164stock: 2
2026-03-25 01: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-25 01:33:59 [ecarstrade.be] INFO: Found listing with ID: 6855416stock
2026-03-25 01:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276855416stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:59 [ecarstrade.be] INFO: Scrape type for 6855416stock: 0
2026-03-25 01:33:59 [ecarstrade.be] INFO: Found listing with ID: 6868288stock
2026-03-25 01:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276868288stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:59 [ecarstrade.be] INFO: Scrape type for 6868288stock: 0
2026-03-25 01:33:59 [ecarstrade.be] INFO: Found listing with ID: 6878513stock
2026-03-25 01:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276878513stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:59 [ecarstrade.be] INFO: Scrape type for 6878513stock: 0
2026-03-25 01:33:59 [ecarstrade.be] INFO: Found listing with ID: 6883181stock
2026-03-25 01:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276883181stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:59 [ecarstrade.be] INFO: Scrape type for 6883181stock: 0
2026-03-25 01:33:59 [ecarstrade.be] INFO: Found listing with ID: 6886947stock
2026-03-25 01:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276886947stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:59 [ecarstrade.be] INFO: Scrape type for 6886947stock: 0
2026-03-25 01:33:59 [ecarstrade.be] INFO: Found listing with ID: 6890019stock
2026-03-25 01:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276890019stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:59 [ecarstrade.be] INFO: Scrape type for 6890019stock: 0
2026-03-25 01:33:59 [ecarstrade.be] INFO: Found listing with ID: 6890677stock
2026-03-25 01:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276890677stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:59 [ecarstrade.be] INFO: Scrape type for 6890677stock: 0
2026-03-25 01:33:59 [ecarstrade.be] INFO: Found listing with ID: 6890893stock
2026-03-25 01:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276890893stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:59 [ecarstrade.be] INFO: Scrape type for 6890893stock: 0
2026-03-25 01:33:59 [ecarstrade.be] INFO: Found listing with ID: 6890920stock
2026-03-25 01:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276890920stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:59 [ecarstrade.be] INFO: Scrape type for 6890920stock: 0
2026-03-25 01:33:59 [ecarstrade.be] INFO: Found listing with ID: 6891450stock
2026-03-25 01:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276891450stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:59 [ecarstrade.be] INFO: Scrape type for 6891450stock: 0
2026-03-25 01:33:59 [ecarstrade.be] INFO: Found listing with ID: 6897903stock
2026-03-25 01:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276897903stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:59 [ecarstrade.be] INFO: Scrape type for 6897903stock: 0
2026-03-25 01:33:59 [ecarstrade.be] INFO: Found listing with ID: 6906305stock
2026-03-25 01:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276906305stock%27 HTTP/1.1" 200 None
2026-03-25 01:33:59 [ecarstrade.be] INFO: Scrape type for 6906305stock: 0
2026-03-25 01: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-25 01:34:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6854164> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:34:06 [ecarstrade.be] INFO: Extracting details for car 6854164stock
2026-03-25 01:34:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f6a0c87-48de-550a-8f18-6285117d5034 with identifier: 6854164stock
2026-03-25 01:34:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f6a0c87-48de-550a-8f18-6285117d5034 with scrape type 2
2026-03-25 01:34:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f6a0c87-48de-550a-8f18-6285117d5034 with scrape type 2
2026-03-25 01:34:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f6a0c87-48de-550a-8f18-6285117d5034, identifier: 6854164stock
2026-03-25 01:34:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f6a0c87-48de-550a-8f18-6285117d5034 with identifier: 6854164stock
2026-03-25 01:34:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f6a0c87-48de-550a-8f18-6285117d5034 with identifier: 6854164stock
2026-03-25 01:34:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f6a0c87-48de-550a-8f18-6285117d5034 with identifier: 6854164stock to the API
2026-03-25 01:34:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01: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-25 01:34:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6854164>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5f6a0c87-48de-550a-8f18-6285117d5034',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6854164',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'V40 Cross Country',
'odometer': 182792,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-08-27',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo V40 Cross Country 1.6 D2 Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.6 D2 Navi Klima PDC ...',
'vin': None,
'year': 2013}
2026-03-25 01:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276854164stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:06 [ecarstrade.be] INFO: Saving data for 6854164stock: {'created_time': 1772611737.995113, 'last_price_update_time': 1774402446.947121}
2026-03-25 01:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6854164stock') HTTP/1.1" 204 0
2026-03-25 01:34:07 [scrapy.extensions.logstats] INFO: Crawled 61 pages (at 7 pages/min), scraped 43 items (at 1 items/min)
2026-03-25 01:34:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 264MiB
2026-03-25 01:34:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6910287stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276910287stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6910287stock: 0
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6910288stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276910288stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6910288stock: 0
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6835919stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276835919stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6835919stock: 0
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6893692stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276893692stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6893692stock: 2
2026-03-25 01:34:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6434642stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276434642stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6434642stock: 0
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6882517stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276882517stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6882517stock: 2
2026-03-25 01:34:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6769282stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276769282stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6769282stock: 0
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6844197stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276844197stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6844197stock: 0
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6287267stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276287267stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6287267stock: 0
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6821040stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276821040stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6821040stock: 0
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6462698stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276462698stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6462698stock: 0
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6644566stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276644566stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6644566stock: 0
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6674391stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276674391stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6674391stock: 0
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6675809stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276675809stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6675809stock: 0
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6706350stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276706350stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6706350stock: 0
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6708816stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276708816stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6708816stock: 0
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6719179stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276719179stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:33 [ecarstrade.be] INFO: Scrape type for 6719179stock: 0
2026-03-25 01:34:33 [ecarstrade.be] INFO: Found listing with ID: 6740077stock
2026-03-25 01:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276740077stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:34 [ecarstrade.be] INFO: Scrape type for 6740077stock: 0
2026-03-25 01:34:34 [ecarstrade.be] INFO: Found listing with ID: 6752714stock
2026-03-25 01:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752714stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:34 [ecarstrade.be] INFO: Scrape type for 6752714stock: 0
2026-03-25 01:34:34 [ecarstrade.be] INFO: Found listing with ID: 6761356stock
2026-03-25 01:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276761356stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:34 [ecarstrade.be] INFO: Scrape type for 6761356stock: 0
2026-03-25 01:34:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:34:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6893692> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:34:40 [ecarstrade.be] INFO: Extracting details for car 6893692stock
2026-03-25 01:34:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94a386dd-648b-55cd-bb0a-873e793a568a with identifier: 6893692stock
2026-03-25 01:34:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94a386dd-648b-55cd-bb0a-873e793a568a with scrape type 2
2026-03-25 01:34:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94a386dd-648b-55cd-bb0a-873e793a568a with scrape type 2
2026-03-25 01:34:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94a386dd-648b-55cd-bb0a-873e793a568a, identifier: 6893692stock
2026-03-25 01:34:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94a386dd-648b-55cd-bb0a-873e793a568a with identifier: 6893692stock
2026-03-25 01:34:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94a386dd-648b-55cd-bb0a-873e793a568a with identifier: 6893692stock
2026-03-25 01:34:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94a386dd-648b-55cd-bb0a-873e793a568a with identifier: 6893692stock to the API
2026-03-25 01:34:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:34:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:34:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6893692>
{'auction_title': '',
'c_o_2_emission_value': 27,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '94a386dd-648b-55cd-bb0a-873e793a568a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6893692',
'listing': 'auction',
'location': 'Belgium - "GNK - Remarketing Genk LANGERLO 003-035-006"',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 152301,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat 1.4 TSI Plug-In Hybrid GTE Aut. LED-Matrix ACC '
'Navi KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.4 TSI Plug-In Hybrid GTE Aut. LED-Matrix ACC Navi KeylessGo Camera '
'360 Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-25 01:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276893692stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:41 [ecarstrade.be] INFO: Saving data for 6893692stock: {'created_time': 1774017228.067743, 'last_price_update_time': 1774402481.255527}
2026-03-25 01:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6893692stock') HTTP/1.1" 204 0
2026-03-25 01:34:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6882517> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:34:41 [ecarstrade.be] INFO: Extracting details for car 6882517stock
2026-03-25 01:34:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 242886b2-2ea5-58ab-90d9-56fb1bda8907 with identifier: 6882517stock
2026-03-25 01:34:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 242886b2-2ea5-58ab-90d9-56fb1bda8907 with scrape type 2
2026-03-25 01:34:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 242886b2-2ea5-58ab-90d9-56fb1bda8907 with scrape type 2
2026-03-25 01:34:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 242886b2-2ea5-58ab-90d9-56fb1bda8907, identifier: 6882517stock
2026-03-25 01:34:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 242886b2-2ea5-58ab-90d9-56fb1bda8907 with identifier: 6882517stock
2026-03-25 01:34:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 242886b2-2ea5-58ab-90d9-56fb1bda8907 with identifier: 6882517stock
2026-03-25 01:34:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 242886b2-2ea5-58ab-90d9-56fb1bda8907 with identifier: 6882517stock to the API
2026-03-25 01:34:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:34:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:34:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6882517>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '242886b2-2ea5-58ab-90d9-56fb1bda8907',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6882517',
'listing': 'auction',
'location': 'Belgium - "GNK - Remarketing Genk LANGERLO 003-045-004"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 195822,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-27',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat Variant 2.0 TDI Aut. Virtual LED-Matrix Navi '
'Sport-Seats KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 TDI Aut. Virtual LED-Matrix Navi Sport-Seats KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-25 01:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276882517stock%27 HTTP/1.1" 200 None
2026-03-25 01:34:41 [ecarstrade.be] INFO: Saving data for 6882517stock: {'created_time': 1774017228.5593, 'last_price_update_time': 1774402481.864176}
2026-03-25 01:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6882517stock') HTTP/1.1" 204 0
2026-03-25 01:35:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:35:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:35:04 [ecarstrade.be] INFO: Found listing with ID: 6778069stock
2026-03-25 01:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276778069stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:04 [ecarstrade.be] INFO: Scrape type for 6778069stock: 0
2026-03-25 01:35:04 [ecarstrade.be] INFO: Found listing with ID: 6781448stock
2026-03-25 01:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276781448stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:04 [ecarstrade.be] INFO: Scrape type for 6781448stock: 0
2026-03-25 01:35:04 [ecarstrade.be] INFO: Found listing with ID: 6797160stock
2026-03-25 01:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276797160stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:04 [ecarstrade.be] INFO: Scrape type for 6797160stock: 0
2026-03-25 01:35:04 [ecarstrade.be] INFO: Found listing with ID: 6808931stock
2026-03-25 01:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276808931stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6808931stock: 0
2026-03-25 01:35:05 [ecarstrade.be] INFO: Found listing with ID: 6811286stock
2026-03-25 01:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276811286stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6811286stock: 0
2026-03-25 01:35:05 [ecarstrade.be] INFO: Found listing with ID: 6815783stock
2026-03-25 01:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276815783stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6815783stock: 0
2026-03-25 01:35:05 [ecarstrade.be] INFO: Found listing with ID: 6816472stock
2026-03-25 01:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276816472stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6816472stock: 0
2026-03-25 01:35:05 [ecarstrade.be] INFO: Found listing with ID: 6821306stock
2026-03-25 01:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276821306stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6821306stock: 0
2026-03-25 01:35:05 [ecarstrade.be] INFO: Found listing with ID: 6828925stock
2026-03-25 01:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276828925stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6828925stock: 0
2026-03-25 01:35:05 [ecarstrade.be] INFO: Found listing with ID: 6863207stock
2026-03-25 01:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276863207stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6863207stock: 0
2026-03-25 01:35:05 [ecarstrade.be] INFO: Found listing with ID: 6865470stock
2026-03-25 01:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276865470stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6865470stock: 0
2026-03-25 01:35:05 [ecarstrade.be] INFO: Found listing with ID: 6867096stock
2026-03-25 01:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276867096stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6867096stock: 0
2026-03-25 01:35:05 [ecarstrade.be] INFO: Found listing with ID: 6883239stock
2026-03-25 01:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276883239stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6883239stock: 0
2026-03-25 01:35:05 [ecarstrade.be] INFO: Found listing with ID: 6884277stock
2026-03-25 01:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276884277stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6884277stock: 0
2026-03-25 01:35:05 [ecarstrade.be] INFO: Found listing with ID: 6886254stock
2026-03-25 01:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276886254stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6886254stock: 0
2026-03-25 01:35:05 [ecarstrade.be] INFO: Found listing with ID: 6886825stock
2026-03-25 01:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276886825stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6886825stock: 0
2026-03-25 01:35:05 [ecarstrade.be] INFO: Found listing with ID: 6888967stock
2026-03-25 01:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276888967stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6888967stock: 0
2026-03-25 01:35:05 [ecarstrade.be] INFO: Found listing with ID: 6897644stock
2026-03-25 01:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276897644stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6897644stock: 0
2026-03-25 01:35:05 [ecarstrade.be] INFO: Found listing with ID: 6900393stock
2026-03-25 01:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276900393stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6900393stock: 0
2026-03-25 01:35:05 [ecarstrade.be] INFO: Found listing with ID: 6902393stock
2026-03-25 01:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276902393stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:05 [ecarstrade.be] INFO: Scrape type for 6902393stock: 0
2026-03-25 01:35:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:35:06 [scrapy.extensions.logstats] INFO: Crawled 65 pages (at 4 pages/min), scraped 45 items (at 2 items/min)
2026-03-25 01:35:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 264MiB
2026-03-25 01:35:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:35:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:35:12 [ecarstrade.be] INFO: Found listing with ID: 6903066stock
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903066stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:12 [ecarstrade.be] INFO: Scrape type for 6903066stock: 0
2026-03-25 01:35:12 [ecarstrade.be] INFO: Found listing with ID: 6906584stock
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906584stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:12 [ecarstrade.be] INFO: Scrape type for 6906584stock: 0
2026-03-25 01:35:12 [ecarstrade.be] INFO: Found listing with ID: 6906853stock
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906853stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:12 [ecarstrade.be] INFO: Scrape type for 6906853stock: 0
2026-03-25 01:35:12 [ecarstrade.be] INFO: Found listing with ID: 6906917stock
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906917stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:12 [ecarstrade.be] INFO: Scrape type for 6906917stock: 0
2026-03-25 01:35:12 [ecarstrade.be] INFO: Found listing with ID: 6912515stock
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276912515stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:12 [ecarstrade.be] INFO: Scrape type for 6912515stock: 0
2026-03-25 01:35:12 [ecarstrade.be] INFO: Found listing with ID: 6915596stock
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915596stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:12 [ecarstrade.be] INFO: Scrape type for 6915596stock: 0
2026-03-25 01:35:12 [ecarstrade.be] INFO: Found listing with ID: 6916489stock
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276916489stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:12 [ecarstrade.be] INFO: Scrape type for 6916489stock: 0
2026-03-25 01:35:12 [ecarstrade.be] INFO: Found listing with ID: 6919009stock
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919009stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:12 [ecarstrade.be] INFO: Scrape type for 6919009stock: 0
2026-03-25 01:35:12 [ecarstrade.be] INFO: Found listing with ID: 6921709stock
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276921709stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:12 [ecarstrade.be] INFO: Scrape type for 6921709stock: 0
2026-03-25 01:35:12 [ecarstrade.be] INFO: Found listing with ID: 6928196stock
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928196stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:12 [ecarstrade.be] INFO: Scrape type for 6928196stock: 0
2026-03-25 01:35:12 [ecarstrade.be] INFO: Found listing with ID: 6929239stock
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929239stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:12 [ecarstrade.be] INFO: Scrape type for 6929239stock: 0
2026-03-25 01:35:12 [ecarstrade.be] INFO: Found listing with ID: 6929377stock
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929377stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:12 [ecarstrade.be] INFO: Scrape type for 6929377stock: 0
2026-03-25 01:35:12 [ecarstrade.be] INFO: Found listing with ID: 6929379stock
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929379stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:12 [ecarstrade.be] INFO: Scrape type for 6929379stock: 0
2026-03-25 01:35:12 [ecarstrade.be] INFO: Found listing with ID: 6933168stock
2026-03-25 01:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933168stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:13 [ecarstrade.be] INFO: Scrape type for 6933168stock: 0
2026-03-25 01:35:13 [ecarstrade.be] INFO: Found listing with ID: 6933323stock
2026-03-25 01:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933323stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:13 [ecarstrade.be] INFO: Scrape type for 6933323stock: 0
2026-03-25 01:35:13 [ecarstrade.be] INFO: Found listing with ID: 6933343stock
2026-03-25 01:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933343stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:13 [ecarstrade.be] INFO: Scrape type for 6933343stock: 0
2026-03-25 01:35:13 [ecarstrade.be] INFO: Found listing with ID: 6933344stock
2026-03-25 01:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933344stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:13 [ecarstrade.be] INFO: Scrape type for 6933344stock: 0
2026-03-25 01:35:13 [ecarstrade.be] INFO: Found listing with ID: 6933640stock
2026-03-25 01:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933640stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:13 [ecarstrade.be] INFO: Scrape type for 6933640stock: 0
2026-03-25 01:35:13 [ecarstrade.be] INFO: Found listing with ID: 6933657stock
2026-03-25 01:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933657stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:13 [ecarstrade.be] INFO: Scrape type for 6933657stock: 0
2026-03-25 01:35:13 [ecarstrade.be] INFO: Found listing with ID: 6933658stock
2026-03-25 01:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933658stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:13 [ecarstrade.be] INFO: Scrape type for 6933658stock: 0
2026-03-25 01:35:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:35:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6933662stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276933662stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6933662stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6934437stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276934437stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6934437stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6935000stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276935000stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6935000stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6938498stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276938498stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6938498stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6938520stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276938520stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6938520stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6938580stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276938580stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6938580stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6938597stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276938597stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6938597stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6938612stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276938612stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6938612stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6938631stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276938631stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6938631stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6939443stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276939443stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6939443stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6939506stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276939506stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6939506stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6939659stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276939659stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6939659stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6939660stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276939660stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6939660stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6939662stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276939662stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6939662stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6939689stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276939689stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6939689stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6940180stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276940180stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6940180stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6940842stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276940842stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6940842stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6941160stock
2026-03-25 01:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276941160stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:19 [ecarstrade.be] INFO: Scrape type for 6941160stock: 0
2026-03-25 01:35:19 [ecarstrade.be] INFO: Found listing with ID: 6942252stock
2026-03-25 01:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942252stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:20 [ecarstrade.be] INFO: Scrape type for 6942252stock: 0
2026-03-25 01:35:20 [ecarstrade.be] INFO: Found listing with ID: 6942267stock
2026-03-25 01:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942267stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:20 [ecarstrade.be] INFO: Scrape type for 6942267stock: 0
2026-03-25 01:35:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:35:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:35:25 [ecarstrade.be] INFO: Found listing with ID: 6945449stock
2026-03-25 01:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276945449stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:25 [ecarstrade.be] INFO: Scrape type for 6945449stock: 0
2026-03-25 01:35:25 [ecarstrade.be] INFO: Found listing with ID: 6945574stock
2026-03-25 01:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276945574stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:25 [ecarstrade.be] INFO: Scrape type for 6945574stock: 0
2026-03-25 01:35:25 [ecarstrade.be] INFO: Found listing with ID: 6945582stock
2026-03-25 01:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276945582stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:25 [ecarstrade.be] INFO: Scrape type for 6945582stock: 0
2026-03-25 01:35:25 [ecarstrade.be] INFO: Found listing with ID: 6945629stock
2026-03-25 01:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276945629stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:25 [ecarstrade.be] INFO: Scrape type for 6945629stock: 0
2026-03-25 01:35:25 [ecarstrade.be] INFO: Found listing with ID: 6945631stock
2026-03-25 01:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276945631stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:26 [ecarstrade.be] INFO: Scrape type for 6945631stock: 0
2026-03-25 01:35:26 [ecarstrade.be] INFO: Found listing with ID: 6946051stock
2026-03-25 01:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276946051stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:26 [ecarstrade.be] INFO: Scrape type for 6946051stock: 0
2026-03-25 01:35:26 [ecarstrade.be] INFO: Found listing with ID: 6947046stock
2026-03-25 01:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276947046stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:26 [ecarstrade.be] INFO: Scrape type for 6947046stock: 0
2026-03-25 01:35:26 [ecarstrade.be] INFO: Found listing with ID: 6947972stock
2026-03-25 01:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276947972stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:26 [ecarstrade.be] INFO: Scrape type for 6947972stock: 0
2026-03-25 01:35:26 [ecarstrade.be] INFO: Found listing with ID: 6947973stock
2026-03-25 01:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276947973stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:26 [ecarstrade.be] INFO: Scrape type for 6947973stock: 0
2026-03-25 01:35:26 [ecarstrade.be] INFO: Found listing with ID: 6948423stock
2026-03-25 01:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276948423stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:26 [ecarstrade.be] INFO: Scrape type for 6948423stock: 0
2026-03-25 01:35:26 [ecarstrade.be] INFO: Found listing with ID: 6948679stock
2026-03-25 01:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276948679stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:26 [ecarstrade.be] INFO: Scrape type for 6948679stock: 0
2026-03-25 01:35:26 [ecarstrade.be] INFO: Found listing with ID: 6948764stock
2026-03-25 01:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276948764stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:26 [ecarstrade.be] INFO: Scrape type for 6948764stock: 0
2026-03-25 01:35:26 [ecarstrade.be] INFO: Found listing with ID: 6949801stock
2026-03-25 01:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276949801stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:26 [ecarstrade.be] INFO: Scrape type for 6949801stock: 0
2026-03-25 01:35:26 [ecarstrade.be] INFO: Found listing with ID: 6953550stock
2026-03-25 01:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276953550stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:26 [ecarstrade.be] INFO: Scrape type for 6953550stock: 0
2026-03-25 01:35:26 [ecarstrade.be] INFO: Found listing with ID: 6953591stock
2026-03-25 01:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276953591stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:26 [ecarstrade.be] INFO: Scrape type for 6953591stock: 0
2026-03-25 01:35:26 [ecarstrade.be] INFO: Found listing with ID: 6953602stock
2026-03-25 01:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276953602stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:26 [ecarstrade.be] INFO: Scrape type for 6953602stock: 0
2026-03-25 01:35:26 [ecarstrade.be] INFO: Found listing with ID: 6957434stock
2026-03-25 01:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276957434stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:26 [ecarstrade.be] INFO: Scrape type for 6957434stock: 0
2026-03-25 01:35:26 [ecarstrade.be] INFO: Found listing with ID: 6957436stock
2026-03-25 01:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276957436stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:26 [ecarstrade.be] INFO: Scrape type for 6957436stock: 0
2026-03-25 01:35:26 [ecarstrade.be] INFO: Found listing with ID: 6957438stock
2026-03-25 01:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276957438stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:26 [ecarstrade.be] INFO: Scrape type for 6957438stock: 0
2026-03-25 01:35:26 [ecarstrade.be] INFO: Found listing with ID: 6957970stock
2026-03-25 01:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276957970stock%27 HTTP/1.1" 200 None
2026-03-25 01:35:26 [ecarstrade.be] INFO: Scrape type for 6957970stock: 0
2026-03-25 01:35:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:36:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:36:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:36:00 [ecarstrade.be] INFO: Found listing with ID: 6957987stock
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957987stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:00 [ecarstrade.be] INFO: Scrape type for 6957987stock: 0
2026-03-25 01:36:00 [ecarstrade.be] INFO: Found listing with ID: 6959946stock
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959946stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:00 [ecarstrade.be] INFO: Scrape type for 6959946stock: 0
2026-03-25 01:36:00 [ecarstrade.be] INFO: Found listing with ID: 6959948stock
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959948stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:00 [ecarstrade.be] INFO: Scrape type for 6959948stock: 0
2026-03-25 01:36:00 [ecarstrade.be] INFO: Found listing with ID: 6960190stock
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960190stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:00 [ecarstrade.be] INFO: Scrape type for 6960190stock: 0
2026-03-25 01:36:00 [ecarstrade.be] INFO: Found listing with ID: 6960191stock
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960191stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:00 [ecarstrade.be] INFO: Scrape type for 6960191stock: 0
2026-03-25 01:36:00 [ecarstrade.be] INFO: Found listing with ID: 6960193stock
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960193stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:00 [ecarstrade.be] INFO: Scrape type for 6960193stock: 0
2026-03-25 01:36:00 [ecarstrade.be] INFO: Found listing with ID: 6960213stock
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960213stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:00 [ecarstrade.be] INFO: Scrape type for 6960213stock: 0
2026-03-25 01:36:00 [ecarstrade.be] INFO: Found listing with ID: 6960227stock
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960227stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:00 [ecarstrade.be] INFO: Scrape type for 6960227stock: 0
2026-03-25 01:36:00 [ecarstrade.be] INFO: Found listing with ID: 6960259stock
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960259stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:00 [ecarstrade.be] INFO: Scrape type for 6960259stock: 0
2026-03-25 01:36:00 [ecarstrade.be] INFO: Found listing with ID: 6960485stock
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960485stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:00 [ecarstrade.be] INFO: Scrape type for 6960485stock: 0
2026-03-25 01:36:00 [ecarstrade.be] INFO: Found listing with ID: 6960670stock
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960670stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:00 [ecarstrade.be] INFO: Scrape type for 6960670stock: 0
2026-03-25 01:36:00 [ecarstrade.be] INFO: Found listing with ID: 6961602stock
2026-03-25 01:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961602stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:01 [ecarstrade.be] INFO: Scrape type for 6961602stock: 0
2026-03-25 01:36:01 [ecarstrade.be] INFO: Found listing with ID: 6961696stock
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961696stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:01 [ecarstrade.be] INFO: Scrape type for 6961696stock: 0
2026-03-25 01:36:01 [ecarstrade.be] INFO: Found listing with ID: 6961796stock
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961796stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:01 [ecarstrade.be] INFO: Scrape type for 6961796stock: 0
2026-03-25 01:36:01 [ecarstrade.be] INFO: Found listing with ID: 6961827stock
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961827stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:01 [ecarstrade.be] INFO: Scrape type for 6961827stock: 0
2026-03-25 01:36:01 [ecarstrade.be] INFO: Found listing with ID: 6961844stock
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961844stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:01 [ecarstrade.be] INFO: Scrape type for 6961844stock: 0
2026-03-25 01:36:01 [ecarstrade.be] INFO: Found listing with ID: 6961929stock
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961929stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:01 [ecarstrade.be] INFO: Scrape type for 6961929stock: 0
2026-03-25 01:36:01 [ecarstrade.be] INFO: Found listing with ID: 6961958stock
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961958stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:01 [ecarstrade.be] INFO: Scrape type for 6961958stock: 0
2026-03-25 01:36:01 [ecarstrade.be] INFO: Found listing with ID: 6961962stock
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961962stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:01 [ecarstrade.be] INFO: Scrape type for 6961962stock: 0
2026-03-25 01:36:01 [ecarstrade.be] INFO: Found listing with ID: 6961977stock
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961977stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:01 [ecarstrade.be] INFO: Scrape type for 6961977stock: 0
2026-03-25 01:36:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:36:06 [scrapy.extensions.logstats] INFO: Crawled 69 pages (at 4 pages/min), scraped 45 items (at 0 items/min)
2026-03-25 01:36:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 271MiB
2026-03-25 01:36:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:36:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:36:07 [ecarstrade.be] INFO: Found listing with ID: 6962711stock
2026-03-25 01:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276962711stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:07 [ecarstrade.be] INFO: Scrape type for 6962711stock: 0
2026-03-25 01:36:07 [ecarstrade.be] INFO: Found listing with ID: 6962713stock
2026-03-25 01:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276962713stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:07 [ecarstrade.be] INFO: Scrape type for 6962713stock: 0
2026-03-25 01:36:07 [ecarstrade.be] INFO: Found listing with ID: 6962714stock
2026-03-25 01:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276962714stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:07 [ecarstrade.be] INFO: Scrape type for 6962714stock: 0
2026-03-25 01:36:07 [ecarstrade.be] INFO: Found listing with ID: 6962716stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276962716stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6962716stock: 0
2026-03-25 01:36:08 [ecarstrade.be] INFO: Found listing with ID: 6962808stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276962808stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6962808stock: 0
2026-03-25 01:36:08 [ecarstrade.be] INFO: Found listing with ID: 6962855stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276962855stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6962855stock: 0
2026-03-25 01:36:08 [ecarstrade.be] INFO: Found listing with ID: 6962934stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276962934stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6962934stock: 0
2026-03-25 01:36:08 [ecarstrade.be] INFO: Found listing with ID: 6962938stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276962938stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6962938stock: 0
2026-03-25 01:36:08 [ecarstrade.be] INFO: Found listing with ID: 6962942stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276962942stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6962942stock: 0
2026-03-25 01:36:08 [ecarstrade.be] INFO: Found listing with ID: 6963005stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276963005stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6963005stock: 0
2026-03-25 01:36:08 [ecarstrade.be] INFO: Found listing with ID: 6963006stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276963006stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6963006stock: 0
2026-03-25 01:36:08 [ecarstrade.be] INFO: Found listing with ID: 6963075stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276963075stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6963075stock: 0
2026-03-25 01:36:08 [ecarstrade.be] INFO: Found listing with ID: 6963092stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276963092stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6963092stock: 0
2026-03-25 01:36:08 [ecarstrade.be] INFO: Found listing with ID: 6963160stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276963160stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6963160stock: 0
2026-03-25 01:36:08 [ecarstrade.be] INFO: Found listing with ID: 6963175stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276963175stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6963175stock: 0
2026-03-25 01:36:08 [ecarstrade.be] INFO: Found listing with ID: 6963226stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276963226stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6963226stock: 0
2026-03-25 01:36:08 [ecarstrade.be] INFO: Found listing with ID: 6964823stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276964823stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6964823stock: 0
2026-03-25 01:36:08 [ecarstrade.be] INFO: Found listing with ID: 6964893stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276964893stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6964893stock: 0
2026-03-25 01:36:08 [ecarstrade.be] INFO: Found listing with ID: 6964895stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276964895stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6964895stock: 0
2026-03-25 01:36:08 [ecarstrade.be] INFO: Found listing with ID: 6964902stock
2026-03-25 01:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276964902stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:08 [ecarstrade.be] INFO: Scrape type for 6964902stock: 0
2026-03-25 01:36:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:36:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6964903stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964903stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6964903stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6965180stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965180stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6965180stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6965186stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965186stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6965186stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6965209stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965209stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6965209stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6965334stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965334stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6965334stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6966110stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966110stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6966110stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6966336stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966336stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6966336stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6969573stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276969573stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6969573stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6969942stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276969942stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6969942stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6970021stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276970021stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6970021stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6972124stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972124stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6972124stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6972165stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972165stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6972165stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6974836stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974836stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6974836stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6976163stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976163stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6976163stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6977964stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276977964stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6977964stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6978744stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978744stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6978744stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6978760stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978760stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6978760stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6978774stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978774stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6978774stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6980640stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980640stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6980640stock: 0
2026-03-25 01:36:15 [ecarstrade.be] INFO: Found listing with ID: 6861328stock
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861328stock%27 HTTP/1.1" 200 None
2026-03-25 01:36:15 [ecarstrade.be] INFO: Scrape type for 6861328stock: 0
2026-03-25 01:36:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:36:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6984035auction110827
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984035auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6984035auction110827: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6984088auction110827
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984088auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6984088auction110827: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6984048auction110827
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984048auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6984048auction110827: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6990938auction110898
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990938auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6990938auction110898: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6990864auction110898
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990864auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6990864auction110898: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6990863auction110898
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990863auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6990863auction110898: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6990895auction110898
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990895auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6990895auction110898: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6990944auction110898
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990944auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6990944auction110898: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6984052auction110827
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984052auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6984052auction110827: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6990874auction110898
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990874auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6990874auction110898: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6992850auction110898
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992850auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6992850auction110898: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6984180auction110827
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984180auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6984180auction110827: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6984022auction110827
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984022auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6984022auction110827: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6990858auction110898
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990858auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6990858auction110898: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6984006auction110827
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984006auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6984006auction110827: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6990894auction110898
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990894auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6990894auction110898: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6990943auction110898
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990943auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6990943auction110898: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6984125auction110827
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984125auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6984125auction110827: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6984127auction110827
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984127auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6984127auction110827: 0
2026-03-25 01:36:22 [ecarstrade.be] INFO: Found listing with ID: 6984181auction110827
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984181auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:22 [ecarstrade.be] INFO: Scrape type for 6984181auction110827: 0
2026-03-25 01:36:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:36:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6990900auction110898
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990900auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6990900auction110898: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6990931auction110898
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990931auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6990931auction110898: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6984033auction110827
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984033auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6984033auction110827: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6984062auction110827
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984062auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6984062auction110827: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6984026auction110827
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984026auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6984026auction110827: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6984025auction110827
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984025auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6984025auction110827: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6984075auction110827
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984075auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6984075auction110827: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6984024auction110827
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984024auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6984024auction110827: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6984027auction110827
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984027auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6984027auction110827: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6984153auction110827
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984153auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6984153auction110827: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6984056auction110827
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984056auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6984056auction110827: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6984152auction110827
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984152auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6984152auction110827: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6984028auction110827
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984028auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6984028auction110827: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6984049auction110827
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984049auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6984049auction110827: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6984177auction110827
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984177auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6984177auction110827: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6984132auction110827
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984132auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6984132auction110827: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6984020auction110827
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984020auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6984020auction110827: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6984131auction110827
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984131auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6984131auction110827: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6990892auction110898
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990892auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6990892auction110898: 0
2026-03-25 01:36:29 [ecarstrade.be] INFO: Found listing with ID: 6990902auction110898
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990902auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:36:29 [ecarstrade.be] INFO: Scrape type for 6990902auction110898: 0
2026-03-25 01:36:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:37:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6984029auction110827
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984029auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6984029auction110827: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6984084auction110827
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984084auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6984084auction110827: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6984148auction110827
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984148auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6984148auction110827: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6992858auction110898
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992858auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6992858auction110898: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6984174auction110827
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984174auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6984174auction110827: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6984010auction110827
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984010auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6984010auction110827: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6984030auction110827
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984030auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6984030auction110827: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6984034auction110827
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984034auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6984034auction110827: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6984161auction110827
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984161auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6984161auction110827: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6990857auction110898
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990857auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6990857auction110898: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6990888auction110898
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990888auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6990888auction110898: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6990893auction110898
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990893auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6990893auction110898: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6990899auction110898
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990899auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6990899auction110898: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6984031auction110827
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984031auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6984031auction110827: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6984021auction110827
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984021auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6984021auction110827: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6990873auction110898
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990873auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6990873auction110898: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6990885auction110898
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990885auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6990885auction110898: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6990941auction110898
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990941auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6990941auction110898: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6984053auction110827
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984053auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6984053auction110827: 0
2026-03-25 01:37:04 [ecarstrade.be] INFO: Found listing with ID: 6984082auction110827
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984082auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:04 [ecarstrade.be] INFO: Scrape type for 6984082auction110827: 0
2026-03-25 01:37:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:37:06 [scrapy.extensions.logstats] INFO: Crawled 74 pages (at 5 pages/min), scraped 45 items (at 0 items/min)
2026-03-25 01:37:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 293MiB
2026-03-25 01:37:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6984046auction110827
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984046auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6984046auction110827: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6984067auction110827
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984067auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6984067auction110827: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6984089auction110827
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984089auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6984089auction110827: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6990872auction110898
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990872auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6990872auction110898: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6990926auction110898
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990926auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6990926auction110898: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6992849auction110898
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992849auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6992849auction110898: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6992852auction110898
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992852auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6992852auction110898: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6984032auction110827
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984032auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6984032auction110827: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6984080auction110827
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984080auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6984080auction110827: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6984083auction110827
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984083auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6984083auction110827: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6984139auction110827
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984139auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6984139auction110827: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6984041auction110827
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984041auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6984041auction110827: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6984081auction110827
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984081auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6984081auction110827: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6990932auction110898
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990932auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6990932auction110898: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6990942auction110898
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990942auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6990942auction110898: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6984087auction110827
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984087auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6984087auction110827: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6984018auction110827
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984018auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6984018auction110827: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6984138auction110827
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984138auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:10 [ecarstrade.be] INFO: Scrape type for 6984138auction110827: 0
2026-03-25 01:37:10 [ecarstrade.be] INFO: Found listing with ID: 6984047auction110827
2026-03-25 01:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984047auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:11 [ecarstrade.be] INFO: Scrape type for 6984047auction110827: 0
2026-03-25 01:37:11 [ecarstrade.be] INFO: Found listing with ID: 6984137auction110827
2026-03-25 01:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984137auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:11 [ecarstrade.be] INFO: Scrape type for 6984137auction110827: 0
2026-03-25 01:37:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:37:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6984019auction110827
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984019auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6984019auction110827: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6990849auction110898
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990849auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6990849auction110898: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6990854auction110898
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990854auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6990854auction110898: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6990924auction110898
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990924auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6990924auction110898: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6990925auction110898
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990925auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6990925auction110898: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6984017auction110827
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984017auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6984017auction110827: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6984050auction110827
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984050auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6984050auction110827: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6984090auction110827
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984090auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6984090auction110827: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6990855auction110898
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990855auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6990855auction110898: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6990871auction110898
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990871auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6990871auction110898: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6984042auction110827
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984042auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6984042auction110827: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6984126auction110827
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984126auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6984126auction110827: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6984178auction110827
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984178auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6984178auction110827: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6990852auction110898
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990852auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6990852auction110898: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6990870auction110898
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990870auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6990870auction110898: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6990884auction110898
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990884auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6990884auction110898: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6984175auction110827
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984175auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6984175auction110827: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6984117auction110827
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984117auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6984117auction110827: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6984123auction110827
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984123auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6984123auction110827: 0
2026-03-25 01:37:17 [ecarstrade.be] INFO: Found listing with ID: 6984045auction110827
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984045auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:17 [ecarstrade.be] INFO: Scrape type for 6984045auction110827: 0
2026-03-25 01:37:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:37:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:37:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6984106auction110827
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984106auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6984106auction110827: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6984107auction110827
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984107auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6984107auction110827: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6984133auction110827
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984133auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6984133auction110827: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6990853auction110898
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990853auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6990853auction110898: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6990868auction110898
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990868auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6990868auction110898: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6990886auction110898
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990886auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6990886auction110898: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6990933auction110898
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990933auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6990933auction110898: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6992847auction110898
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992847auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6992847auction110898: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6984055auction110827
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984055auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6984055auction110827: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6984108auction110827
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984108auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6984108auction110827: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6984100auction110827
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984100auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6984100auction110827: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6984176auction110827
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984176auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6984176auction110827: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6984065auction110827
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984065auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6984065auction110827: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6990851auction110898
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990851auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6990851auction110898: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6990856auction110898
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990856auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6990856auction110898: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6990867auction110898
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990867auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6990867auction110898: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6990869auction110898
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990869auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6990869auction110898: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6990890auction110898
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990890auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6990890auction110898: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6984143auction110827
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984143auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6984143auction110827: 0
2026-03-25 01:37:25 [ecarstrade.be] INFO: Found listing with ID: 6984110auction110827
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984110auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:25 [ecarstrade.be] INFO: Scrape type for 6984110auction110827: 0
2026-03-25 01:37:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:37:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page32?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6990850auction110898
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990850auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6990850auction110898: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6984043auction110827
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984043auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6984043auction110827: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6984064auction110827
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984064auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6984064auction110827: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6984119auction110827
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984119auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6984119auction110827: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6984011auction110827
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984011auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6984011auction110827: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6984039auction110827
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984039auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6984039auction110827: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6984012auction110827
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984012auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6984012auction110827: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6984023auction110827
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984023auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6984023auction110827: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6984078auction110827
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984078auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6984078auction110827: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6984092auction110827
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984092auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6984092auction110827: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6984118auction110827
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984118auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6984118auction110827: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6990889auction110898
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990889auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6990889auction110898: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6990936auction110898
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990936auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6990936auction110898: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6990940auction110898
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990940auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6990940auction110898: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6984068auction110827
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984068auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6984068auction110827: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6984008auction110827
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984008auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6984008auction110827: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6984016auction110827
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984016auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6984016auction110827: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6984014auction110827
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984014auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6984014auction110827: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6984060auction110827
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984060auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6984060auction110827: 0
2026-03-25 01:37:33 [ecarstrade.be] INFO: Found listing with ID: 6984086auction110827
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984086auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:33 [ecarstrade.be] INFO: Scrape type for 6984086auction110827: 0
2026-03-25 01:37:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:37:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page32?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6984109auction110827
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984109auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6984109auction110827: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6984122auction110827
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984122auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6984122auction110827: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6984140auction110827
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984140auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6984140auction110827: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6990860auction110898
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990860auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6990860auction110898: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6990861auction110898
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990861auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6990861auction110898: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6990912auction110898
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990912auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6990912auction110898: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6990920auction110898
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990920auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6990920auction110898: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6992854auction110898
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992854auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6992854auction110898: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6984044auction110827
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984044auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6984044auction110827: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6984085auction110827
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984085auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6984085auction110827: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6984013auction110827
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984013auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6984013auction110827: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6984173auction110827
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984173auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6984173auction110827: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6984179auction110827
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984179auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6984179auction110827: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6984124auction110827
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984124auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6984124auction110827: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6984037auction110827
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984037auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6984037auction110827: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6990859auction110898
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990859auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6990859auction110898: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6990862auction110898
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990862auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6990862auction110898: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6990877auction110898
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990877auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6990877auction110898: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6990918auction110898
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990918auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6990918auction110898: 0
2026-03-25 01:37:40 [ecarstrade.be] INFO: Found listing with ID: 6990919auction110898
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990919auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:40 [ecarstrade.be] INFO: Scrape type for 6990919auction110898: 0
2026-03-25 01:37:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:37:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6990930auction110898
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990930auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6990930auction110898: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6984073auction110827
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984073auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6984073auction110827: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6984101auction110827
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984101auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6984101auction110827: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6984116auction110827
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984116auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6984116auction110827: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6984038auction110827
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984038auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6984038auction110827: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6984015auction110827
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984015auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6984015auction110827: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6984147auction110827
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984147auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6984147auction110827: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6990887auction110898
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990887auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6990887auction110898: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6990908auction110898
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990908auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6990908auction110898: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6984150auction110827
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984150auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6984150auction110827: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6984054auction110827
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984054auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6984054auction110827: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6984066auction110827
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984066auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6984066auction110827: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6984115auction110827
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984115auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6984115auction110827: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6984144auction110827
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984144auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6984144auction110827: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6984136auction110827
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984136auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6984136auction110827: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6990878auction110898
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990878auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6990878auction110898: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6990909auction110898
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990909auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6990909auction110898: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6990935auction110898
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990935auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6990935auction110898: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6990937auction110898
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990937auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6990937auction110898: 0
2026-03-25 01:37:51 [ecarstrade.be] INFO: Found listing with ID: 6992856auction110898
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992856auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:51 [ecarstrade.be] INFO: Scrape type for 6992856auction110898: 0
2026-03-25 01:37:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:37:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:37:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:37:58 [ecarstrade.be] INFO: Found listing with ID: 6984036auction110827
2026-03-25 01:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984036auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:58 [ecarstrade.be] INFO: Scrape type for 6984036auction110827: 0
2026-03-25 01:37:58 [ecarstrade.be] INFO: Found listing with ID: 6984097auction110827
2026-03-25 01:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984097auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:58 [ecarstrade.be] INFO: Scrape type for 6984097auction110827: 0
2026-03-25 01:37:58 [ecarstrade.be] INFO: Found listing with ID: 6984114auction110827
2026-03-25 01:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984114auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:58 [ecarstrade.be] INFO: Scrape type for 6984114auction110827: 0
2026-03-25 01:37:58 [ecarstrade.be] INFO: Found listing with ID: 6990917auction110898
2026-03-25 01:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990917auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:58 [ecarstrade.be] INFO: Scrape type for 6990917auction110898: 0
2026-03-25 01:37:58 [ecarstrade.be] INFO: Found listing with ID: 6984099auction110827
2026-03-25 01:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984099auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:58 [ecarstrade.be] INFO: Scrape type for 6984099auction110827: 0
2026-03-25 01:37:58 [ecarstrade.be] INFO: Found listing with ID: 6984103auction110827
2026-03-25 01:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984103auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:58 [ecarstrade.be] INFO: Scrape type for 6984103auction110827: 0
2026-03-25 01:37:58 [ecarstrade.be] INFO: Found listing with ID: 6984096auction110827
2026-03-25 01:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984096auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:58 [ecarstrade.be] INFO: Scrape type for 6984096auction110827: 0
2026-03-25 01:37:58 [ecarstrade.be] INFO: Found listing with ID: 6984128auction110827
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984128auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:59 [ecarstrade.be] INFO: Scrape type for 6984128auction110827: 0
2026-03-25 01:37:59 [ecarstrade.be] INFO: Found listing with ID: 6990903auction110898
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990903auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:59 [ecarstrade.be] INFO: Scrape type for 6990903auction110898: 0
2026-03-25 01:37:59 [ecarstrade.be] INFO: Found listing with ID: 6990904auction110898
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990904auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:59 [ecarstrade.be] INFO: Scrape type for 6990904auction110898: 0
2026-03-25 01:37:59 [ecarstrade.be] INFO: Found listing with ID: 6984104auction110827
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984104auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:59 [ecarstrade.be] INFO: Scrape type for 6984104auction110827: 0
2026-03-25 01:37:59 [ecarstrade.be] INFO: Found listing with ID: 6984142auction110827
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984142auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:59 [ecarstrade.be] INFO: Scrape type for 6984142auction110827: 0
2026-03-25 01:37:59 [ecarstrade.be] INFO: Found listing with ID: 6984009auction110827
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984009auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:59 [ecarstrade.be] INFO: Scrape type for 6984009auction110827: 0
2026-03-25 01:37:59 [ecarstrade.be] INFO: Found listing with ID: 6984093auction110827
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984093auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:59 [ecarstrade.be] INFO: Scrape type for 6984093auction110827: 0
2026-03-25 01:37:59 [ecarstrade.be] INFO: Found listing with ID: 6984141auction110827
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984141auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:59 [ecarstrade.be] INFO: Scrape type for 6984141auction110827: 0
2026-03-25 01:37:59 [ecarstrade.be] INFO: Found listing with ID: 6990916auction110898
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990916auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:37:59 [ecarstrade.be] INFO: Scrape type for 6990916auction110898: 0
2026-03-25 01:37:59 [ecarstrade.be] INFO: Found listing with ID: 6984111auction110827
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984111auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:59 [ecarstrade.be] INFO: Scrape type for 6984111auction110827: 0
2026-03-25 01:37:59 [ecarstrade.be] INFO: Found listing with ID: 6984112auction110827
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984112auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:59 [ecarstrade.be] INFO: Scrape type for 6984112auction110827: 0
2026-03-25 01:37:59 [ecarstrade.be] INFO: Found listing with ID: 6984058auction110827
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984058auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:59 [ecarstrade.be] INFO: Scrape type for 6984058auction110827: 0
2026-03-25 01:37:59 [ecarstrade.be] INFO: Found listing with ID: 6984098auction110827
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984098auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:37:59 [ecarstrade.be] INFO: Scrape type for 6984098auction110827: 0
2026-03-25 01:37:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:38:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page36?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6984040auction110827
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984040auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6984040auction110827: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6984079auction110827
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984079auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6984079auction110827: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6984102auction110827
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984102auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6984102auction110827: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6984121auction110827
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984121auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6984121auction110827: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6984091auction110827
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984091auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6984091auction110827: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6984129auction110827
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984129auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6984129auction110827: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6990875auction110898
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990875auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6990875auction110898: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6984069auction110827
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984069auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6984069auction110827: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6984095auction110827
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984095auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6984095auction110827: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6984135auction110827
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984135auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6984135auction110827: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6984070auction110827
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984070auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6984070auction110827: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6984130auction110827
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984130auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6984130auction110827: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6984072auction110827
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984072auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6984072auction110827: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6990915auction110898
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990915auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6990915auction110898: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6990921auction110898
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990921auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6990921auction110898: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6990922auction110898
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990922auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6990922auction110898: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6990939auction110898
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990939auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6990939auction110898: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6984071auction110827
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984071auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6984071auction110827: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6984074auction110827
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984074auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6984074auction110827: 0
2026-03-25 01:38:06 [ecarstrade.be] INFO: Found listing with ID: 6984113auction110827
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984113auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:06 [ecarstrade.be] INFO: Scrape type for 6984113auction110827: 0
2026-03-25 01:38:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:38:06 [scrapy.extensions.logstats] INFO: Crawled 82 pages (at 8 pages/min), scraped 45 items (at 0 items/min)
2026-03-25 01:38:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 293MiB
2026-03-25 01:38:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page36?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:38:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:38:15 [ecarstrade.be] INFO: Found listing with ID: 6984063auction110827
2026-03-25 01:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276984063auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:15 [ecarstrade.be] INFO: Scrape type for 6984063auction110827: 0
2026-03-25 01:38:15 [ecarstrade.be] INFO: Found listing with ID: 6990876auction110898
2026-03-25 01:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990876auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:15 [ecarstrade.be] INFO: Scrape type for 6990876auction110898: 0
2026-03-25 01:38:15 [ecarstrade.be] INFO: Found listing with ID: 6984120auction110827
2026-03-25 01:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276984120auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:15 [ecarstrade.be] INFO: Scrape type for 6984120auction110827: 0
2026-03-25 01:38:15 [ecarstrade.be] INFO: Found listing with ID: 6984094auction110827
2026-03-25 01:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276984094auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:15 [ecarstrade.be] INFO: Scrape type for 6984094auction110827: 0
2026-03-25 01:38:15 [ecarstrade.be] INFO: Found listing with ID: 6984105auction110827
2026-03-25 01:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276984105auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:15 [ecarstrade.be] INFO: Scrape type for 6984105auction110827: 0
2026-03-25 01:38:15 [ecarstrade.be] INFO: Found listing with ID: 6984057auction110827
2026-03-25 01:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276984057auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:15 [ecarstrade.be] INFO: Scrape type for 6984057auction110827: 0
2026-03-25 01:38:15 [ecarstrade.be] INFO: Found listing with ID: 6984061auction110827
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984061auction110827%27 HTTP/1.1" 200 None
2026-03-25 01:38:16 [ecarstrade.be] INFO: Scrape type for 6984061auction110827: 0
2026-03-25 01:38:16 [ecarstrade.be] INFO: Found listing with ID: 6990865auction110898
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990865auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:16 [ecarstrade.be] INFO: Scrape type for 6990865auction110898: 0
2026-03-25 01:38:16 [ecarstrade.be] INFO: Found listing with ID: 6990866auction110898
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990866auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:16 [ecarstrade.be] INFO: Scrape type for 6990866auction110898: 0
2026-03-25 01:38:16 [ecarstrade.be] INFO: Found listing with ID: 6990879auction110898
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990879auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:16 [ecarstrade.be] INFO: Scrape type for 6990879auction110898: 0
2026-03-25 01:38:16 [ecarstrade.be] INFO: Found listing with ID: 6990880auction110898
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990880auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:16 [ecarstrade.be] INFO: Scrape type for 6990880auction110898: 0
2026-03-25 01:38:16 [ecarstrade.be] INFO: Found listing with ID: 6990881auction110898
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990881auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:16 [ecarstrade.be] INFO: Scrape type for 6990881auction110898: 0
2026-03-25 01:38:16 [ecarstrade.be] INFO: Found listing with ID: 6990882auction110898
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990882auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:16 [ecarstrade.be] INFO: Scrape type for 6990882auction110898: 0
2026-03-25 01:38:16 [ecarstrade.be] INFO: Found listing with ID: 6990883auction110898
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990883auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:16 [ecarstrade.be] INFO: Scrape type for 6990883auction110898: 0
2026-03-25 01:38:16 [ecarstrade.be] INFO: Found listing with ID: 6990891auction110898
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990891auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:16 [ecarstrade.be] INFO: Scrape type for 6990891auction110898: 0
2026-03-25 01:38:16 [ecarstrade.be] INFO: Found listing with ID: 6990896auction110898
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990896auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:16 [ecarstrade.be] INFO: Scrape type for 6990896auction110898: 0
2026-03-25 01:38:16 [ecarstrade.be] INFO: Found listing with ID: 6990897auction110898
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990897auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:16 [ecarstrade.be] INFO: Scrape type for 6990897auction110898: 0
2026-03-25 01:38:16 [ecarstrade.be] INFO: Found listing with ID: 6990898auction110898
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990898auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:16 [ecarstrade.be] INFO: Scrape type for 6990898auction110898: 0
2026-03-25 01:38:16 [ecarstrade.be] INFO: Found listing with ID: 6990901auction110898
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990901auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:16 [ecarstrade.be] INFO: Scrape type for 6990901auction110898: 0
2026-03-25 01:38:16 [ecarstrade.be] INFO: Found listing with ID: 6990905auction110898
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990905auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:16 [ecarstrade.be] INFO: Scrape type for 6990905auction110898: 0
2026-03-25 01:38:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:38:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page38?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990906auction110898
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990906auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990906auction110898: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990907auction110898
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990907auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990907auction110898: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990910auction110898
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990910auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990910auction110898: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990911auction110898
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990911auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990911auction110898: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990914auction110898
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990914auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990914auction110898: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990923auction110898
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990923auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990923auction110898: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990927auction110898
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990927auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990927auction110898: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990928auction110898
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990928auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990928auction110898: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990929auction110898
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990929auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990929auction110898: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990934auction110898
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990934auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990934auction110898: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990945auction110899
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990945auction110899%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990945auction110899: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990946auction110899
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990946auction110899%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990946auction110899: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990947auction110899
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990947auction110899%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990947auction110899: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990950auction110899
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990950auction110899%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990950auction110899: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990951auction110899
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990951auction110899%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990951auction110899: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990952auction110899
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990952auction110899%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990952auction110899: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990953auction110899
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990953auction110899%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990953auction110899: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990954auction110899
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990954auction110899%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990954auction110899: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990955auction110899
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990955auction110899%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990955auction110899: 0
2026-03-25 01:38:24 [ecarstrade.be] INFO: Found listing with ID: 6990956auction110899
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990956auction110899%27 HTTP/1.1" 200 None
2026-03-25 01:38:24 [ecarstrade.be] INFO: Scrape type for 6990956auction110899: 0
2026-03-25 01:38:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:38:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page38?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6990957auction110899
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990957auction110899%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6990957auction110899: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6990958auction110899
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990958auction110899%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6990958auction110899: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6990959auction110899
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990959auction110899%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6990959auction110899: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6990960auction110899
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990960auction110899%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6990960auction110899: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6990961auction110899
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990961auction110899%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6990961auction110899: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6992846auction110898
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992846auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6992846auction110898: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6992848auction110898
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992848auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6992848auction110898: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6992851auction110898
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992851auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6992851auction110898: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6992857auction110898
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992857auction110898%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6992857auction110898: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6987626auction110862
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987626auction110862%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6987626auction110862: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6987627auction110862
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987627auction110862%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6987627auction110862: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6987628auction110862
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987628auction110862%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6987628auction110862: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6987629auction110862
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987629auction110862%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6987629auction110862: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6987630auction110862
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987630auction110862%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6987630auction110862: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6987631auction110862
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987631auction110862%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6987631auction110862: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6987633auction110862
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987633auction110862%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6987633auction110862: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6987634auction110862
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987634auction110862%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6987634auction110862: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6987649auction110862
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987649auction110862%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6987649auction110862: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6987650auction110862
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987650auction110862%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6987650auction110862: 0
2026-03-25 01:38:35 [ecarstrade.be] INFO: Found listing with ID: 6987651auction110862
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987651auction110862%27 HTTP/1.1" 200 None
2026-03-25 01:38:35 [ecarstrade.be] INFO: Scrape type for 6987651auction110862: 0
2026-03-25 01:38:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:38:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page40?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:38:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:38:43 [ecarstrade.be] INFO: Found listing with ID: 6987652auction110862
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987652auction110862%27 HTTP/1.1" 200 None
2026-03-25 01:38:43 [ecarstrade.be] INFO: Scrape type for 6987652auction110862: 0
2026-03-25 01:38:43 [ecarstrade.be] INFO: Found listing with ID: 6987654auction110862
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987654auction110862%27 HTTP/1.1" 200 None
2026-03-25 01:38:43 [ecarstrade.be] INFO: Scrape type for 6987654auction110862: 0
2026-03-25 01:38:43 [ecarstrade.be] INFO: Found listing with ID: 6987655auction110862
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987655auction110862%27 HTTP/1.1" 200 None
2026-03-25 01:38:43 [ecarstrade.be] INFO: Scrape type for 6987655auction110862: 0
2026-03-25 01:38:43 [ecarstrade.be] INFO: Found listing with ID: 6998418auction110999
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998418auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:43 [ecarstrade.be] INFO: Scrape type for 6998418auction110999: 0
2026-03-25 01:38:43 [ecarstrade.be] INFO: Found listing with ID: 6998419auction110999
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998419auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:43 [ecarstrade.be] INFO: Scrape type for 6998419auction110999: 0
2026-03-25 01:38:43 [ecarstrade.be] INFO: Found listing with ID: 6998420auction110999
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998420auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:43 [ecarstrade.be] INFO: Scrape type for 6998420auction110999: 0
2026-03-25 01:38:43 [ecarstrade.be] INFO: Found listing with ID: 6998421auction110999
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998421auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:43 [ecarstrade.be] INFO: Scrape type for 6998421auction110999: 0
2026-03-25 01:38:43 [ecarstrade.be] INFO: Found listing with ID: 6998423auction110999
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998423auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:43 [ecarstrade.be] INFO: Scrape type for 6998423auction110999: 0
2026-03-25 01:38:43 [ecarstrade.be] INFO: Found listing with ID: 6998424auction110999
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998424auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:43 [ecarstrade.be] INFO: Scrape type for 6998424auction110999: 0
2026-03-25 01:38:43 [ecarstrade.be] INFO: Found listing with ID: 6998425auction110999
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998425auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:44 [ecarstrade.be] INFO: Scrape type for 6998425auction110999: 0
2026-03-25 01:38:44 [ecarstrade.be] INFO: Found listing with ID: 6998426auction110999
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998426auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:44 [ecarstrade.be] INFO: Scrape type for 6998426auction110999: 0
2026-03-25 01:38:44 [ecarstrade.be] INFO: Found listing with ID: 6998427auction110999
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998427auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:44 [ecarstrade.be] INFO: Scrape type for 6998427auction110999: 0
2026-03-25 01:38:44 [ecarstrade.be] INFO: Found listing with ID: 6998428auction110999
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998428auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:44 [ecarstrade.be] INFO: Scrape type for 6998428auction110999: 0
2026-03-25 01:38:44 [ecarstrade.be] INFO: Found listing with ID: 6998429auction110999
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998429auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:44 [ecarstrade.be] INFO: Scrape type for 6998429auction110999: 0
2026-03-25 01:38:44 [ecarstrade.be] INFO: Found listing with ID: 6998430auction110999
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998430auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:44 [ecarstrade.be] INFO: Scrape type for 6998430auction110999: 0
2026-03-25 01:38:44 [ecarstrade.be] INFO: Found listing with ID: 6998431auction110999
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998431auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:44 [ecarstrade.be] INFO: Scrape type for 6998431auction110999: 0
2026-03-25 01:38:44 [ecarstrade.be] INFO: Found listing with ID: 6998433auction110999
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998433auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:44 [ecarstrade.be] INFO: Scrape type for 6998433auction110999: 0
2026-03-25 01:38:44 [ecarstrade.be] INFO: Found listing with ID: 6998434auction110999
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998434auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:44 [ecarstrade.be] INFO: Scrape type for 6998434auction110999: 0
2026-03-25 01:38:44 [ecarstrade.be] INFO: Found listing with ID: 6998435auction110999
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998435auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:44 [ecarstrade.be] INFO: Scrape type for 6998435auction110999: 0
2026-03-25 01:38:44 [ecarstrade.be] INFO: Found listing with ID: 6998436auction110999
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998436auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:44 [ecarstrade.be] INFO: Scrape type for 6998436auction110999: 0
2026-03-25 01:38:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:38:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page41?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page40?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:38:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:38:56 [ecarstrade.be] INFO: Found listing with ID: 6998437auction110999
2026-03-25 01:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998437auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:56 [ecarstrade.be] INFO: Scrape type for 6998437auction110999: 0
2026-03-25 01:38:56 [ecarstrade.be] INFO: Found listing with ID: 6998438auction110999
2026-03-25 01:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998438auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:56 [ecarstrade.be] INFO: Scrape type for 6998438auction110999: 0
2026-03-25 01:38:56 [ecarstrade.be] INFO: Found listing with ID: 6998439auction110999
2026-03-25 01:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998439auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998439auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998440auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998440auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998440auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998441auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998441auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998441auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998443auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998443auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998443auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998444auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998444auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998444auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998445auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998445auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998445auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998446auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998446auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998446auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998448auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998448auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998448auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998449auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998449auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998449auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998451auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998451auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998451auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998452auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998452auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998452auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998453auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998453auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998453auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998454auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998454auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998454auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998455auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998455auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998455auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998456auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998456auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998456auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998458auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998458auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998458auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998459auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998459auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998459auction110999: 0
2026-03-25 01:38:57 [ecarstrade.be] INFO: Found listing with ID: 6998460auction110999
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998460auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:38:57 [ecarstrade.be] INFO: Scrape type for 6998460auction110999: 0
2026-03-25 01:38:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:39:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page42?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page41?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6998461auction110999
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998461auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6998461auction110999: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6998462auction110999
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998462auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6998462auction110999: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6998463auction110999
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998463auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6998463auction110999: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6998464auction110999
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998464auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6998464auction110999: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6998466auction110999
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998466auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6998466auction110999: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6998467auction110999
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998467auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6998467auction110999: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6998468auction110999
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998468auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6998468auction110999: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6998469auction110999
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998469auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6998469auction110999: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6998470auction110999
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998470auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6998470auction110999: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6998471auction110999
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998471auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6998471auction110999: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6998472auction110999
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998472auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6998472auction110999: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6998474auction110999
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998474auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6998474auction110999: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6998476auction110999
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998476auction110999%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6998476auction110999: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6991889auction110912
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991889auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6991889auction110912: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6992166auction110912
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992166auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6992166auction110912: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6992005auction110912
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992005auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6992005auction110912: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6991801auction110912
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991801auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6991801auction110912: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6992168auction110912
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992168auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6992168auction110912: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6991832auction110912
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991832auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6991832auction110912: 0
2026-03-25 01:39:05 [ecarstrade.be] INFO: Found listing with ID: 6991998auction110912
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991998auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:05 [ecarstrade.be] INFO: Scrape type for 6991998auction110912: 0
2026-03-25 01:39:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:39:06 [scrapy.extensions.logstats] INFO: Crawled 88 pages (at 6 pages/min), scraped 45 items (at 0 items/min)
2026-03-25 01:39:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 310MiB
2026-03-25 01:39:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page43?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page42?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:39:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:39:13 [ecarstrade.be] INFO: Found listing with ID: 6991804auction110912
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991804auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:13 [ecarstrade.be] INFO: Scrape type for 6991804auction110912: 0
2026-03-25 01:39:13 [ecarstrade.be] INFO: Found listing with ID: 6992149auction110912
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992149auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:13 [ecarstrade.be] INFO: Scrape type for 6992149auction110912: 0
2026-03-25 01:39:13 [ecarstrade.be] INFO: Found listing with ID: 6991915auction110912
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991915auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:13 [ecarstrade.be] INFO: Scrape type for 6991915auction110912: 0
2026-03-25 01:39:13 [ecarstrade.be] INFO: Found listing with ID: 6991885auction110912
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991885auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:13 [ecarstrade.be] INFO: Scrape type for 6991885auction110912: 0
2026-03-25 01:39:13 [ecarstrade.be] INFO: Found listing with ID: 6991993auction110912
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991993auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:13 [ecarstrade.be] INFO: Scrape type for 6991993auction110912: 0
2026-03-25 01:39:13 [ecarstrade.be] INFO: Found listing with ID: 6991862auction110912
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991862auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:13 [ecarstrade.be] INFO: Scrape type for 6991862auction110912: 0
2026-03-25 01:39:13 [ecarstrade.be] INFO: Found listing with ID: 6992154auction110912
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992154auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:13 [ecarstrade.be] INFO: Scrape type for 6992154auction110912: 0
2026-03-25 01:39:13 [ecarstrade.be] INFO: Found listing with ID: 6991887auction110912
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991887auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:13 [ecarstrade.be] INFO: Scrape type for 6991887auction110912: 0
2026-03-25 01:39:13 [ecarstrade.be] INFO: Found listing with ID: 6992000auction110912
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992000auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:13 [ecarstrade.be] INFO: Scrape type for 6992000auction110912: 0
2026-03-25 01:39:13 [ecarstrade.be] INFO: Found listing with ID: 6991813auction110912
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991813auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:13 [ecarstrade.be] INFO: Scrape type for 6991813auction110912: 0
2026-03-25 01:39:13 [ecarstrade.be] INFO: Found listing with ID: 6991999auction110912
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991999auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:13 [ecarstrade.be] INFO: Scrape type for 6991999auction110912: 0
2026-03-25 01:39:13 [ecarstrade.be] INFO: Found listing with ID: 6992174auction110912
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992174auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:13 [ecarstrade.be] INFO: Scrape type for 6992174auction110912: 0
2026-03-25 01:39:13 [ecarstrade.be] INFO: Found listing with ID: 6991883auction110912
2026-03-25 01:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991883auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:14 [ecarstrade.be] INFO: Scrape type for 6991883auction110912: 0
2026-03-25 01:39:14 [ecarstrade.be] INFO: Found listing with ID: 6991854auction110912
2026-03-25 01:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991854auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:14 [ecarstrade.be] INFO: Scrape type for 6991854auction110912: 0
2026-03-25 01:39:14 [ecarstrade.be] INFO: Found listing with ID: 6991802auction110912
2026-03-25 01:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991802auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:14 [ecarstrade.be] INFO: Scrape type for 6991802auction110912: 0
2026-03-25 01:39:14 [ecarstrade.be] INFO: Found listing with ID: 6991827auction110912
2026-03-25 01:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991827auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:14 [ecarstrade.be] INFO: Scrape type for 6991827auction110912: 0
2026-03-25 01:39:14 [ecarstrade.be] INFO: Found listing with ID: 6991944auction110912
2026-03-25 01:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991944auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:14 [ecarstrade.be] INFO: Scrape type for 6991944auction110912: 0
2026-03-25 01:39:14 [ecarstrade.be] INFO: Found listing with ID: 6991795auction110912
2026-03-25 01:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991795auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:14 [ecarstrade.be] INFO: Scrape type for 6991795auction110912: 0
2026-03-25 01:39:14 [ecarstrade.be] INFO: Found listing with ID: 6991834auction110912
2026-03-25 01:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991834auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:14 [ecarstrade.be] INFO: Scrape type for 6991834auction110912: 0
2026-03-25 01:39:14 [ecarstrade.be] INFO: Found listing with ID: 6991996auction110912
2026-03-25 01:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991996auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:14 [ecarstrade.be] INFO: Scrape type for 6991996auction110912: 0
2026-03-25 01:39:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:39:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page44?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page43?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991821auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991821auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991821auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991978auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991978auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991978auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6992165auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992165auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6992165auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991829auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991829auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991829auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991847auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991847auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991847auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991861auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991861auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991861auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991806auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991806auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991806auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991953auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991953auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991953auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991815auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991815auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991815auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991867auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991867auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991867auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991982auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991982auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991982auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991995auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991995auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991995auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991884auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991884auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991884auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991954auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991954auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991954auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991987auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991987auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991987auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6992173auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992173auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6992173auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991892auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991892auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991892auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991794auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991794auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991794auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991799auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991799auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991799auction110912: 0
2026-03-25 01:39:20 [ecarstrade.be] INFO: Found listing with ID: 6991809auction110912
2026-03-25 01:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991809auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:20 [ecarstrade.be] INFO: Scrape type for 6991809auction110912: 0
2026-03-25 01: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-25 01:39:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page44?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6991830auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991830auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:26 [ecarstrade.be] INFO: Scrape type for 6991830auction110912: 0
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6991817auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991817auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:26 [ecarstrade.be] INFO: Scrape type for 6991817auction110912: 0
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6991823auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991823auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:26 [ecarstrade.be] INFO: Scrape type for 6991823auction110912: 0
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6991979auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991979auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:26 [ecarstrade.be] INFO: Scrape type for 6991979auction110912: 0
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6991980auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991980auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:26 [ecarstrade.be] INFO: Scrape type for 6991980auction110912: 0
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6992003auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992003auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:26 [ecarstrade.be] INFO: Scrape type for 6992003auction110912: 0
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6991912auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991912auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:26 [ecarstrade.be] INFO: Scrape type for 6991912auction110912: 0
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6991814auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991814auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:26 [ecarstrade.be] INFO: Scrape type for 6991814auction110912: 0
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6991977auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991977auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:26 [ecarstrade.be] INFO: Scrape type for 6991977auction110912: 0
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6991992auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991992auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:26 [ecarstrade.be] INFO: Scrape type for 6991992auction110912: 0
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6992150auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992150auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:26 [ecarstrade.be] INFO: Scrape type for 6992150auction110912: 0
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6991831auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991831auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:26 [ecarstrade.be] INFO: Scrape type for 6991831auction110912: 0
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6991846auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991846auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:26 [ecarstrade.be] INFO: Scrape type for 6991846auction110912: 0
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6991797auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991797auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:26 [ecarstrade.be] INFO: Scrape type for 6991797auction110912: 0
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6991798auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991798auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:26 [ecarstrade.be] INFO: Scrape type for 6991798auction110912: 0
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6991888auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991888auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:26 [ecarstrade.be] INFO: Scrape type for 6991888auction110912: 0
2026-03-25 01:39:26 [ecarstrade.be] INFO: Found listing with ID: 6991858auction110912
2026-03-25 01:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991858auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:27 [ecarstrade.be] INFO: Scrape type for 6991858auction110912: 0
2026-03-25 01:39:27 [ecarstrade.be] INFO: Found listing with ID: 6991811auction110912
2026-03-25 01:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991811auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:27 [ecarstrade.be] INFO: Scrape type for 6991811auction110912: 0
2026-03-25 01:39:27 [ecarstrade.be] INFO: Found listing with ID: 6991970auction110912
2026-03-25 01:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991970auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:27 [ecarstrade.be] INFO: Scrape type for 6991970auction110912: 0
2026-03-25 01:39:27 [ecarstrade.be] INFO: Found listing with ID: 6991816auction110912
2026-03-25 01:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991816auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:27 [ecarstrade.be] INFO: Scrape type for 6991816auction110912: 0
2026-03-25 01: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-25 01:39:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991826auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991826auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991826auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991822auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991822auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991822auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991828auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991828auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991828auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991845auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991845auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991845auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991857auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991857auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991857auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991947auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991947auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991947auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991793auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991793auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991793auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991820auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991820auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991820auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991792auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991792auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991792auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991825auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991825auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991825auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991859auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991859auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991859auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991928auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991928auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991928auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991943auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991943auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991943auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991950auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991950auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991950auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991981auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991981auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991981auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991991auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991991auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991991auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991997auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991997auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991997auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991972auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991972auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991972auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991983auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991983auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991983auction110912: 0
2026-03-25 01:39:43 [ecarstrade.be] INFO: Found listing with ID: 6991986auction110912
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991986auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:43 [ecarstrade.be] INFO: Scrape type for 6991986auction110912: 0
2026-03-25 01:39:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:39:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6992156auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992156auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6992156auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991810auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991810auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991810auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991879auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991879auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991879auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6992169auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992169auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6992169auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991800auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991800auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991800auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991855auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991855auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991855auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991969auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991969auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991969auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6992118auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992118auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6992118auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991786auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991786auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991786auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991873auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991873auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991873auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991939auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991939auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991939auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991880auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991880auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991880auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991838auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991838auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991838auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991989auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991989auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991989auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991925auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991925auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991925auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991932auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991932auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991932auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991921auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991921auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991921auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991933auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991933auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991933auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991931auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991931auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991931auction110912: 0
2026-03-25 01:39:51 [ecarstrade.be] INFO: Found listing with ID: 6991818auction110912
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991818auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:39:51 [ecarstrade.be] INFO: Scrape type for 6991818auction110912: 0
2026-03-25 01:39:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:40:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:40:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:40:02 [ecarstrade.be] INFO: Found listing with ID: 6991930auction110912
2026-03-25 01:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991930auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:02 [ecarstrade.be] INFO: Scrape type for 6991930auction110912: 0
2026-03-25 01:40:02 [ecarstrade.be] INFO: Found listing with ID: 6991788auction110912
2026-03-25 01:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991788auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:02 [ecarstrade.be] INFO: Scrape type for 6991788auction110912: 0
2026-03-25 01:40:02 [ecarstrade.be] INFO: Found listing with ID: 6991860auction110912
2026-03-25 01:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991860auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:02 [ecarstrade.be] INFO: Scrape type for 6991860auction110912: 0
2026-03-25 01:40:02 [ecarstrade.be] INFO: Found listing with ID: 6991833auction110912
2026-03-25 01:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991833auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:02 [ecarstrade.be] INFO: Scrape type for 6991833auction110912: 0
2026-03-25 01:40:02 [ecarstrade.be] INFO: Found listing with ID: 6991864auction110912
2026-03-25 01:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991864auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:02 [ecarstrade.be] INFO: Scrape type for 6991864auction110912: 0
2026-03-25 01:40:02 [ecarstrade.be] INFO: Found listing with ID: 6991964auction110912
2026-03-25 01:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991964auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:02 [ecarstrade.be] INFO: Scrape type for 6991964auction110912: 0
2026-03-25 01:40:02 [ecarstrade.be] INFO: Found listing with ID: 6992002auction110912
2026-03-25 01:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992002auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:02 [ecarstrade.be] INFO: Scrape type for 6992002auction110912: 0
2026-03-25 01:40:02 [ecarstrade.be] INFO: Found listing with ID: 6992102auction110912
2026-03-25 01:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992102auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:02 [ecarstrade.be] INFO: Scrape type for 6992102auction110912: 0
2026-03-25 01:40:02 [ecarstrade.be] INFO: Found listing with ID: 6992135auction110912
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992135auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:03 [ecarstrade.be] INFO: Scrape type for 6992135auction110912: 0
2026-03-25 01:40:03 [ecarstrade.be] INFO: Found listing with ID: 6992142auction110912
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992142auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:03 [ecarstrade.be] INFO: Scrape type for 6992142auction110912: 0
2026-03-25 01:40:03 [ecarstrade.be] INFO: Found listing with ID: 6991870auction110912
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991870auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:03 [ecarstrade.be] INFO: Scrape type for 6991870auction110912: 0
2026-03-25 01:40:03 [ecarstrade.be] INFO: Found listing with ID: 6991881auction110912
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991881auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:03 [ecarstrade.be] INFO: Scrape type for 6991881auction110912: 0
2026-03-25 01:40:03 [ecarstrade.be] INFO: Found listing with ID: 6992139auction110912
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992139auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:03 [ecarstrade.be] INFO: Scrape type for 6992139auction110912: 0
2026-03-25 01:40:03 [ecarstrade.be] INFO: Found listing with ID: 6992140auction110912
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992140auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:03 [ecarstrade.be] INFO: Scrape type for 6992140auction110912: 0
2026-03-25 01:40:03 [ecarstrade.be] INFO: Found listing with ID: 6992167auction110912
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992167auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:03 [ecarstrade.be] INFO: Scrape type for 6992167auction110912: 0
2026-03-25 01:40:03 [ecarstrade.be] INFO: Found listing with ID: 6991856auction110912
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991856auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:03 [ecarstrade.be] INFO: Scrape type for 6991856auction110912: 0
2026-03-25 01:40:03 [ecarstrade.be] INFO: Found listing with ID: 6991959auction110912
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991959auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:03 [ecarstrade.be] INFO: Scrape type for 6991959auction110912: 0
2026-03-25 01:40:03 [ecarstrade.be] INFO: Found listing with ID: 6991877auction110912
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991877auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:03 [ecarstrade.be] INFO: Scrape type for 6991877auction110912: 0
2026-03-25 01:40:03 [ecarstrade.be] INFO: Found listing with ID: 6991927auction110912
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991927auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:03 [ecarstrade.be] INFO: Scrape type for 6991927auction110912: 0
2026-03-25 01:40:03 [ecarstrade.be] INFO: Found listing with ID: 6991929auction110912
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991929auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:03 [ecarstrade.be] INFO: Scrape type for 6991929auction110912: 0
2026-03-25 01:40:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:40:06 [scrapy.extensions.logstats] INFO: Crawled 94 pages (at 6 pages/min), scraped 45 items (at 0 items/min)
2026-03-25 01:40:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 321MiB
2026-03-25 01:40:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6991958auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991958auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6991958auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6992136auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992136auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6992136auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6991922auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991922auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6991922auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6991924auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991924auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6991924auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6991938auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991938auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6991938auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6992138auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992138auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6992138auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6992152auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992152auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6992152auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6992096auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992096auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6992096auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6992061auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992061auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6992061auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6992143auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992143auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6992143auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6991783auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991783auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6991783auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6991956auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991956auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6991956auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6991976auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991976auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6991976auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6992157auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992157auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6992157auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6992130auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992130auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6992130auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6992170auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992170auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6992170auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6991824auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991824auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6991824auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6991776auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991776auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6991776auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6991853auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991853auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6991853auction110912: 0
2026-03-25 01:40:10 [ecarstrade.be] INFO: Found listing with ID: 6991876auction110912
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991876auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:10 [ecarstrade.be] INFO: Scrape type for 6991876auction110912: 0
2026-03-25 01:40:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:40:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page50?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:40:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:40:17 [ecarstrade.be] INFO: Found listing with ID: 6991808auction110912
2026-03-25 01:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991808auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:17 [ecarstrade.be] INFO: Scrape type for 6991808auction110912: 0
2026-03-25 01:40:17 [ecarstrade.be] INFO: Found listing with ID: 6991918auction110912
2026-03-25 01:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991918auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:17 [ecarstrade.be] INFO: Scrape type for 6991918auction110912: 0
2026-03-25 01:40:17 [ecarstrade.be] INFO: Found listing with ID: 6992123auction110912
2026-03-25 01:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992123auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6992123auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6992144auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992144auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6992144auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6991934auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991934auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6991934auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6992099auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992099auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6992099auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6992146auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992146auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6992146auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6992164auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992164auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6992164auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6991787auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991787auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6991787auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6992063auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992063auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6992063auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6992163auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992163auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6992163auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6991785auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991785auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6991785auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6991842auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991842auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6991842auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6991851auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991851auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6991851auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6992141auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992141auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6992141auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6992153auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992153auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6992153auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6991803auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991803auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6991803auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6991990auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991990auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6991990auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6992085auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992085auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6992085auction110912: 0
2026-03-25 01:40:18 [ecarstrade.be] INFO: Found listing with ID: 6992145auction110912
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992145auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:18 [ecarstrade.be] INFO: Scrape type for 6992145auction110912: 0
2026-03-25 01:40:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:40:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page50?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6991848auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991848auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6991848auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6991971auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991971auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6991971auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6991784auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991784auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6991784auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6992079auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992079auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6992079auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6992087auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992087auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6992087auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6992162auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992162auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6992162auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6991906auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991906auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6991906auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6992089auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992089auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6992089auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6991780auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991780auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6991780auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6991844auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991844auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6991844auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6991919auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991919auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6991919auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6992066auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992066auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6992066auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6991878auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991878auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6991878auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6991941auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991941auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6991941auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6992159auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992159auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6992159auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6991865auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991865auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6991865auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6991963auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991963auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6991963auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6992064auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992064auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6992064auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6992147auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992147auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6992147auction110912: 0
2026-03-25 01:40:24 [ecarstrade.be] INFO: Found listing with ID: 6992172auction110912
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992172auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:24 [ecarstrade.be] INFO: Scrape type for 6992172auction110912: 0
2026-03-25 01:40:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:40:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6991835auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991835auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6991835auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6991872auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991872auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6991872auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6992062auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992062auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6992062auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6991779auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991779auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6991779auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6991781auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991781auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6991781auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6991875auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991875auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6991875auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6992128auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992128auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6992128auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6991988auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991988auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6991988auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6991871auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991871auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6991871auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6991965auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991965auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6991965auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6991985auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991985auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6991985auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6991905auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991905auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6991905auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6992048auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992048auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6992048auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6991837auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991837auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6991837auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6991863auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991863auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6991863auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6991909auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991909auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6991909auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6991967auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991967auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6991967auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6992052auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992052auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6992052auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6991882auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991882auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6991882auction110912: 0
2026-03-25 01:40:31 [ecarstrade.be] INFO: Found listing with ID: 6992121auction110912
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992121auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:40:31 [ecarstrade.be] INFO: Scrape type for 6992121auction110912: 0
2026-03-25 01:40:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:41:06 [scrapy.extensions.logstats] INFO: Crawled 98 pages (at 4 pages/min), scraped 45 items (at 0 items/min)
2026-03-25 01:41:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 332MiB
2026-03-25 01:41: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-25 01:41:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:41:08 [ecarstrade.be] INFO: Found listing with ID: 6992175auction110912
2026-03-25 01:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992175auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:08 [ecarstrade.be] INFO: Scrape type for 6992175auction110912: 0
2026-03-25 01:41:08 [ecarstrade.be] INFO: Found listing with ID: 6991973auction110912
2026-03-25 01:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991973auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6991973auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6992012auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992012auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6992012auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6992105auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992105auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6992105auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6992119auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992119auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6992119auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6991777auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991777auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6991777auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6991974auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991974auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6991974auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6992132auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992132auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6992132auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6992134auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992134auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6992134auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6991968auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991968auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6991968auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6992131auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992131auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6992131auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6991866auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991866auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6991866auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6992010auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992010auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6992010auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6991790auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991790auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6991790auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6991849auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991849auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6991849auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6991923auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991923auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6991923auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6992004auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992004auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6992004auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6992013auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992013auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6992013auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6992015auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992015auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6992015auction110912: 0
2026-03-25 01:41:09 [ecarstrade.be] INFO: Found listing with ID: 6992051auction110912
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992051auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:09 [ecarstrade.be] INFO: Scrape type for 6992051auction110912: 0
2026-03-25 01:41:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:41:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page54?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page53?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6992067auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992067auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6992067auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6992078auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992078auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6992078auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6992098auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992098auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6992098auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6992082auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992082auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6992082auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6991869auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991869auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6991869auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6992129auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992129auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6992129auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6991782auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991782auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6991782auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6991789auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991789auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6991789auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6991850auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991850auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6991850auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6992028auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992028auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6992028auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6991805auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991805auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6991805auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6992083auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992083auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6992083auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6992133auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992133auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6992133auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6992158auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992158auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6992158auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6992161auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992161auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6992161auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6991840auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991840auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6991840auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6991908auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991908auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6991908auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6992008auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992008auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6992008auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6992011auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992011auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6992011auction110912: 0
2026-03-25 01:41:20 [ecarstrade.be] INFO: Found listing with ID: 6992025auction110912
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992025auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:20 [ecarstrade.be] INFO: Scrape type for 6992025auction110912: 0
2026-03-25 01:41:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:41:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page55?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page54?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6992030auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992030auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6992030auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6992113auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992113auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6992113auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6992058auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992058auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6992058auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6992088auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992088auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6992088auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6991898auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991898auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6991898auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6992007auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992007auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6992007auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6992016auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992016auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6992016auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6992093auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992093auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6992093auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6992095auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992095auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6992095auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6992120auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992120auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6992120auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6991839auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991839auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6991839auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6991900auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991900auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6991900auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6991957auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991957auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6991957auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6992023auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992023auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6992023auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6992027auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992027auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6992027auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6992084auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992084auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6992084auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6992092auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992092auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6992092auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6992126auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992126auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6992126auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6991843auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991843auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6991843auction110912: 0
2026-03-25 01:41:40 [ecarstrade.be] INFO: Found listing with ID: 6992035auction110912
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992035auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:40 [ecarstrade.be] INFO: Scrape type for 6992035auction110912: 0
2026-03-25 01:41:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:41: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-25 01:41:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:41:46 [ecarstrade.be] INFO: Found listing with ID: 6992068auction110912
2026-03-25 01:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992068auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:46 [ecarstrade.be] INFO: Scrape type for 6992068auction110912: 0
2026-03-25 01:41:46 [ecarstrade.be] INFO: Found listing with ID: 6992071auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992071auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6992071auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6992077auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992077auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6992077auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6991895auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991895auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6991895auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6991899auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991899auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6991899auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6991904auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991904auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6991904auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6991962auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991962auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6991962auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6992006auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992006auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6992006auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6991903auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991903auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6991903auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6992029auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992029auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6992029auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6992069auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992069auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6992069auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6992171auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992171auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6992171auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6992021auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992021auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6992021auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6992024auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992024auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6992024auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6992059auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992059auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6992059auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6992065auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992065auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6992065auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6992103auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992103auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6992103auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6992124auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992124auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6992124auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6991894auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991894auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6991894auction110912: 0
2026-03-25 01:41:47 [ecarstrade.be] INFO: Found listing with ID: 6991936auction110912
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991936auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:47 [ecarstrade.be] INFO: Scrape type for 6991936auction110912: 0
2026-03-25 01:41:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:41:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page57?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page56?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992148auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992148auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992148auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992104auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992104auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992104auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992155auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992155auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992155auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6991902auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991902auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6991902auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992045auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992045auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992045auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992053auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992053auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992053auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992056auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992056auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992056auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992081auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992081auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992081auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992115auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992115auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992115auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992018auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992018auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992018auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992022auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992022auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992022auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6991961auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991961auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6991961auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992017auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992017auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992017auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992075auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992075auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992075auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992108auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992108auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992108auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992116auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992116auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992116auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992050auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992050auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992050auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6991901auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991901auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6991901auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992090auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992090auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992090auction110912: 0
2026-03-25 01:41:55 [ecarstrade.be] INFO: Found listing with ID: 6992014auction110912
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992014auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:41:55 [ecarstrade.be] INFO: Scrape type for 6992014auction110912: 0
2026-03-25 01:41:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:42:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page58?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page57?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found listing with ID: 6991946auction110912
2026-03-25 01:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991946auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:01 [ecarstrade.be] INFO: Scrape type for 6991946auction110912: 0
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found listing with ID: 6992009auction110912
2026-03-25 01:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992009auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:01 [ecarstrade.be] INFO: Scrape type for 6992009auction110912: 0
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found listing with ID: 6992044auction110912
2026-03-25 01:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992044auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:01 [ecarstrade.be] INFO: Scrape type for 6992044auction110912: 0
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found listing with ID: 6992047auction110912
2026-03-25 01:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992047auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:01 [ecarstrade.be] INFO: Scrape type for 6992047auction110912: 0
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found listing with ID: 6992037auction110912
2026-03-25 01:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992037auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:01 [ecarstrade.be] INFO: Scrape type for 6992037auction110912: 0
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found listing with ID: 6992094auction110912
2026-03-25 01:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992094auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:01 [ecarstrade.be] INFO: Scrape type for 6992094auction110912: 0
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found listing with ID: 6992114auction110912
2026-03-25 01:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992114auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:01 [ecarstrade.be] INFO: Scrape type for 6992114auction110912: 0
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found listing with ID: 6991893auction110912
2026-03-25 01:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991893auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:01 [ecarstrade.be] INFO: Scrape type for 6991893auction110912: 0
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found listing with ID: 6991948auction110912
2026-03-25 01:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991948auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:01 [ecarstrade.be] INFO: Scrape type for 6991948auction110912: 0
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found listing with ID: 6992036auction110912
2026-03-25 01:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992036auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:01 [ecarstrade.be] INFO: Scrape type for 6992036auction110912: 0
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found listing with ID: 6992076auction110912
2026-03-25 01:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992076auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:01 [ecarstrade.be] INFO: Scrape type for 6992076auction110912: 0
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found listing with ID: 6992109auction110912
2026-03-25 01:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992109auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:01 [ecarstrade.be] INFO: Scrape type for 6992109auction110912: 0
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found listing with ID: 6992151auction110912
2026-03-25 01:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992151auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:01 [ecarstrade.be] INFO: Scrape type for 6992151auction110912: 0
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found listing with ID: 6992122auction110912
2026-03-25 01:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992122auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:01 [ecarstrade.be] INFO: Scrape type for 6992122auction110912: 0
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found listing with ID: 6991886auction110912
2026-03-25 01:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991886auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:01 [ecarstrade.be] INFO: Scrape type for 6991886auction110912: 0
2026-03-25 01:42:01 [ecarstrade.be] INFO: Found listing with ID: 6991951auction110912
2026-03-25 01:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991951auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:02 [ecarstrade.be] INFO: Scrape type for 6991951auction110912: 0
2026-03-25 01:42:02 [ecarstrade.be] INFO: Found listing with ID: 6992055auction110912
2026-03-25 01:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992055auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:02 [ecarstrade.be] INFO: Scrape type for 6992055auction110912: 0
2026-03-25 01:42:02 [ecarstrade.be] INFO: Found listing with ID: 6992070auction110912
2026-03-25 01:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992070auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:02 [ecarstrade.be] INFO: Scrape type for 6992070auction110912: 0
2026-03-25 01:42:02 [ecarstrade.be] INFO: Found listing with ID: 6992097auction110912
2026-03-25 01:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992097auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:02 [ecarstrade.be] INFO: Scrape type for 6992097auction110912: 0
2026-03-25 01:42:02 [ecarstrade.be] INFO: Found listing with ID: 6991920auction110912
2026-03-25 01:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991920auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:02 [ecarstrade.be] INFO: Scrape type for 6991920auction110912: 0
2026-03-25 01:42:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:42:06 [scrapy.extensions.logstats] INFO: Crawled 104 pages (at 6 pages/min), scraped 45 items (at 0 items/min)
2026-03-25 01:42:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-25 01:42:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page59?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page58?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6991891auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991891auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6991891auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6992033auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992033auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6992033auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6992127auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992127auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6992127auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6991945auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991945auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6991945auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6992049auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992049auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6992049auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6992057auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992057auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6992057auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6992019auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992019auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6992019auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6992107auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992107auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6992107auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6992137auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992137auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6992137auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6992086auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992086auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6992086auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6992039auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992039auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6992039auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6992106auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992106auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6992106auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6991940auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991940auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6991940auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6992038auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992038auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6992038auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6992040auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992040auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6992040auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6992091auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992091auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6992091auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6991952auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991952auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6991952auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6992032auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992032auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6992032auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6992042auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992042auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6992042auction110912: 0
2026-03-25 01:42:19 [ecarstrade.be] INFO: Found listing with ID: 6991896auction110912
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991896auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:19 [ecarstrade.be] INFO: Scrape type for 6991896auction110912: 0
2026-03-25 01:42:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:42:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page60?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page59?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6991913auction110912
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991913auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6991913auction110912: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6991937auction110912
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991937auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6991937auction110912: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6991907auction110912
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991907auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6991907auction110912: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6992041auction110912
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992041auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6992041auction110912: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6992100auction110912
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992100auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6992100auction110912: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6992031auction110912
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992031auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6992031auction110912: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6991916auction110912
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991916auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6991916auction110912: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6991955auction110912
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991955auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6991955auction110912: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6992112auction110912
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992112auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6992112auction110912: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6992072auction110912
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992072auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6992072auction110912: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6991910auction110912
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991910auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6991910auction110912: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6992046auction110912
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992046auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6992046auction110912: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6992074auction110912
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992074auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6992074auction110912: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6992110auction110912
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992110auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6992110auction110912: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6991914auction110912
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991914auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6991914auction110912: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6991911auction110912
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991911auction110912%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6991911auction110912: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6985107auction110842
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985107auction110842%27 HTTP/1.1" 200 None
2026-03-25 01:42:26 [ecarstrade.be] INFO: Scrape type for 6985107auction110842: 0
2026-03-25 01:42:26 [ecarstrade.be] INFO: Found listing with ID: 6985106auction110842
2026-03-25 01:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985106auction110842%27 HTTP/1.1" 200 None
2026-03-25 01:42:27 [ecarstrade.be] INFO: Scrape type for 6985106auction110842: 0
2026-03-25 01:42:27 [ecarstrade.be] INFO: Found listing with ID: 6985111auction110842
2026-03-25 01:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985111auction110842%27 HTTP/1.1" 200 None
2026-03-25 01:42:27 [ecarstrade.be] INFO: Scrape type for 6985111auction110842: 0
2026-03-25 01:42:27 [ecarstrade.be] INFO: Found listing with ID: 6985116auction110842
2026-03-25 01:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985116auction110842%27 HTTP/1.1" 200 None
2026-03-25 01:42:27 [ecarstrade.be] INFO: Scrape type for 6985116auction110842: 0
2026-03-25 01:42:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:42:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page61?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page60?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6985113auction110842
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985113auction110842%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6985113auction110842: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6985117auction110842
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985117auction110842%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6985117auction110842: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6985118auction110842
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985118auction110842%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6985118auction110842: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6985114auction110842
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985114auction110842%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6985114auction110842: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6985120auction110842
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985120auction110842%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6985120auction110842: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6985109auction110842
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985109auction110842%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6985109auction110842: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6985122auction110842
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985122auction110842%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6985122auction110842: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6985121auction110842
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985121auction110842%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6985121auction110842: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6995713auction110964
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995713auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6995713auction110964: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6995714auction110964
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995714auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6995714auction110964: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6995715auction110964
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995715auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6995715auction110964: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6995716auction110964
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995716auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6995716auction110964: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6995717auction110964
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995717auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6995717auction110964: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6995718auction110964
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995718auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6995718auction110964: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6995719auction110964
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995719auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6995719auction110964: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6995720auction110964
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995720auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6995720auction110964: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6995721auction110964
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995721auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6995721auction110964: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6995722auction110964
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995722auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6995722auction110964: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6995723auction110964
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995723auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6995723auction110964: 0
2026-03-25 01:42:34 [ecarstrade.be] INFO: Found listing with ID: 6995724auction110964
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995724auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:34 [ecarstrade.be] INFO: Scrape type for 6995724auction110964: 0
2026-03-25 01:42:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:42:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page62?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page61?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:42:40 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:42:40 [ecarstrade.be] INFO: Found listing with ID: 6995725auction110964
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995725auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:40 [ecarstrade.be] INFO: Scrape type for 6995725auction110964: 0
2026-03-25 01:42:40 [ecarstrade.be] INFO: Found listing with ID: 6995726auction110964
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995726auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:40 [ecarstrade.be] INFO: Scrape type for 6995726auction110964: 0
2026-03-25 01:42:40 [ecarstrade.be] INFO: Found listing with ID: 6995727auction110964
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995727auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:40 [ecarstrade.be] INFO: Scrape type for 6995727auction110964: 0
2026-03-25 01:42:40 [ecarstrade.be] INFO: Found listing with ID: 6995728auction110964
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995728auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:40 [ecarstrade.be] INFO: Scrape type for 6995728auction110964: 0
2026-03-25 01:42:40 [ecarstrade.be] INFO: Found listing with ID: 6995729auction110964
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995729auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:40 [ecarstrade.be] INFO: Scrape type for 6995729auction110964: 0
2026-03-25 01:42:40 [ecarstrade.be] INFO: Found listing with ID: 6995730auction110964
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995730auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:40 [ecarstrade.be] INFO: Scrape type for 6995730auction110964: 0
2026-03-25 01:42:40 [ecarstrade.be] INFO: Found listing with ID: 6995731auction110964
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995731auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:40 [ecarstrade.be] INFO: Scrape type for 6995731auction110964: 0
2026-03-25 01:42:40 [ecarstrade.be] INFO: Found listing with ID: 6995732auction110964
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995732auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:40 [ecarstrade.be] INFO: Scrape type for 6995732auction110964: 0
2026-03-25 01:42:40 [ecarstrade.be] INFO: Found listing with ID: 6995733auction110964
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995733auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:40 [ecarstrade.be] INFO: Scrape type for 6995733auction110964: 0
2026-03-25 01:42:40 [ecarstrade.be] INFO: Found listing with ID: 6995734auction110964
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995734auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:40 [ecarstrade.be] INFO: Scrape type for 6995734auction110964: 0
2026-03-25 01:42:40 [ecarstrade.be] INFO: Found listing with ID: 6995735auction110964
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995735auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:40 [ecarstrade.be] INFO: Scrape type for 6995735auction110964: 0
2026-03-25 01:42:40 [ecarstrade.be] INFO: Found listing with ID: 6995736auction110964
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995736auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:41 [ecarstrade.be] INFO: Scrape type for 6995736auction110964: 0
2026-03-25 01:42:41 [ecarstrade.be] INFO: Found listing with ID: 6995737auction110964
2026-03-25 01:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995737auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:41 [ecarstrade.be] INFO: Scrape type for 6995737auction110964: 0
2026-03-25 01:42:41 [ecarstrade.be] INFO: Found listing with ID: 6995738auction110964
2026-03-25 01:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995738auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:41 [ecarstrade.be] INFO: Scrape type for 6995738auction110964: 0
2026-03-25 01:42:41 [ecarstrade.be] INFO: Found listing with ID: 6995739auction110964
2026-03-25 01:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995739auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:41 [ecarstrade.be] INFO: Scrape type for 6995739auction110964: 0
2026-03-25 01:42:41 [ecarstrade.be] INFO: Found listing with ID: 6995740auction110964
2026-03-25 01:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995740auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:41 [ecarstrade.be] INFO: Scrape type for 6995740auction110964: 0
2026-03-25 01:42:41 [ecarstrade.be] INFO: Found listing with ID: 6995741auction110964
2026-03-25 01:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995741auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:41 [ecarstrade.be] INFO: Scrape type for 6995741auction110964: 0
2026-03-25 01:42:41 [ecarstrade.be] INFO: Found listing with ID: 6995742auction110964
2026-03-25 01:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995742auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:41 [ecarstrade.be] INFO: Scrape type for 6995742auction110964: 0
2026-03-25 01:42:41 [ecarstrade.be] INFO: Found listing with ID: 6995743auction110964
2026-03-25 01:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995743auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:41 [ecarstrade.be] INFO: Scrape type for 6995743auction110964: 0
2026-03-25 01:42:41 [ecarstrade.be] INFO: Found listing with ID: 6995744auction110964
2026-03-25 01:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995744auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:41 [ecarstrade.be] INFO: Scrape type for 6995744auction110964: 0
2026-03-25 01:42:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:42:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page63?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page62?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995745auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995745auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995745auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995746auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995746auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995746auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995747auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995747auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995747auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995748auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995748auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995748auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995749auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995749auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995749auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995750auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995750auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995750auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995751auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995751auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995751auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995752auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995752auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995752auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995753auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995753auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995753auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995754auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995754auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995754auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995755auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995755auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995755auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995756auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995756auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995756auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995757auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995757auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995757auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995758auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995758auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995758auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995759auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995759auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995759auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995760auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995760auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995760auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995761auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995761auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995761auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995762auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995762auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995762auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995763auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995763auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995763auction110964: 0
2026-03-25 01:42:47 [ecarstrade.be] INFO: Found listing with ID: 6995764auction110964
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995764auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:47 [ecarstrade.be] INFO: Scrape type for 6995764auction110964: 0
2026-03-25 01:42:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:42:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page64?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page63?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995765auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995765auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995765auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995766auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995766auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995766auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995767auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995767auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995767auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995768auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995768auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995768auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995769auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995769auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995769auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995770auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995770auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995770auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995771auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995771auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995771auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995772auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995772auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995772auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995773auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995773auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995773auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995774auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995774auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995774auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995775auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995775auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995775auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995776auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995776auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995776auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995777auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995777auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995777auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995778auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995778auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995778auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995779auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995779auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995779auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995780auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995780auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995780auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995781auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995781auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995781auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995782auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995782auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995782auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995783auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995783auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995783auction110964: 0
2026-03-25 01:42:55 [ecarstrade.be] INFO: Found listing with ID: 6995784auction110964
2026-03-25 01:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276995784auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:42:55 [ecarstrade.be] INFO: Scrape type for 6995784auction110964: 0
2026-03-25 01:42:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:43:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page65?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page64?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:43:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:43:01 [ecarstrade.be] INFO: Found listing with ID: 6995785auction110964
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995785auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6995785auction110964: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6995786auction110964
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995786auction110964%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6995786auction110964: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979157auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979157auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979157auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979170auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979170auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979170auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979183auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979183auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979183auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979205auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979205auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979205auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979218auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979218auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979218auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979225auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979225auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979225auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979231auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979231auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979231auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979233auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979233auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979233auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979235auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979235auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979235auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979238auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979238auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979238auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979240auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979240auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979240auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979245auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979245auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979245auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979247auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979247auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979247auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979249auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979249auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979249auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979250auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979250auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979250auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979251auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979251auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979251auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979254auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979254auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979254auction110761: 0
2026-03-25 01:43:02 [ecarstrade.be] INFO: Found listing with ID: 6979256auction110761
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979256auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:02 [ecarstrade.be] INFO: Scrape type for 6979256auction110761: 0
2026-03-25 01:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:43:06 [scrapy.extensions.logstats] INFO: Crawled 111 pages (at 7 pages/min), scraped 45 items (at 0 items/min)
2026-03-25 01:43:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-25 01:43:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page66?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page65?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:43:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:43:10 [ecarstrade.be] INFO: Found listing with ID: 6979260auction110761
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979260auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:10 [ecarstrade.be] INFO: Scrape type for 6979260auction110761: 0
2026-03-25 01:43:10 [ecarstrade.be] INFO: Found listing with ID: 6979262auction110761
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979262auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:10 [ecarstrade.be] INFO: Scrape type for 6979262auction110761: 0
2026-03-25 01:43:10 [ecarstrade.be] INFO: Found listing with ID: 6979263auction110761
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979263auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:10 [ecarstrade.be] INFO: Scrape type for 6979263auction110761: 0
2026-03-25 01:43:10 [ecarstrade.be] INFO: Found listing with ID: 6979265auction110761
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979265auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:10 [ecarstrade.be] INFO: Scrape type for 6979265auction110761: 0
2026-03-25 01:43:10 [ecarstrade.be] INFO: Found listing with ID: 6979267auction110761
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979267auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:10 [ecarstrade.be] INFO: Scrape type for 6979267auction110761: 0
2026-03-25 01:43:10 [ecarstrade.be] INFO: Found listing with ID: 6979268auction110761
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979268auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:10 [ecarstrade.be] INFO: Scrape type for 6979268auction110761: 0
2026-03-25 01:43:10 [ecarstrade.be] INFO: Found listing with ID: 6979272auction110761
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979272auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:10 [ecarstrade.be] INFO: Scrape type for 6979272auction110761: 0
2026-03-25 01:43:10 [ecarstrade.be] INFO: Found listing with ID: 6979273auction110761
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979273auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:10 [ecarstrade.be] INFO: Scrape type for 6979273auction110761: 0
2026-03-25 01:43:10 [ecarstrade.be] INFO: Found listing with ID: 6979275auction110761
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979275auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:10 [ecarstrade.be] INFO: Scrape type for 6979275auction110761: 0
2026-03-25 01:43:10 [ecarstrade.be] INFO: Found listing with ID: 6979276auction110761
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979276auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:10 [ecarstrade.be] INFO: Scrape type for 6979276auction110761: 0
2026-03-25 01:43:10 [ecarstrade.be] INFO: Found listing with ID: 6979277auction110761
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979277auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:10 [ecarstrade.be] INFO: Scrape type for 6979277auction110761: 0
2026-03-25 01:43:10 [ecarstrade.be] INFO: Found listing with ID: 6979278auction110761
2026-03-25 01:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276979278auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:11 [ecarstrade.be] INFO: Scrape type for 6979278auction110761: 0
2026-03-25 01:43:11 [ecarstrade.be] INFO: Found listing with ID: 6979279auction110761
2026-03-25 01:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276979279auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:11 [ecarstrade.be] INFO: Scrape type for 6979279auction110761: 0
2026-03-25 01:43:11 [ecarstrade.be] INFO: Found listing with ID: 6979282auction110761
2026-03-25 01:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276979282auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:11 [ecarstrade.be] INFO: Scrape type for 6979282auction110761: 0
2026-03-25 01:43:11 [ecarstrade.be] INFO: Found listing with ID: 6979285auction110761
2026-03-25 01:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276979285auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:11 [ecarstrade.be] INFO: Scrape type for 6979285auction110761: 0
2026-03-25 01:43:11 [ecarstrade.be] INFO: Found listing with ID: 6979289auction110761
2026-03-25 01:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276979289auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:11 [ecarstrade.be] INFO: Scrape type for 6979289auction110761: 0
2026-03-25 01:43:11 [ecarstrade.be] INFO: Found listing with ID: 6979290auction110761
2026-03-25 01:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276979290auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:11 [ecarstrade.be] INFO: Scrape type for 6979290auction110761: 0
2026-03-25 01:43:11 [ecarstrade.be] INFO: Found listing with ID: 6979291auction110761
2026-03-25 01:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276979291auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:11 [ecarstrade.be] INFO: Scrape type for 6979291auction110761: 0
2026-03-25 01:43:11 [ecarstrade.be] INFO: Found listing with ID: 6979292auction110761
2026-03-25 01:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276979292auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:11 [ecarstrade.be] INFO: Scrape type for 6979292auction110761: 0
2026-03-25 01:43:11 [ecarstrade.be] INFO: Found listing with ID: 6979293auction110761
2026-03-25 01:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276979293auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:11 [ecarstrade.be] INFO: Scrape type for 6979293auction110761: 0
2026-03-25 01:43:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:43:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page67?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page66?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:43:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:43:19 [ecarstrade.be] INFO: Found listing with ID: 6979294auction110761
2026-03-25 01:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276979294auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:19 [ecarstrade.be] INFO: Scrape type for 6979294auction110761: 0
2026-03-25 01:43:19 [ecarstrade.be] INFO: Found listing with ID: 6979296auction110761
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979296auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6979296auction110761: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6979297auction110761
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979297auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6979297auction110761: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6979298auction110761
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979298auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6979298auction110761: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6979299auction110761
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979299auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6979299auction110761: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6979300auction110761
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979300auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6979300auction110761: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6979301auction110761
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979301auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6979301auction110761: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6979302auction110761
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979302auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6979302auction110761: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6979303auction110761
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979303auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6979303auction110761: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6979305auction110761
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979305auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6979305auction110761: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6979307auction110761
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979307auction110761%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6979307auction110761: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6995941auction110968
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995941auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6995941auction110968: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6995938auction110968
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995938auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6995938auction110968: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6995942auction110968
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995942auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6995942auction110968: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6995936auction110968
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995936auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6995936auction110968: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6995939auction110968
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995939auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6995939auction110968: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6995925auction110968
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995925auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6995925auction110968: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6995940auction110968
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995940auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6995940auction110968: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6995905auction110968
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995905auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6995905auction110968: 0
2026-03-25 01:43:20 [ecarstrade.be] INFO: Found listing with ID: 6995908auction110968
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995908auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:20 [ecarstrade.be] INFO: Scrape type for 6995908auction110968: 0
2026-03-25 01:43:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:43:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page68?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page67?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995927auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995927auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995927auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995904auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995904auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995904auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995932auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995932auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995932auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995934auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995934auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995934auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995928auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995928auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995928auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995912auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995912auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995912auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995900auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995900auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995900auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995910auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995910auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995910auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995924auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995924auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995924auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995937auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995937auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995937auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995895auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995895auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995895auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995935auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995935auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995935auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995901auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995901auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995901auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995933auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995933auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995933auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995931auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995931auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995931auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995893auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995893auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995893auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995914auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995914auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995914auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995902auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995902auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995902auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995892auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995892auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995892auction110968: 0
2026-03-25 01:43:27 [ecarstrade.be] INFO: Found listing with ID: 6995903auction110968
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995903auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:27 [ecarstrade.be] INFO: Scrape type for 6995903auction110968: 0
2026-03-25 01:43:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:43:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page69?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page68?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995911auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995911auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995911auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995922auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995922auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995922auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995896auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995896auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995896auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995906auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995906auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995906auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995930auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995930auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995930auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995913auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995913auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995913auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995929auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995929auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995929auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995917auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995917auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995917auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995920auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995920auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995920auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995891auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995891auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995891auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995919auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995919auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995919auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995916auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995916auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995916auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995907auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995907auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995907auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995921auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995921auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995921auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995909auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995909auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995909auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995915auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995915auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995915auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995923auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995923auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995923auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995898auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995898auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995898auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995918auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995918auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995918auction110968: 0
2026-03-25 01:43:35 [ecarstrade.be] INFO: Found listing with ID: 6995897auction110968
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995897auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:35 [ecarstrade.be] INFO: Scrape type for 6995897auction110968: 0
2026-03-25 01:43:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:43:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page69?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6995899auction110968
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995899auction110968%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6995899auction110968: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6996102auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996102auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6996102auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6995949auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995949auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6995949auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6995993auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995993auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6995993auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6996081auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996081auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6996081auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6995995auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995995auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6995995auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6996100auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996100auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6996100auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6996101auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996101auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6996101auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6996044auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996044auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6996044auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6995945auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995945auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6995945auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6996091auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996091auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6996091auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6996103auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996103auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6996103auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6995951auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995951auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6995951auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6995943auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995943auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6995943auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6995984auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995984auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6995984auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6995947auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995947auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6995947auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6996080auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996080auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6996080auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6995989auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995989auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6995989auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6995991auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995991auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6995991auction110969: 0
2026-03-25 01:43:48 [ecarstrade.be] INFO: Found listing with ID: 6996079auction110969
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996079auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:43:48 [ecarstrade.be] INFO: Scrape type for 6996079auction110969: 0
2026-03-25 01:43:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:44:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6995948auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995948auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6995948auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6995979auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995979auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6995979auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6996077auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996077auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6996077auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6996073auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996073auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6996073auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6996094auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996094auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6996094auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6995987auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995987auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6995987auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6996093auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996093auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6996093auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6995953auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995953auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6995953auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6996058auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996058auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6996058auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6995972auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995972auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6995972auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6995973auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995973auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6995973auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6996056auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996056auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6996056auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6995975auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995975auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6995975auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6995988auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995988auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6995988auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6995944auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995944auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6995944auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6995997auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995997auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6995997auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6996084auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996084auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6996084auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6996078auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996078auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6996078auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6995960auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995960auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6995960auction110969: 0
2026-03-25 01:44:04 [ecarstrade.be] INFO: Found listing with ID: 6995974auction110969
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995974auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:04 [ecarstrade.be] INFO: Scrape type for 6995974auction110969: 0
2026-03-25 01:44:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:44:06 [scrapy.extensions.logstats] INFO: Crawled 117 pages (at 6 pages/min), scraped 45 items (at 0 items/min)
2026-03-25 01:44:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-25 01:44:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6996045auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996045auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6996045auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6996061auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996061auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6996061auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6996088auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996088auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6996088auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6996089auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996089auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6996089auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6996092auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996092auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6996092auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6995964auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995964auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6995964auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6996048auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996048auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6996048auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6996095auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996095auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6996095auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6996020auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996020auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6996020auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6996096auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996096auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6996096auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6995946auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995946auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6995946auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6995963auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995963auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6995963auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6995985auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995985auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6995985auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6996090auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996090auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6996090auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6996040auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996040auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6996040auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6995983auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995983auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6995983auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6996018auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996018auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6996018auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6996098auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996098auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6996098auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6995990auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995990auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6995990auction110969: 0
2026-03-25 01:44:12 [ecarstrade.be] INFO: Found listing with ID: 6996104auction110969
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996104auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:12 [ecarstrade.be] INFO: Scrape type for 6996104auction110969: 0
2026-03-25 01:44:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:44:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6996046auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996046auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6996046auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6995954auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995954auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6995954auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6996013auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996013auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6996013auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6996043auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996043auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6996043auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6996051auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996051auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6996051auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6995962auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995962auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6995962auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6996019auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996019auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6996019auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6996026auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996026auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6996026auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6995992auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995992auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6995992auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6996017auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996017auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6996017auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6996024auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996024auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6996024auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6996063auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996063auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6996063auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6996055auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996055auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6996055auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6995980auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995980auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6995980auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6996014auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996014auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6996014auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6996087auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996087auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6996087auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6996015auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996015auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6996015auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6996022auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996022auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6996022auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6996083auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996083auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6996083auction110969: 0
2026-03-25 01:44:18 [ecarstrade.be] INFO: Found listing with ID: 6996086auction110969
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996086auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:18 [ecarstrade.be] INFO: Scrape type for 6996086auction110969: 0
2026-03-25 01:44:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:44:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:44:24 [ecarstrade.be] INFO: Found listing with ID: 6996023auction110969
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996023auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:24 [ecarstrade.be] INFO: Scrape type for 6996023auction110969: 0
2026-03-25 01:44:24 [ecarstrade.be] INFO: Found listing with ID: 6996038auction110969
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996038auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:24 [ecarstrade.be] INFO: Scrape type for 6996038auction110969: 0
2026-03-25 01:44:24 [ecarstrade.be] INFO: Found listing with ID: 6996071auction110969
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996071auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:24 [ecarstrade.be] INFO: Scrape type for 6996071auction110969: 0
2026-03-25 01:44:24 [ecarstrade.be] INFO: Found listing with ID: 6995976auction110969
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995976auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:24 [ecarstrade.be] INFO: Scrape type for 6995976auction110969: 0
2026-03-25 01:44:24 [ecarstrade.be] INFO: Found listing with ID: 6996025auction110969
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996025auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:24 [ecarstrade.be] INFO: Scrape type for 6996025auction110969: 0
2026-03-25 01:44:24 [ecarstrade.be] INFO: Found listing with ID: 6996041auction110969
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996041auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:24 [ecarstrade.be] INFO: Scrape type for 6996041auction110969: 0
2026-03-25 01:44:24 [ecarstrade.be] INFO: Found listing with ID: 6996053auction110969
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996053auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:24 [ecarstrade.be] INFO: Scrape type for 6996053auction110969: 0
2026-03-25 01:44:24 [ecarstrade.be] INFO: Found listing with ID: 6995959auction110969
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995959auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:24 [ecarstrade.be] INFO: Scrape type for 6995959auction110969: 0
2026-03-25 01:44:24 [ecarstrade.be] INFO: Found listing with ID: 6996001auction110969
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996001auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:24 [ecarstrade.be] INFO: Scrape type for 6996001auction110969: 0
2026-03-25 01:44:24 [ecarstrade.be] INFO: Found listing with ID: 6996031auction110969
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996031auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:24 [ecarstrade.be] INFO: Scrape type for 6996031auction110969: 0
2026-03-25 01:44:24 [ecarstrade.be] INFO: Found listing with ID: 6996052auction110969
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996052auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:24 [ecarstrade.be] INFO: Scrape type for 6996052auction110969: 0
2026-03-25 01:44:24 [ecarstrade.be] INFO: Found listing with ID: 6995966auction110969
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995966auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:24 [ecarstrade.be] INFO: Scrape type for 6995966auction110969: 0
2026-03-25 01:44:24 [ecarstrade.be] INFO: Found listing with ID: 6996021auction110969
2026-03-25 01:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996021auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:25 [ecarstrade.be] INFO: Scrape type for 6996021auction110969: 0
2026-03-25 01:44:25 [ecarstrade.be] INFO: Found listing with ID: 6996036auction110969
2026-03-25 01:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996036auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:25 [ecarstrade.be] INFO: Scrape type for 6996036auction110969: 0
2026-03-25 01:44:25 [ecarstrade.be] INFO: Found listing with ID: 6996042auction110969
2026-03-25 01:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996042auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:25 [ecarstrade.be] INFO: Scrape type for 6996042auction110969: 0
2026-03-25 01:44:25 [ecarstrade.be] INFO: Found listing with ID: 6996076auction110969
2026-03-25 01:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996076auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:25 [ecarstrade.be] INFO: Scrape type for 6996076auction110969: 0
2026-03-25 01:44:25 [ecarstrade.be] INFO: Found listing with ID: 6996007auction110969
2026-03-25 01:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996007auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:25 [ecarstrade.be] INFO: Scrape type for 6996007auction110969: 0
2026-03-25 01:44:25 [ecarstrade.be] INFO: Found listing with ID: 6996050auction110969
2026-03-25 01:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996050auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:25 [ecarstrade.be] INFO: Scrape type for 6996050auction110969: 0
2026-03-25 01:44:25 [ecarstrade.be] INFO: Found listing with ID: 6995961auction110969
2026-03-25 01:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995961auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:25 [ecarstrade.be] INFO: Scrape type for 6995961auction110969: 0
2026-03-25 01:44:25 [ecarstrade.be] INFO: Found listing with ID: 6996099auction110969
2026-03-25 01:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996099auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:25 [ecarstrade.be] INFO: Scrape type for 6996099auction110969: 0
2026-03-25 01:44:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:44:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:44:30 [ecarstrade.be] INFO: Found listing with ID: 6995998auction110969
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995998auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:30 [ecarstrade.be] INFO: Scrape type for 6995998auction110969: 0
2026-03-25 01:44:30 [ecarstrade.be] INFO: Found listing with ID: 6996005auction110969
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996005auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:30 [ecarstrade.be] INFO: Scrape type for 6996005auction110969: 0
2026-03-25 01:44:30 [ecarstrade.be] INFO: Found listing with ID: 6996037auction110969
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996037auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:30 [ecarstrade.be] INFO: Scrape type for 6996037auction110969: 0
2026-03-25 01:44:30 [ecarstrade.be] INFO: Found listing with ID: 6995950auction110969
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995950auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:30 [ecarstrade.be] INFO: Scrape type for 6995950auction110969: 0
2026-03-25 01:44:30 [ecarstrade.be] INFO: Found listing with ID: 6995996auction110969
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995996auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:30 [ecarstrade.be] INFO: Scrape type for 6995996auction110969: 0
2026-03-25 01:44:30 [ecarstrade.be] INFO: Found listing with ID: 6996016auction110969
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996016auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:30 [ecarstrade.be] INFO: Scrape type for 6996016auction110969: 0
2026-03-25 01:44:30 [ecarstrade.be] INFO: Found listing with ID: 6996047auction110969
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996047auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:30 [ecarstrade.be] INFO: Scrape type for 6996047auction110969: 0
2026-03-25 01:44:30 [ecarstrade.be] INFO: Found listing with ID: 6996032auction110969
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996032auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:30 [ecarstrade.be] INFO: Scrape type for 6996032auction110969: 0
2026-03-25 01:44:30 [ecarstrade.be] INFO: Found listing with ID: 6996034auction110969
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996034auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:30 [ecarstrade.be] INFO: Scrape type for 6996034auction110969: 0
2026-03-25 01:44:30 [ecarstrade.be] INFO: Found listing with ID: 6995968auction110969
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995968auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:30 [ecarstrade.be] INFO: Scrape type for 6995968auction110969: 0
2026-03-25 01:44:30 [ecarstrade.be] INFO: Found listing with ID: 6996011auction110969
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996011auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:30 [ecarstrade.be] INFO: Scrape type for 6996011auction110969: 0
2026-03-25 01:44:30 [ecarstrade.be] INFO: Found listing with ID: 6996065auction110969
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996065auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:31 [ecarstrade.be] INFO: Scrape type for 6996065auction110969: 0
2026-03-25 01:44:31 [ecarstrade.be] INFO: Found listing with ID: 6996075auction110969
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996075auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:31 [ecarstrade.be] INFO: Scrape type for 6996075auction110969: 0
2026-03-25 01:44:31 [ecarstrade.be] INFO: Found listing with ID: 6996030auction110969
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996030auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:31 [ecarstrade.be] INFO: Scrape type for 6996030auction110969: 0
2026-03-25 01:44:31 [ecarstrade.be] INFO: Found listing with ID: 6996054auction110969
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996054auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:31 [ecarstrade.be] INFO: Scrape type for 6996054auction110969: 0
2026-03-25 01:44:31 [ecarstrade.be] INFO: Found listing with ID: 6996057auction110969
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996057auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:31 [ecarstrade.be] INFO: Scrape type for 6996057auction110969: 0
2026-03-25 01:44:31 [ecarstrade.be] INFO: Found listing with ID: 6995977auction110969
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995977auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:31 [ecarstrade.be] INFO: Scrape type for 6995977auction110969: 0
2026-03-25 01:44:31 [ecarstrade.be] INFO: Found listing with ID: 6995999auction110969
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995999auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:31 [ecarstrade.be] INFO: Scrape type for 6995999auction110969: 0
2026-03-25 01:44:31 [ecarstrade.be] INFO: Found listing with ID: 6996000auction110969
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996000auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:31 [ecarstrade.be] INFO: Scrape type for 6996000auction110969: 0
2026-03-25 01:44:31 [ecarstrade.be] INFO: Found listing with ID: 6996004auction110969
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996004auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:44:31 [ecarstrade.be] INFO: Scrape type for 6996004auction110969: 0
2026-03-25 01:44:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:45:06 [scrapy.extensions.logstats] INFO: Crawled 121 pages (at 4 pages/min), scraped 45 items (at 0 items/min)
2026-03-25 01:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-25 01:45:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6995970auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995970auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6995970auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6995981auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995981auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6995981auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6996072auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996072auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6996072auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6996009auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996009auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6996009auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6996027auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996027auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6996027auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6995958auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995958auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6995958auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6995969auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995969auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6995969auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6996002auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996002auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6996002auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6996003auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996003auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6996003auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6996070auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996070auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6996070auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6996062auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996062auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6996062auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6996064auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996064auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6996064auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6995956auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995956auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6995956auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6996010auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996010auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6996010auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6996068auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996068auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6996068auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6996082auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996082auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6996082auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6995957auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995957auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6995957auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6995955auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995955auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6995955auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6996006auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996006auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6996006auction110969: 0
2026-03-25 01:45:15 [ecarstrade.be] INFO: Found listing with ID: 6996060auction110969
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996060auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:15 [ecarstrade.be] INFO: Scrape type for 6996060auction110969: 0
2026-03-25 01:45:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:45:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6996059auction110969
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996059auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6996059auction110969: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6996029auction110969
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996029auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6996029auction110969: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6995967auction110969
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995967auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6995967auction110969: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6995986auction110969
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995986auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6995986auction110969: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6996028auction110969
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996028auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6996028auction110969: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6995965auction110969
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995965auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6995965auction110969: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6996067auction110969
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996067auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6996067auction110969: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6996012auction110969
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996012auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6996012auction110969: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6995978auction110969
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995978auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6995978auction110969: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6996033auction110969
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996033auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6996033auction110969: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6996035auction110969
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996035auction110969%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6996035auction110969: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6997959auction110994
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997959auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6997959auction110994: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6997960auction110994
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997960auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6997960auction110994: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6997961auction110994
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997961auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6997961auction110994: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6997962auction110994
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997962auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6997962auction110994: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6997963auction110994
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997963auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6997963auction110994: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6997964auction110994
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997964auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6997964auction110994: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6997965auction110994
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997965auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6997965auction110994: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6997966auction110994
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997966auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6997966auction110994: 0
2026-03-25 01:45:22 [ecarstrade.be] INFO: Found listing with ID: 6997967auction110994
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997967auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:22 [ecarstrade.be] INFO: Scrape type for 6997967auction110994: 0
2026-03-25 01:45:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:45:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997968auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997968auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997968auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997969auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997969auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997969auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997970auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997970auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997970auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997971auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997971auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997971auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997972auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997972auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997972auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997973auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997973auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997973auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997974auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997974auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997974auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997975auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997975auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997975auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997976auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997976auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997976auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997977auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997977auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997977auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997978auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997978auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997978auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997979auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997979auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997979auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997980auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997980auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997980auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997981auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997981auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997981auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997982auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997982auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997982auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997983auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997983auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997983auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997984auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997984auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997984auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997985auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997985auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997985auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997986auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997986auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997986auction110994: 0
2026-03-25 01:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997987auction110994
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997987auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:28 [ecarstrade.be] INFO: Scrape type for 6997987auction110994: 0
2026-03-25 01:45:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:45:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:45:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:45:34 [ecarstrade.be] INFO: Found listing with ID: 6997988auction110994
2026-03-25 01:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997988auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:34 [ecarstrade.be] INFO: Scrape type for 6997988auction110994: 0
2026-03-25 01:45:34 [ecarstrade.be] INFO: Found listing with ID: 6997989auction110994
2026-03-25 01:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997989auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:34 [ecarstrade.be] INFO: Scrape type for 6997989auction110994: 0
2026-03-25 01:45:34 [ecarstrade.be] INFO: Found listing with ID: 6997990auction110994
2026-03-25 01:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997990auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:34 [ecarstrade.be] INFO: Scrape type for 6997990auction110994: 0
2026-03-25 01:45:34 [ecarstrade.be] INFO: Found listing with ID: 6997991auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997991auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6997991auction110994: 0
2026-03-25 01:45:35 [ecarstrade.be] INFO: Found listing with ID: 6997992auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997992auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6997992auction110994: 0
2026-03-25 01:45:35 [ecarstrade.be] INFO: Found listing with ID: 6997993auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997993auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6997993auction110994: 0
2026-03-25 01:45:35 [ecarstrade.be] INFO: Found listing with ID: 6997994auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997994auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6997994auction110994: 0
2026-03-25 01:45:35 [ecarstrade.be] INFO: Found listing with ID: 6997995auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997995auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6997995auction110994: 0
2026-03-25 01:45:35 [ecarstrade.be] INFO: Found listing with ID: 6997996auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997996auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6997996auction110994: 0
2026-03-25 01:45:35 [ecarstrade.be] INFO: Found listing with ID: 6997997auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997997auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6997997auction110994: 0
2026-03-25 01:45:35 [ecarstrade.be] INFO: Found listing with ID: 6997998auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997998auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6997998auction110994: 0
2026-03-25 01:45:35 [ecarstrade.be] INFO: Found listing with ID: 6997999auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997999auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6997999auction110994: 0
2026-03-25 01:45:35 [ecarstrade.be] INFO: Found listing with ID: 6998000auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998000auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6998000auction110994: 0
2026-03-25 01:45:35 [ecarstrade.be] INFO: Found listing with ID: 6998001auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998001auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6998001auction110994: 0
2026-03-25 01:45:35 [ecarstrade.be] INFO: Found listing with ID: 6998002auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998002auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6998002auction110994: 0
2026-03-25 01:45:35 [ecarstrade.be] INFO: Found listing with ID: 6998003auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998003auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6998003auction110994: 0
2026-03-25 01:45:35 [ecarstrade.be] INFO: Found listing with ID: 6998004auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998004auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6998004auction110994: 0
2026-03-25 01:45:35 [ecarstrade.be] INFO: Found listing with ID: 6998005auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998005auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6998005auction110994: 0
2026-03-25 01:45:35 [ecarstrade.be] INFO: Found listing with ID: 6998007auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998007auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6998007auction110994: 0
2026-03-25 01:45:35 [ecarstrade.be] INFO: Found listing with ID: 6998008auction110994
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998008auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:35 [ecarstrade.be] INFO: Scrape type for 6998008auction110994: 0
2026-03-25 01:45:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:45:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998009auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998009auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998009auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998010auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998010auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998010auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998011auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998011auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998011auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998012auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998012auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998012auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998013auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998013auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998013auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998014auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998014auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998014auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998015auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998015auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998015auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998016auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998016auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998016auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998017auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998017auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998017auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998018auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998018auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998018auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998019auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998019auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998019auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998020auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998020auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998020auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998021auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998021auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998021auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998022auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998022auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998022auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998023auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998023auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998023auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998024auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998024auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998024auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998025auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998025auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998025auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998026auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998026auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998026auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998027auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998027auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998027auction110994: 0
2026-03-25 01:45:42 [ecarstrade.be] INFO: Found listing with ID: 6998028auction110994
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998028auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:42 [ecarstrade.be] INFO: Scrape type for 6998028auction110994: 0
2026-03-25 01:45:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:45:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:45:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998029auction110994
2026-03-25 01:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998029auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:56 [ecarstrade.be] INFO: Scrape type for 6998029auction110994: 0
2026-03-25 01:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998030auction110994
2026-03-25 01:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998030auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:56 [ecarstrade.be] INFO: Scrape type for 6998030auction110994: 0
2026-03-25 01:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998031auction110994
2026-03-25 01:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998031auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:56 [ecarstrade.be] INFO: Scrape type for 6998031auction110994: 0
2026-03-25 01:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998032auction110994
2026-03-25 01:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998032auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:56 [ecarstrade.be] INFO: Scrape type for 6998032auction110994: 0
2026-03-25 01:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998033auction110994
2026-03-25 01:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998033auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:56 [ecarstrade.be] INFO: Scrape type for 6998033auction110994: 0
2026-03-25 01:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998034auction110994
2026-03-25 01:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998034auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:56 [ecarstrade.be] INFO: Scrape type for 6998034auction110994: 0
2026-03-25 01:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998035auction110994
2026-03-25 01:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998035auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:56 [ecarstrade.be] INFO: Scrape type for 6998035auction110994: 0
2026-03-25 01:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998036auction110994
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998036auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:57 [ecarstrade.be] INFO: Scrape type for 6998036auction110994: 0
2026-03-25 01:45:57 [ecarstrade.be] INFO: Found listing with ID: 6998037auction110994
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998037auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:57 [ecarstrade.be] INFO: Scrape type for 6998037auction110994: 0
2026-03-25 01:45:57 [ecarstrade.be] INFO: Found listing with ID: 6998038auction110994
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998038auction110994%27 HTTP/1.1" 200 None
2026-03-25 01:45:57 [ecarstrade.be] INFO: Scrape type for 6998038auction110994: 0
2026-03-25 01:45:57 [ecarstrade.be] INFO: Found listing with ID: 6998079auction110995
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998079auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:45:57 [ecarstrade.be] INFO: Scrape type for 6998079auction110995: 0
2026-03-25 01:45:57 [ecarstrade.be] INFO: Found listing with ID: 6998080auction110995
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998080auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:45:57 [ecarstrade.be] INFO: Scrape type for 6998080auction110995: 0
2026-03-25 01:45:57 [ecarstrade.be] INFO: Found listing with ID: 6998081auction110995
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998081auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:45:57 [ecarstrade.be] INFO: Scrape type for 6998081auction110995: 0
2026-03-25 01:45:57 [ecarstrade.be] INFO: Found listing with ID: 6998083auction110995
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998083auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:45:57 [ecarstrade.be] INFO: Scrape type for 6998083auction110995: 0
2026-03-25 01:45:57 [ecarstrade.be] INFO: Found listing with ID: 6998084auction110995
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998084auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:45:57 [ecarstrade.be] INFO: Scrape type for 6998084auction110995: 0
2026-03-25 01:45:57 [ecarstrade.be] INFO: Found listing with ID: 6998085auction110995
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998085auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:45:57 [ecarstrade.be] INFO: Scrape type for 6998085auction110995: 0
2026-03-25 01:45:57 [ecarstrade.be] INFO: Found listing with ID: 6998086auction110995
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998086auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:45:57 [ecarstrade.be] INFO: Scrape type for 6998086auction110995: 0
2026-03-25 01:45:57 [ecarstrade.be] INFO: Found listing with ID: 6998087auction110995
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998087auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:45:57 [ecarstrade.be] INFO: Scrape type for 6998087auction110995: 0
2026-03-25 01:45:57 [ecarstrade.be] INFO: Found listing with ID: 6998088auction110995
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998088auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:45:57 [ecarstrade.be] INFO: Scrape type for 6998088auction110995: 0
2026-03-25 01:45:57 [ecarstrade.be] INFO: Found listing with ID: 6998089auction110995
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998089auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:45:57 [ecarstrade.be] INFO: Scrape type for 6998089auction110995: 0
2026-03-25 01:45:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:46:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:46:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:46:03 [ecarstrade.be] INFO: Found listing with ID: 6998090auction110995
2026-03-25 01:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998090auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:03 [ecarstrade.be] INFO: Scrape type for 6998090auction110995: 0
2026-03-25 01:46:03 [ecarstrade.be] INFO: Found listing with ID: 6998091auction110995
2026-03-25 01:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998091auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:03 [ecarstrade.be] INFO: Scrape type for 6998091auction110995: 0
2026-03-25 01:46:03 [ecarstrade.be] INFO: Found listing with ID: 6998092auction110995
2026-03-25 01:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998092auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998092auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998093auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998093auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998093auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998094auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998094auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998094auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998095auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998095auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998095auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998096auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998096auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998096auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998097auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998097auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998097auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998098auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998098auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998098auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998099auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998099auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998099auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998100auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998100auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998100auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998101auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998101auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998101auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998102auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998102auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998102auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998103auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998103auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998103auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998104auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998104auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998104auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998105auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998105auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998105auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998106auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998106auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998106auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998107auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998107auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998107auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998108auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998108auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998108auction110995: 0
2026-03-25 01:46:04 [ecarstrade.be] INFO: Found listing with ID: 6998109auction110995
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998109auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:04 [ecarstrade.be] INFO: Scrape type for 6998109auction110995: 0
2026-03-25 01:46:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:46:06 [scrapy.extensions.logstats] INFO: Crawled 128 pages (at 7 pages/min), scraped 45 items (at 0 items/min)
2026-03-25 01:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 341MiB
2026-03-25 01:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998110auction110995
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998110auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998110auction110995: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998111auction110995
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998111auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998111auction110995: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998112auction110995
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998112auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998112auction110995: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998113auction110995
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998113auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998113auction110995: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998114auction110995
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998114auction110995%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998114auction110995: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998152auction110996
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998152auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998152auction110996: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998153auction110996
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998153auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998153auction110996: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998154auction110996
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998154auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998154auction110996: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998155auction110996
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998155auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998155auction110996: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998156auction110996
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998156auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998156auction110996: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998157auction110996
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998157auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998157auction110996: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998158auction110996
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998158auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998158auction110996: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998159auction110996
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998159auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998159auction110996: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998160auction110996
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998160auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998160auction110996: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998161auction110996
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998161auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998161auction110996: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998162auction110996
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998162auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998162auction110996: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998163auction110996
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998163auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:11 [ecarstrade.be] INFO: Scrape type for 6998163auction110996: 0
2026-03-25 01:46:11 [ecarstrade.be] INFO: Found listing with ID: 6998164auction110996
2026-03-25 01:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998164auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:12 [ecarstrade.be] INFO: Scrape type for 6998164auction110996: 0
2026-03-25 01:46:12 [ecarstrade.be] INFO: Found listing with ID: 6998165auction110996
2026-03-25 01:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998165auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:12 [ecarstrade.be] INFO: Scrape type for 6998165auction110996: 0
2026-03-25 01:46:12 [ecarstrade.be] INFO: Found listing with ID: 6998166auction110996
2026-03-25 01:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998166auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:12 [ecarstrade.be] INFO: Scrape type for 6998166auction110996: 0
2026-03-25 01:46:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page84?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998167auction110996
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998167auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:19 [ecarstrade.be] INFO: Scrape type for 6998167auction110996: 0
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998168auction110996
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998168auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:19 [ecarstrade.be] INFO: Scrape type for 6998168auction110996: 0
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998169auction110996
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998169auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:19 [ecarstrade.be] INFO: Scrape type for 6998169auction110996: 0
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998170auction110996
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998170auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:19 [ecarstrade.be] INFO: Scrape type for 6998170auction110996: 0
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998171auction110996
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998171auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:19 [ecarstrade.be] INFO: Scrape type for 6998171auction110996: 0
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998172auction110996
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998172auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:19 [ecarstrade.be] INFO: Scrape type for 6998172auction110996: 0
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998173auction110996
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998173auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:19 [ecarstrade.be] INFO: Scrape type for 6998173auction110996: 0
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998174auction110996
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998174auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:19 [ecarstrade.be] INFO: Scrape type for 6998174auction110996: 0
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998175auction110996
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998175auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:19 [ecarstrade.be] INFO: Scrape type for 6998175auction110996: 0
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998176auction110996
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998176auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:19 [ecarstrade.be] INFO: Scrape type for 6998176auction110996: 0
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998177auction110996
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998177auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:19 [ecarstrade.be] INFO: Scrape type for 6998177auction110996: 0
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998178auction110996
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998178auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:19 [ecarstrade.be] INFO: Scrape type for 6998178auction110996: 0
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998179auction110996
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998179auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:19 [ecarstrade.be] INFO: Scrape type for 6998179auction110996: 0
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998180auction110996
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998180auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:19 [ecarstrade.be] INFO: Scrape type for 6998180auction110996: 0
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998181auction110996
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998181auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:19 [ecarstrade.be] INFO: Scrape type for 6998181auction110996: 0
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998182auction110996
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998182auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:19 [ecarstrade.be] INFO: Scrape type for 6998182auction110996: 0
2026-03-25 01:46:19 [ecarstrade.be] INFO: Found listing with ID: 6998183auction110996
2026-03-25 01:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998183auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:20 [ecarstrade.be] INFO: Scrape type for 6998183auction110996: 0
2026-03-25 01:46:20 [ecarstrade.be] INFO: Found listing with ID: 6998184auction110996
2026-03-25 01:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998184auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:20 [ecarstrade.be] INFO: Scrape type for 6998184auction110996: 0
2026-03-25 01:46:20 [ecarstrade.be] INFO: Found listing with ID: 6998185auction110996
2026-03-25 01:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998185auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:20 [ecarstrade.be] INFO: Scrape type for 6998185auction110996: 0
2026-03-25 01:46:20 [ecarstrade.be] INFO: Found listing with ID: 6998186auction110996
2026-03-25 01:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998186auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:20 [ecarstrade.be] INFO: Scrape type for 6998186auction110996: 0
2026-03-25 01:46:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:46:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page85?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page84?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998187auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998187auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998187auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998188auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998188auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998188auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998189auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998189auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998189auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998190auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998190auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998190auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998191auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998191auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998191auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998192auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998192auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998192auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998193auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998193auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998193auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998194auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998194auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998194auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998195auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998195auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998195auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998196auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998196auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998196auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998197auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998197auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998197auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998198auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998198auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998198auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998199auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998199auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998199auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998201auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998201auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998201auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998202auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998202auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998202auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998203auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998203auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998203auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998204auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998204auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998204auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998205auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998205auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998205auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998206auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998206auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998206auction110996: 0
2026-03-25 01:46:26 [ecarstrade.be] INFO: Found listing with ID: 6998207auction110996
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998207auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:26 [ecarstrade.be] INFO: Scrape type for 6998207auction110996: 0
2026-03-25 01:46:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page86?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page85?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998208auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998208auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998208auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998209auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998209auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998209auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998210auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998210auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998210auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998211auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998211auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998211auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998212auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998212auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998212auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998213auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998213auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998213auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998214auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998214auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998214auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998215auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998215auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998215auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998216auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998216auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998216auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998217auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998217auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998217auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998218auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998218auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998218auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998219auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998219auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998219auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998220auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998220auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998220auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998221auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998221auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998221auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998222auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998222auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998222auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998223auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998223auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998223auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998224auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998224auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998224auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998225auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998225auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998225auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998226auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998226auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998226auction110996: 0
2026-03-25 01:46:32 [ecarstrade.be] INFO: Found listing with ID: 6998227auction110996
2026-03-25 01:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998227auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:46:32 [ecarstrade.be] INFO: Scrape type for 6998227auction110996: 0
2026-03-25 01:46:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:47:06 [scrapy.extensions.logstats] INFO: Crawled 132 pages (at 4 pages/min), scraped 45 items (at 0 items/min)
2026-03-25 01:47:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 341MiB
2026-03-25 01:47:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page87?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page86?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found listing with ID: 6998228auction110996
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998228auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:47:09 [ecarstrade.be] INFO: Scrape type for 6998228auction110996: 0
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found listing with ID: 6998229auction110996
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998229auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:47:09 [ecarstrade.be] INFO: Scrape type for 6998229auction110996: 0
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found listing with ID: 6998230auction110996
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998230auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:47:09 [ecarstrade.be] INFO: Scrape type for 6998230auction110996: 0
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found listing with ID: 6998231auction110996
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998231auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:47:09 [ecarstrade.be] INFO: Scrape type for 6998231auction110996: 0
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found listing with ID: 6998232auction110996
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998232auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:47:09 [ecarstrade.be] INFO: Scrape type for 6998232auction110996: 0
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found listing with ID: 6998233auction110996
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998233auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:47:09 [ecarstrade.be] INFO: Scrape type for 6998233auction110996: 0
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found listing with ID: 6998234auction110996
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998234auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:47:09 [ecarstrade.be] INFO: Scrape type for 6998234auction110996: 0
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found listing with ID: 6998235auction110996
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998235auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:47:09 [ecarstrade.be] INFO: Scrape type for 6998235auction110996: 0
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found listing with ID: 6998236auction110996
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998236auction110996%27 HTTP/1.1" 200 None
2026-03-25 01:47:09 [ecarstrade.be] INFO: Scrape type for 6998236auction110996: 0
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found listing with ID: 6996665auction110975
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996665auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:09 [ecarstrade.be] INFO: Scrape type for 6996665auction110975: 0
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found listing with ID: 6996627auction110975
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996627auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:09 [ecarstrade.be] INFO: Scrape type for 6996627auction110975: 0
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found listing with ID: 6996614auction110975
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996614auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:09 [ecarstrade.be] INFO: Scrape type for 6996614auction110975: 0
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found listing with ID: 6996608auction110975
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996608auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:09 [ecarstrade.be] INFO: Scrape type for 6996608auction110975: 0
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found listing with ID: 6996671auction110975
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996671auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:09 [ecarstrade.be] INFO: Scrape type for 6996671auction110975: 0
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found listing with ID: 6996757auction110975
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996757auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:09 [ecarstrade.be] INFO: Scrape type for 6996757auction110975: 0
2026-03-25 01:47:09 [ecarstrade.be] INFO: Found listing with ID: 6996764auction110975
2026-03-25 01:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996764auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:10 [ecarstrade.be] INFO: Scrape type for 6996764auction110975: 0
2026-03-25 01:47:10 [ecarstrade.be] INFO: Found listing with ID: 6996786auction110975
2026-03-25 01:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996786auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:10 [ecarstrade.be] INFO: Scrape type for 6996786auction110975: 0
2026-03-25 01:47:10 [ecarstrade.be] INFO: Found listing with ID: 6996760auction110975
2026-03-25 01:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996760auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:10 [ecarstrade.be] INFO: Scrape type for 6996760auction110975: 0
2026-03-25 01:47:10 [ecarstrade.be] INFO: Found listing with ID: 6996607auction110975
2026-03-25 01:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996607auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:10 [ecarstrade.be] INFO: Scrape type for 6996607auction110975: 0
2026-03-25 01:47:10 [ecarstrade.be] INFO: Found listing with ID: 6996782auction110975
2026-03-25 01:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996782auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:10 [ecarstrade.be] INFO: Scrape type for 6996782auction110975: 0
2026-03-25 01: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-25 01:47:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page88?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page87?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:47:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:47:16 [ecarstrade.be] INFO: Found listing with ID: 6996609auction110975
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996609auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:16 [ecarstrade.be] INFO: Scrape type for 6996609auction110975: 0
2026-03-25 01:47:16 [ecarstrade.be] INFO: Found listing with ID: 6996761auction110975
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996761auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:16 [ecarstrade.be] INFO: Scrape type for 6996761auction110975: 0
2026-03-25 01:47:16 [ecarstrade.be] INFO: Found listing with ID: 6996580auction110974
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996580auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:47:16 [ecarstrade.be] INFO: Scrape type for 6996580auction110974: 0
2026-03-25 01:47:16 [ecarstrade.be] INFO: Found listing with ID: 6996783auction110975
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996783auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:16 [ecarstrade.be] INFO: Scrape type for 6996783auction110975: 0
2026-03-25 01:47:16 [ecarstrade.be] INFO: Found listing with ID: 6996772auction110975
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996772auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:16 [ecarstrade.be] INFO: Scrape type for 6996772auction110975: 0
2026-03-25 01:47:16 [ecarstrade.be] INFO: Found listing with ID: 6996658auction110975
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996658auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:16 [ecarstrade.be] INFO: Scrape type for 6996658auction110975: 0
2026-03-25 01:47:16 [ecarstrade.be] INFO: Found listing with ID: 6996612auction110975
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996612auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:16 [ecarstrade.be] INFO: Scrape type for 6996612auction110975: 0
2026-03-25 01:47:16 [ecarstrade.be] INFO: Found listing with ID: 6996651auction110975
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996651auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:16 [ecarstrade.be] INFO: Scrape type for 6996651auction110975: 0
2026-03-25 01:47:16 [ecarstrade.be] INFO: Found listing with ID: 6996774auction110975
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996774auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:16 [ecarstrade.be] INFO: Scrape type for 6996774auction110975: 0
2026-03-25 01:47:16 [ecarstrade.be] INFO: Found listing with ID: 6996754auction110975
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996754auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:16 [ecarstrade.be] INFO: Scrape type for 6996754auction110975: 0
2026-03-25 01:47:16 [ecarstrade.be] INFO: Found listing with ID: 6996785auction110975
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996785auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:16 [ecarstrade.be] INFO: Scrape type for 6996785auction110975: 0
2026-03-25 01:47:16 [ecarstrade.be] INFO: Found listing with ID: 6996638auction110975
2026-03-25 01:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996638auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:17 [ecarstrade.be] INFO: Scrape type for 6996638auction110975: 0
2026-03-25 01:47:17 [ecarstrade.be] INFO: Found listing with ID: 6996672auction110975
2026-03-25 01:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996672auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:17 [ecarstrade.be] INFO: Scrape type for 6996672auction110975: 0
2026-03-25 01:47:17 [ecarstrade.be] INFO: Found listing with ID: 6996660auction110975
2026-03-25 01:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996660auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:17 [ecarstrade.be] INFO: Scrape type for 6996660auction110975: 0
2026-03-25 01:47:17 [ecarstrade.be] INFO: Found listing with ID: 6996622auction110975
2026-03-25 01:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996622auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:17 [ecarstrade.be] INFO: Scrape type for 6996622auction110975: 0
2026-03-25 01:47:17 [ecarstrade.be] INFO: Found listing with ID: 6996652auction110975
2026-03-25 01:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996652auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:17 [ecarstrade.be] INFO: Scrape type for 6996652auction110975: 0
2026-03-25 01:47:17 [ecarstrade.be] INFO: Found listing with ID: 6996753auction110975
2026-03-25 01:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996753auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:17 [ecarstrade.be] INFO: Scrape type for 6996753auction110975: 0
2026-03-25 01:47:17 [ecarstrade.be] INFO: Found listing with ID: 6996613auction110975
2026-03-25 01:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996613auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:17 [ecarstrade.be] INFO: Scrape type for 6996613auction110975: 0
2026-03-25 01:47:17 [ecarstrade.be] INFO: Found listing with ID: 6996662auction110975
2026-03-25 01:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996662auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:17 [ecarstrade.be] INFO: Scrape type for 6996662auction110975: 0
2026-03-25 01:47:17 [ecarstrade.be] INFO: Found listing with ID: 6996752auction110975
2026-03-25 01:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996752auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:17 [ecarstrade.be] INFO: Scrape type for 6996752auction110975: 0
2026-03-25 01: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-25 01:47:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page89?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page88?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996596auction110974
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996596auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996596auction110974: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996771auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996771auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996771auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996675auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996675auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996675auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996669auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996669auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996669auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996773auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996773auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996773auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996605auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996605auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996605auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996667auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996667auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996667auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996666auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996666auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996666auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996750auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996750auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996750auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996643auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996643auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996643auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996659auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996659auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996659auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996600auction110974
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996600auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996600auction110974: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996779auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996779auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996779auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996777auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996777auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996777auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996611auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996611auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996611auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996650auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996650auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996650auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996655auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996655auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996655auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996727auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996727auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996727auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996673auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996673auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996673auction110975: 0
2026-03-25 01:47:55 [ecarstrade.be] INFO: Found listing with ID: 6996763auction110975
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996763auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:47:55 [ecarstrade.be] INFO: Scrape type for 6996763auction110975: 0
2026-03-25 01:47:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:48:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page89?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:48:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:48:01 [ecarstrade.be] INFO: Found listing with ID: 6996778auction110975
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996778auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:01 [ecarstrade.be] INFO: Scrape type for 6996778auction110975: 0
2026-03-25 01:48:01 [ecarstrade.be] INFO: Found listing with ID: 6996606auction110975
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996606auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:01 [ecarstrade.be] INFO: Scrape type for 6996606auction110975: 0
2026-03-25 01:48:01 [ecarstrade.be] INFO: Found listing with ID: 6996670auction110975
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996670auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:01 [ecarstrade.be] INFO: Scrape type for 6996670auction110975: 0
2026-03-25 01:48:01 [ecarstrade.be] INFO: Found listing with ID: 6996582auction110974
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996582auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:01 [ecarstrade.be] INFO: Scrape type for 6996582auction110974: 0
2026-03-25 01:48:01 [ecarstrade.be] INFO: Found listing with ID: 6996682auction110975
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996682auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:01 [ecarstrade.be] INFO: Scrape type for 6996682auction110975: 0
2026-03-25 01:48:01 [ecarstrade.be] INFO: Found listing with ID: 6996616auction110975
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996616auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:01 [ecarstrade.be] INFO: Scrape type for 6996616auction110975: 0
2026-03-25 01:48:01 [ecarstrade.be] INFO: Found listing with ID: 6996664auction110975
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996664auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:01 [ecarstrade.be] INFO: Scrape type for 6996664auction110975: 0
2026-03-25 01:48:01 [ecarstrade.be] INFO: Found listing with ID: 6996731auction110975
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996731auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:01 [ecarstrade.be] INFO: Scrape type for 6996731auction110975: 0
2026-03-25 01:48:01 [ecarstrade.be] INFO: Found listing with ID: 6996657auction110975
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996657auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:01 [ecarstrade.be] INFO: Scrape type for 6996657auction110975: 0
2026-03-25 01:48:01 [ecarstrade.be] INFO: Found listing with ID: 6996603auction110974
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996603auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:02 [ecarstrade.be] INFO: Scrape type for 6996603auction110974: 0
2026-03-25 01:48:02 [ecarstrade.be] INFO: Found listing with ID: 6996615auction110975
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996615auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:02 [ecarstrade.be] INFO: Scrape type for 6996615auction110975: 0
2026-03-25 01:48:02 [ecarstrade.be] INFO: Found listing with ID: 6996648auction110975
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996648auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:02 [ecarstrade.be] INFO: Scrape type for 6996648auction110975: 0
2026-03-25 01:48:02 [ecarstrade.be] INFO: Found listing with ID: 6996663auction110975
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996663auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:02 [ecarstrade.be] INFO: Scrape type for 6996663auction110975: 0
2026-03-25 01:48:02 [ecarstrade.be] INFO: Found listing with ID: 6996679auction110975
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996679auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:02 [ecarstrade.be] INFO: Scrape type for 6996679auction110975: 0
2026-03-25 01:48:02 [ecarstrade.be] INFO: Found listing with ID: 6996765auction110975
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996765auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:02 [ecarstrade.be] INFO: Scrape type for 6996765auction110975: 0
2026-03-25 01:48:02 [ecarstrade.be] INFO: Found listing with ID: 6996759auction110975
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996759auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:02 [ecarstrade.be] INFO: Scrape type for 6996759auction110975: 0
2026-03-25 01:48:02 [ecarstrade.be] INFO: Found listing with ID: 6996653auction110975
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996653auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:02 [ecarstrade.be] INFO: Scrape type for 6996653auction110975: 0
2026-03-25 01:48:02 [ecarstrade.be] INFO: Found listing with ID: 6996686auction110975
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996686auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:02 [ecarstrade.be] INFO: Scrape type for 6996686auction110975: 0
2026-03-25 01:48:02 [ecarstrade.be] INFO: Found listing with ID: 6996646auction110975
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996646auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:02 [ecarstrade.be] INFO: Scrape type for 6996646auction110975: 0
2026-03-25 01:48:02 [ecarstrade.be] INFO: Found listing with ID: 6996625auction110975
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996625auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:02 [ecarstrade.be] INFO: Scrape type for 6996625auction110975: 0
2026-03-25 01:48:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:48:06 [scrapy.extensions.logstats] INFO: Crawled 136 pages (at 4 pages/min), scraped 45 items (at 0 items/min)
2026-03-25 01:48:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 341MiB
2026-03-25 01:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:48:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:48:08 [ecarstrade.be] INFO: Found listing with ID: 6996768auction110975
2026-03-25 01:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996768auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:08 [ecarstrade.be] INFO: Scrape type for 6996768auction110975: 0
2026-03-25 01:48:08 [ecarstrade.be] INFO: Found listing with ID: 6996770auction110975
2026-03-25 01:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996770auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:08 [ecarstrade.be] INFO: Scrape type for 6996770auction110975: 0
2026-03-25 01:48:08 [ecarstrade.be] INFO: Found listing with ID: 6996647auction110975
2026-03-25 01:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996647auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:08 [ecarstrade.be] INFO: Scrape type for 6996647auction110975: 0
2026-03-25 01:48:08 [ecarstrade.be] INFO: Found listing with ID: 6996780auction110975
2026-03-25 01:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996780auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:08 [ecarstrade.be] INFO: Scrape type for 6996780auction110975: 0
2026-03-25 01:48:08 [ecarstrade.be] INFO: Found listing with ID: 6996641auction110975
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996641auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:09 [ecarstrade.be] INFO: Scrape type for 6996641auction110975: 0
2026-03-25 01:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996701auction110975
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996701auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:09 [ecarstrade.be] INFO: Scrape type for 6996701auction110975: 0
2026-03-25 01:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996709auction110975
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996709auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:09 [ecarstrade.be] INFO: Scrape type for 6996709auction110975: 0
2026-03-25 01:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996784auction110975
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996784auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:09 [ecarstrade.be] INFO: Scrape type for 6996784auction110975: 0
2026-03-25 01:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996645auction110975
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996645auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:09 [ecarstrade.be] INFO: Scrape type for 6996645auction110975: 0
2026-03-25 01:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996574auction110974
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996574auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:09 [ecarstrade.be] INFO: Scrape type for 6996574auction110974: 0
2026-03-25 01:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996751auction110975
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996751auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:09 [ecarstrade.be] INFO: Scrape type for 6996751auction110975: 0
2026-03-25 01:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996725auction110975
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996725auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:09 [ecarstrade.be] INFO: Scrape type for 6996725auction110975: 0
2026-03-25 01:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996592auction110974
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996592auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:09 [ecarstrade.be] INFO: Scrape type for 6996592auction110974: 0
2026-03-25 01:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996661auction110975
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996661auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:09 [ecarstrade.be] INFO: Scrape type for 6996661auction110975: 0
2026-03-25 01:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996742auction110975
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996742auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:09 [ecarstrade.be] INFO: Scrape type for 6996742auction110975: 0
2026-03-25 01:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996599auction110974
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996599auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:09 [ecarstrade.be] INFO: Scrape type for 6996599auction110974: 0
2026-03-25 01:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996746auction110975
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996746auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:09 [ecarstrade.be] INFO: Scrape type for 6996746auction110975: 0
2026-03-25 01:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996639auction110975
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996639auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:09 [ecarstrade.be] INFO: Scrape type for 6996639auction110975: 0
2026-03-25 01:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996758auction110975
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996758auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:09 [ecarstrade.be] INFO: Scrape type for 6996758auction110975: 0
2026-03-25 01:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996767auction110975
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996767auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:09 [ecarstrade.be] INFO: Scrape type for 6996767auction110975: 0
2026-03-25 01:48:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page92?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996635auction110975
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996635auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:15 [ecarstrade.be] INFO: Scrape type for 6996635auction110975: 0
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996726auction110975
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996726auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:15 [ecarstrade.be] INFO: Scrape type for 6996726auction110975: 0
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996593auction110974
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996593auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:15 [ecarstrade.be] INFO: Scrape type for 6996593auction110974: 0
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996744auction110975
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996744auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:15 [ecarstrade.be] INFO: Scrape type for 6996744auction110975: 0
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996756auction110975
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996756auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:15 [ecarstrade.be] INFO: Scrape type for 6996756auction110975: 0
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996602auction110974
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996602auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:15 [ecarstrade.be] INFO: Scrape type for 6996602auction110974: 0
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996718auction110975
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996718auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:15 [ecarstrade.be] INFO: Scrape type for 6996718auction110975: 0
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996626auction110975
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996626auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:15 [ecarstrade.be] INFO: Scrape type for 6996626auction110975: 0
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996668auction110975
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996668auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:15 [ecarstrade.be] INFO: Scrape type for 6996668auction110975: 0
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996693auction110975
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996693auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:15 [ecarstrade.be] INFO: Scrape type for 6996693auction110975: 0
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996766auction110975
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996766auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:15 [ecarstrade.be] INFO: Scrape type for 6996766auction110975: 0
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996581auction110974
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996581auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:15 [ecarstrade.be] INFO: Scrape type for 6996581auction110974: 0
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996628auction110975
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996628auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:15 [ecarstrade.be] INFO: Scrape type for 6996628auction110975: 0
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996656auction110975
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996656auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:15 [ecarstrade.be] INFO: Scrape type for 6996656auction110975: 0
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996678auction110975
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996678auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:15 [ecarstrade.be] INFO: Scrape type for 6996678auction110975: 0
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996704auction110975
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996704auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:15 [ecarstrade.be] INFO: Scrape type for 6996704auction110975: 0
2026-03-25 01:48:15 [ecarstrade.be] INFO: Found listing with ID: 6996741auction110975
2026-03-25 01:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996741auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:16 [ecarstrade.be] INFO: Scrape type for 6996741auction110975: 0
2026-03-25 01:48:16 [ecarstrade.be] INFO: Found listing with ID: 6996776auction110975
2026-03-25 01:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996776auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:16 [ecarstrade.be] INFO: Scrape type for 6996776auction110975: 0
2026-03-25 01:48:16 [ecarstrade.be] INFO: Found listing with ID: 6996620auction110975
2026-03-25 01:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996620auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:16 [ecarstrade.be] INFO: Scrape type for 6996620auction110975: 0
2026-03-25 01:48:16 [ecarstrade.be] INFO: Found listing with ID: 6996674auction110975
2026-03-25 01:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996674auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:16 [ecarstrade.be] INFO: Scrape type for 6996674auction110975: 0
2026-03-25 01:48:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:48:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page93?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page92?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996706auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996706auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996706auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996707auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996707auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996707auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996583auction110974
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996583auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996583auction110974: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996636auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996636auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996636auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996676auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996676auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996676auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996703auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996703auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996703auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996724auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996724auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996724auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996748auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996748auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996748auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996590auction110974
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996590auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996590auction110974: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996730auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996730auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996730auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996624auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996624auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996624auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996683auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996683auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996683auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996689auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996689auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996689auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996719auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996719auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996719auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996617auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996617auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996617auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996691auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996691auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996691auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996634auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996634auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996634auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996690auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996690auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996690auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996702auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996702auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996702auction110975: 0
2026-03-25 01:48:22 [ecarstrade.be] INFO: Found listing with ID: 6996723auction110975
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996723auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:22 [ecarstrade.be] INFO: Scrape type for 6996723auction110975: 0
2026-03-25 01:48:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page94?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page93?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996743auction110975
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996743auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996743auction110975: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996567auction110974
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996567auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996567auction110974: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996591auction110974
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996591auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996591auction110974: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996621auction110975
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996621auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996621auction110975: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996734auction110975
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996734auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996734auction110975: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996687auction110975
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996687auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996687auction110975: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996729auction110975
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996729auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996729auction110975: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996740auction110975
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996740auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996740auction110975: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996598auction110974
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996598auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996598auction110974: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996677auction110975
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996677auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996677auction110975: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996680auction110975
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996680auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996680auction110975: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996698auction110975
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996698auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996698auction110975: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996712auction110975
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996712auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996712auction110975: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996681auction110975
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996681auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996681auction110975: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996715auction110975
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996715auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996715auction110975: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996716auction110975
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996716auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996716auction110975: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996566auction110974
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996566auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996566auction110974: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996577auction110974
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996577auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996577auction110974: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996644auction110975
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996644auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996644auction110975: 0
2026-03-25 01:48:29 [ecarstrade.be] INFO: Found listing with ID: 6996713auction110975
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996713auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:29 [ecarstrade.be] INFO: Scrape type for 6996713auction110975: 0
2026-03-25 01:48:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:48:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page95?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page94?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:48:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:48:38 [ecarstrade.be] INFO: Found listing with ID: 6996586auction110974
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996586auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:38 [ecarstrade.be] INFO: Scrape type for 6996586auction110974: 0
2026-03-25 01:48:38 [ecarstrade.be] INFO: Found listing with ID: 6996694auction110975
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996694auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:38 [ecarstrade.be] INFO: Scrape type for 6996694auction110975: 0
2026-03-25 01:48:38 [ecarstrade.be] INFO: Found listing with ID: 6996739auction110975
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996739auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:38 [ecarstrade.be] INFO: Scrape type for 6996739auction110975: 0
2026-03-25 01:48:38 [ecarstrade.be] INFO: Found listing with ID: 6996720auction110975
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996720auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:38 [ecarstrade.be] INFO: Scrape type for 6996720auction110975: 0
2026-03-25 01:48:38 [ecarstrade.be] INFO: Found listing with ID: 6996623auction110975
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996623auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:38 [ecarstrade.be] INFO: Scrape type for 6996623auction110975: 0
2026-03-25 01:48:38 [ecarstrade.be] INFO: Found listing with ID: 6996732auction110975
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996732auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:38 [ecarstrade.be] INFO: Scrape type for 6996732auction110975: 0
2026-03-25 01:48:38 [ecarstrade.be] INFO: Found listing with ID: 6996733auction110975
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996733auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:38 [ecarstrade.be] INFO: Scrape type for 6996733auction110975: 0
2026-03-25 01:48:38 [ecarstrade.be] INFO: Found listing with ID: 6996601auction110974
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996601auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:38 [ecarstrade.be] INFO: Scrape type for 6996601auction110974: 0
2026-03-25 01:48:38 [ecarstrade.be] INFO: Found listing with ID: 6996619auction110975
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996619auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:38 [ecarstrade.be] INFO: Scrape type for 6996619auction110975: 0
2026-03-25 01:48:38 [ecarstrade.be] INFO: Found listing with ID: 6996684auction110975
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996684auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:38 [ecarstrade.be] INFO: Scrape type for 6996684auction110975: 0
2026-03-25 01:48:38 [ecarstrade.be] INFO: Found listing with ID: 6996568auction110974
2026-03-25 01:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996568auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:39 [ecarstrade.be] INFO: Scrape type for 6996568auction110974: 0
2026-03-25 01:48:39 [ecarstrade.be] INFO: Found listing with ID: 6996633auction110975
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996633auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:39 [ecarstrade.be] INFO: Scrape type for 6996633auction110975: 0
2026-03-25 01:48:39 [ecarstrade.be] INFO: Found listing with ID: 6996722auction110975
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996722auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:39 [ecarstrade.be] INFO: Scrape type for 6996722auction110975: 0
2026-03-25 01:48:39 [ecarstrade.be] INFO: Found listing with ID: 6996585auction110974
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996585auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:39 [ecarstrade.be] INFO: Scrape type for 6996585auction110974: 0
2026-03-25 01:48:39 [ecarstrade.be] INFO: Found listing with ID: 6996588auction110974
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996588auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:39 [ecarstrade.be] INFO: Scrape type for 6996588auction110974: 0
2026-03-25 01:48:39 [ecarstrade.be] INFO: Found listing with ID: 6996630auction110975
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996630auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:39 [ecarstrade.be] INFO: Scrape type for 6996630auction110975: 0
2026-03-25 01:48:39 [ecarstrade.be] INFO: Found listing with ID: 6996737auction110975
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996737auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:39 [ecarstrade.be] INFO: Scrape type for 6996737auction110975: 0
2026-03-25 01:48:39 [ecarstrade.be] INFO: Found listing with ID: 6996569auction110974
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996569auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:39 [ecarstrade.be] INFO: Scrape type for 6996569auction110974: 0
2026-03-25 01:48:39 [ecarstrade.be] INFO: Found listing with ID: 6996745auction110975
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996745auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:39 [ecarstrade.be] INFO: Scrape type for 6996745auction110975: 0
2026-03-25 01:48:39 [ecarstrade.be] INFO: Found listing with ID: 6996629auction110975
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996629auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:39 [ecarstrade.be] INFO: Scrape type for 6996629auction110975: 0
2026-03-25 01:48:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:48:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page96?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page95?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996699auction110975
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996699auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996699auction110975: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996710auction110975
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996710auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996710auction110975: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996640auction110975
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996640auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996640auction110975: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996736auction110975
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996736auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996736auction110975: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996728auction110975
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996728auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996728auction110975: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996573auction110974
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996573auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996573auction110974: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996578auction110974
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996578auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996578auction110974: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996714auction110975
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996714auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996714auction110975: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996565auction110974
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996565auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996565auction110974: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996587auction110974
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996587auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996587auction110974: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996708auction110975
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996708auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996708auction110975: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996747auction110975
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996747auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996747auction110975: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996572auction110974
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996572auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996572auction110974: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996594auction110974
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996594auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996594auction110974: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996749auction110975
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996749auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996749auction110975: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996696auction110975
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996696auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996696auction110975: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996570auction110974
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996570auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996570auction110974: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996700auction110975
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996700auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996700auction110975: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996575auction110974
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996575auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996575auction110974: 0
2026-03-25 01:48:45 [ecarstrade.be] INFO: Found listing with ID: 6996738auction110975
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996738auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:45 [ecarstrade.be] INFO: Scrape type for 6996738auction110975: 0
2026-03-25 01:48:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page96?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6996595auction110974
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996595auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6996595auction110974: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6996632auction110975
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996632auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6996632auction110975: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6996688auction110975
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996688auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6996688auction110975: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6996584auction110974
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996584auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6996584auction110974: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6996695auction110975
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996695auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6996695auction110975: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6996579auction110974
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996579auction110974%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6996579auction110974: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6996697auction110975
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996697auction110975%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6996697auction110975: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6997782auction110991
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997782auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6997782auction110991: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6997783auction110991
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997783auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6997783auction110991: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6997784auction110991
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997784auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6997784auction110991: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6997785auction110991
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997785auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6997785auction110991: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6997786auction110991
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997786auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6997786auction110991: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6997787auction110991
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997787auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6997787auction110991: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6997788auction110991
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997788auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6997788auction110991: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6997789auction110991
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997789auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6997789auction110991: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6997790auction110991
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997790auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6997790auction110991: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6997791auction110991
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997791auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6997791auction110991: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6997792auction110991
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997792auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6997792auction110991: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6997793auction110991
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997793auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6997793auction110991: 0
2026-03-25 01:48:53 [ecarstrade.be] INFO: Found listing with ID: 6997794auction110991
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997794auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:48:53 [ecarstrade.be] INFO: Scrape type for 6997794auction110991: 0
2026-03-25 01:48:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:49:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997795auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997795auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997795auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997796auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997796auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997796auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997797auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997797auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997797auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997798auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997798auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997798auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997799auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997799auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997799auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997800auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997800auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997800auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997801auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997801auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997801auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997802auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997802auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997802auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997803auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997803auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997803auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997804auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997804auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997804auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997805auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997805auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997805auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997806auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997806auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997806auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997807auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997807auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997807auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997808auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997808auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997808auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997809auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997809auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997809auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997810auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997810auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997810auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997811auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997811auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997811auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997812auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997812auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997812auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997813auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997813auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997813auction110991: 0
2026-03-25 01:49:00 [ecarstrade.be] INFO: Found listing with ID: 6997814auction110991
2026-03-25 01:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997814auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:00 [ecarstrade.be] INFO: Scrape type for 6997814auction110991: 0
2026-03-25 01:49:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:49:06 [scrapy.extensions.logstats] INFO: Crawled 144 pages (at 8 pages/min), scraped 45 items (at 0 items/min)
2026-03-25 01:49:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 341MiB
2026-03-25 01:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997815auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997815auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997815auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997816auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997816auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997816auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997817auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997817auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997817auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997818auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997818auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997818auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997819auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997819auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997819auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997820auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997820auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997820auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997821auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997821auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997821auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997822auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997822auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997822auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997823auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997823auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997823auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997824auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997824auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997824auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997825auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997825auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997825auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997826auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997826auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997826auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997827auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997827auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997827auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997828auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997828auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997828auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997829auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997829auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997829auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997830auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997830auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997830auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997831auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997831auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997831auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997832auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997832auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997832auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997833auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997833auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997833auction110991: 0
2026-03-25 01:49:08 [ecarstrade.be] INFO: Found listing with ID: 6997834auction110991
2026-03-25 01:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997834auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:08 [ecarstrade.be] INFO: Scrape type for 6997834auction110991: 0
2026-03-25 01:49:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:49:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:49:18 [ecarstrade.be] INFO: Found listing with ID: 6997835auction110991
2026-03-25 01:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997835auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:18 [ecarstrade.be] INFO: Scrape type for 6997835auction110991: 0
2026-03-25 01:49:18 [ecarstrade.be] INFO: Found listing with ID: 6997836auction110991
2026-03-25 01:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997836auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:18 [ecarstrade.be] INFO: Scrape type for 6997836auction110991: 0
2026-03-25 01:49:18 [ecarstrade.be] INFO: Found listing with ID: 6997837auction110991
2026-03-25 01:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997837auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:18 [ecarstrade.be] INFO: Scrape type for 6997837auction110991: 0
2026-03-25 01:49:18 [ecarstrade.be] INFO: Found listing with ID: 6997838auction110991
2026-03-25 01:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997838auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:18 [ecarstrade.be] INFO: Scrape type for 6997838auction110991: 0
2026-03-25 01:49:18 [ecarstrade.be] INFO: Found listing with ID: 6997839auction110991
2026-03-25 01:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997839auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:18 [ecarstrade.be] INFO: Scrape type for 6997839auction110991: 0
2026-03-25 01:49:18 [ecarstrade.be] INFO: Found listing with ID: 6997841auction110991
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997841auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:19 [ecarstrade.be] INFO: Scrape type for 6997841auction110991: 0
2026-03-25 01:49:19 [ecarstrade.be] INFO: Found listing with ID: 6997842auction110991
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997842auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:19 [ecarstrade.be] INFO: Scrape type for 6997842auction110991: 0
2026-03-25 01:49:19 [ecarstrade.be] INFO: Found listing with ID: 6997844auction110991
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997844auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:19 [ecarstrade.be] INFO: Scrape type for 6997844auction110991: 0
2026-03-25 01:49:19 [ecarstrade.be] INFO: Found listing with ID: 6997845auction110991
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997845auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:19 [ecarstrade.be] INFO: Scrape type for 6997845auction110991: 0
2026-03-25 01:49:19 [ecarstrade.be] INFO: Found listing with ID: 6997846auction110991
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997846auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:19 [ecarstrade.be] INFO: Scrape type for 6997846auction110991: 0
2026-03-25 01:49:19 [ecarstrade.be] INFO: Found listing with ID: 6997847auction110991
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997847auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:19 [ecarstrade.be] INFO: Scrape type for 6997847auction110991: 0
2026-03-25 01:49:19 [ecarstrade.be] INFO: Found listing with ID: 6997848auction110991
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997848auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:19 [ecarstrade.be] INFO: Scrape type for 6997848auction110991: 0
2026-03-25 01:49:19 [ecarstrade.be] INFO: Found listing with ID: 6997849auction110991
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997849auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:19 [ecarstrade.be] INFO: Scrape type for 6997849auction110991: 0
2026-03-25 01:49:19 [ecarstrade.be] INFO: Found listing with ID: 6997850auction110991
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997850auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:19 [ecarstrade.be] INFO: Scrape type for 6997850auction110991: 0
2026-03-25 01:49:19 [ecarstrade.be] INFO: Found listing with ID: 6997851auction110991
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997851auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:19 [ecarstrade.be] INFO: Scrape type for 6997851auction110991: 0
2026-03-25 01:49:19 [ecarstrade.be] INFO: Found listing with ID: 6997852auction110991
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997852auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:19 [ecarstrade.be] INFO: Scrape type for 6997852auction110991: 0
2026-03-25 01:49:19 [ecarstrade.be] INFO: Found listing with ID: 6997853auction110991
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997853auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:19 [ecarstrade.be] INFO: Scrape type for 6997853auction110991: 0
2026-03-25 01:49:19 [ecarstrade.be] INFO: Found listing with ID: 6997854auction110991
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997854auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:19 [ecarstrade.be] INFO: Scrape type for 6997854auction110991: 0
2026-03-25 01:49:19 [ecarstrade.be] INFO: Found listing with ID: 6997855auction110991
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997855auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:19 [ecarstrade.be] INFO: Scrape type for 6997855auction110991: 0
2026-03-25 01:49:19 [ecarstrade.be] INFO: Found listing with ID: 6997856auction110991
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997856auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:19 [ecarstrade.be] INFO: Scrape type for 6997856auction110991: 0
2026-03-25 01:49:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:49:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6997857auction110991
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997857auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6997857auction110991: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6997859auction110991
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997859auction110991%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6997859auction110991: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6990755auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990755auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6990755auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6990757auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990757auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6990757auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6990808auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990808auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6990808auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6990821auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990821auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6990821auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6990822auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990822auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6990822auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6990847auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990847auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6990847auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6990848auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990848auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6990848auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6990913auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990913auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6990913auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6990966auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990966auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6990966auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6991130auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991130auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6991130auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6991133auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991133auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6991133auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6991134auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991134auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6991134auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6991145auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991145auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6991145auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6991213auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991213auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6991213auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6991214auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991214auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6991214auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6991215auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991215auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6991215auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6991216auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991216auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6991216auction110893: 0
2026-03-25 01:49:25 [ecarstrade.be] INFO: Found listing with ID: 6991217auction110893
2026-03-25 01:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276991217auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:25 [ecarstrade.be] INFO: Scrape type for 6991217auction110893: 0
2026-03-25 01:49:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:49:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:49:31 [ecarstrade.be] INFO: Found listing with ID: 6991223auction110893
2026-03-25 01:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991223auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:31 [ecarstrade.be] INFO: Scrape type for 6991223auction110893: 0
2026-03-25 01:49:31 [ecarstrade.be] INFO: Found listing with ID: 6991225auction110893
2026-03-25 01:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991225auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:31 [ecarstrade.be] INFO: Scrape type for 6991225auction110893: 0
2026-03-25 01:49:31 [ecarstrade.be] INFO: Found listing with ID: 6991227auction110893
2026-03-25 01:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991227auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:31 [ecarstrade.be] INFO: Scrape type for 6991227auction110893: 0
2026-03-25 01:49:31 [ecarstrade.be] INFO: Found listing with ID: 6991613auction110893
2026-03-25 01:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991613auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:31 [ecarstrade.be] INFO: Scrape type for 6991613auction110893: 0
2026-03-25 01:49:31 [ecarstrade.be] INFO: Found listing with ID: 6992185auction110893
2026-03-25 01:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992185auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:31 [ecarstrade.be] INFO: Scrape type for 6992185auction110893: 0
2026-03-25 01:49:31 [ecarstrade.be] INFO: Found listing with ID: 6992186auction110893
2026-03-25 01:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992186auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:32 [ecarstrade.be] INFO: Scrape type for 6992186auction110893: 0
2026-03-25 01:49:32 [ecarstrade.be] INFO: Found listing with ID: 6992187auction110893
2026-03-25 01:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992187auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:32 [ecarstrade.be] INFO: Scrape type for 6992187auction110893: 0
2026-03-25 01:49:32 [ecarstrade.be] INFO: Found listing with ID: 6992188auction110893
2026-03-25 01:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992188auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:32 [ecarstrade.be] INFO: Scrape type for 6992188auction110893: 0
2026-03-25 01:49:32 [ecarstrade.be] INFO: Found listing with ID: 6992189auction110893
2026-03-25 01:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992189auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:32 [ecarstrade.be] INFO: Scrape type for 6992189auction110893: 0
2026-03-25 01:49:32 [ecarstrade.be] INFO: Found listing with ID: 6992190auction110893
2026-03-25 01:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992190auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:32 [ecarstrade.be] INFO: Scrape type for 6992190auction110893: 0
2026-03-25 01:49:32 [ecarstrade.be] INFO: Found listing with ID: 6992191auction110893
2026-03-25 01:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992191auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:32 [ecarstrade.be] INFO: Scrape type for 6992191auction110893: 0
2026-03-25 01:49:32 [ecarstrade.be] INFO: Found listing with ID: 6992224auction110893
2026-03-25 01:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992224auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:32 [ecarstrade.be] INFO: Scrape type for 6992224auction110893: 0
2026-03-25 01:49:32 [ecarstrade.be] INFO: Found listing with ID: 6992227auction110893
2026-03-25 01:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992227auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:32 [ecarstrade.be] INFO: Scrape type for 6992227auction110893: 0
2026-03-25 01:49:32 [ecarstrade.be] INFO: Found listing with ID: 6992229auction110893
2026-03-25 01:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992229auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:32 [ecarstrade.be] INFO: Scrape type for 6992229auction110893: 0
2026-03-25 01:49:32 [ecarstrade.be] INFO: Found listing with ID: 6992530auction110893
2026-03-25 01:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992530auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:32 [ecarstrade.be] INFO: Scrape type for 6992530auction110893: 0
2026-03-25 01:49:32 [ecarstrade.be] INFO: Found listing with ID: 6992532auction110893
2026-03-25 01:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992532auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:32 [ecarstrade.be] INFO: Scrape type for 6992532auction110893: 0
2026-03-25 01:49:32 [ecarstrade.be] INFO: Found listing with ID: 6992533auction110893
2026-03-25 01:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992533auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:32 [ecarstrade.be] INFO: Scrape type for 6992533auction110893: 0
2026-03-25 01:49:32 [ecarstrade.be] INFO: Found listing with ID: 6992534auction110893
2026-03-25 01:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992534auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:32 [ecarstrade.be] INFO: Scrape type for 6992534auction110893: 0
2026-03-25 01:49:32 [ecarstrade.be] INFO: Found listing with ID: 6992536auction110893
2026-03-25 01:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992536auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:32 [ecarstrade.be] INFO: Scrape type for 6992536auction110893: 0
2026-03-25 01:49:32 [ecarstrade.be] INFO: Found listing with ID: 6992778auction110893
2026-03-25 01:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992778auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:32 [ecarstrade.be] INFO: Scrape type for 6992778auction110893: 0
2026-03-25 01:49:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:49:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:49:38 [ecarstrade.be] INFO: Found listing with ID: 6992975auction110893
2026-03-25 01:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992975auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:38 [ecarstrade.be] INFO: Scrape type for 6992975auction110893: 0
2026-03-25 01:49:38 [ecarstrade.be] INFO: Found listing with ID: 6992976auction110893
2026-03-25 01:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992976auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:38 [ecarstrade.be] INFO: Scrape type for 6992976auction110893: 0
2026-03-25 01:49:38 [ecarstrade.be] INFO: Found listing with ID: 6992977auction110893
2026-03-25 01:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992977auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:38 [ecarstrade.be] INFO: Scrape type for 6992977auction110893: 0
2026-03-25 01:49:38 [ecarstrade.be] INFO: Found listing with ID: 6992978auction110893
2026-03-25 01:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992978auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:38 [ecarstrade.be] INFO: Scrape type for 6992978auction110893: 0
2026-03-25 01:49:38 [ecarstrade.be] INFO: Found listing with ID: 6992979auction110893
2026-03-25 01:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992979auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:38 [ecarstrade.be] INFO: Scrape type for 6992979auction110893: 0
2026-03-25 01:49:38 [ecarstrade.be] INFO: Found listing with ID: 6992984auction110893
2026-03-25 01:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992984auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:38 [ecarstrade.be] INFO: Scrape type for 6992984auction110893: 0
2026-03-25 01:49:38 [ecarstrade.be] INFO: Found listing with ID: 6992985auction110893
2026-03-25 01:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276992985auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:38 [ecarstrade.be] INFO: Scrape type for 6992985auction110893: 0
2026-03-25 01:49:38 [ecarstrade.be] INFO: Found listing with ID: 6992986auction110893
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992986auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:39 [ecarstrade.be] INFO: Scrape type for 6992986auction110893: 0
2026-03-25 01:49:39 [ecarstrade.be] INFO: Found listing with ID: 6993036auction110893
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993036auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:39 [ecarstrade.be] INFO: Scrape type for 6993036auction110893: 0
2026-03-25 01:49:39 [ecarstrade.be] INFO: Found listing with ID: 6993037auction110893
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993037auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:39 [ecarstrade.be] INFO: Scrape type for 6993037auction110893: 0
2026-03-25 01:49:39 [ecarstrade.be] INFO: Found listing with ID: 6993339auction110893
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993339auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:39 [ecarstrade.be] INFO: Scrape type for 6993339auction110893: 0
2026-03-25 01:49:39 [ecarstrade.be] INFO: Found listing with ID: 6993629auction110893
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993629auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:39 [ecarstrade.be] INFO: Scrape type for 6993629auction110893: 0
2026-03-25 01:49:39 [ecarstrade.be] INFO: Found listing with ID: 6993631auction110893
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993631auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:39 [ecarstrade.be] INFO: Scrape type for 6993631auction110893: 0
2026-03-25 01:49:39 [ecarstrade.be] INFO: Found listing with ID: 6993781auction110893
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993781auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:39 [ecarstrade.be] INFO: Scrape type for 6993781auction110893: 0
2026-03-25 01:49:39 [ecarstrade.be] INFO: Found listing with ID: 6993785auction110893
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993785auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:39 [ecarstrade.be] INFO: Scrape type for 6993785auction110893: 0
2026-03-25 01:49:39 [ecarstrade.be] INFO: Found listing with ID: 6994021auction110893
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994021auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:39 [ecarstrade.be] INFO: Scrape type for 6994021auction110893: 0
2026-03-25 01:49:39 [ecarstrade.be] INFO: Found listing with ID: 6994023auction110893
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994023auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:39 [ecarstrade.be] INFO: Scrape type for 6994023auction110893: 0
2026-03-25 01:49:39 [ecarstrade.be] INFO: Found listing with ID: 6994024auction110893
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994024auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:39 [ecarstrade.be] INFO: Scrape type for 6994024auction110893: 0
2026-03-25 01:49:39 [ecarstrade.be] INFO: Found listing with ID: 6994745auction110893
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994745auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:39 [ecarstrade.be] INFO: Scrape type for 6994745auction110893: 2
2026-03-25 01:49:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:49:39 [ecarstrade.be] INFO: Found listing with ID: 6994768auction110893
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994768auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:49:39 [ecarstrade.be] INFO: Scrape type for 6994768auction110893: 2
2026-03-25 01:49:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:49:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:49:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994745> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:49:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:49:45 [ecarstrade.be] INFO: Extracting details for car 6994745auction110893
2026-03-25 01:49:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a065405-784b-5ebe-b138-cc3d229bf0f5 with identifier: 6994745auction110893
2026-03-25 01:49:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a065405-784b-5ebe-b138-cc3d229bf0f5 with scrape type 2
2026-03-25 01:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a065405-784b-5ebe-b138-cc3d229bf0f5 with scrape type 2
2026-03-25 01:49:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a065405-784b-5ebe-b138-cc3d229bf0f5, identifier: 6994745auction110893
2026-03-25 01:49:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a065405-784b-5ebe-b138-cc3d229bf0f5 with identifier: 6994745auction110893
2026-03-25 01:49:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a065405-784b-5ebe-b138-cc3d229bf0f5 with identifier: 6994745auction110893
2026-03-25 01:49:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a065405-784b-5ebe-b138-cc3d229bf0f5 with identifier: 6994745auction110893 to the API
2026-03-25 01:49:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 500 0
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%274a065405-784b-5ebe-b138-cc3d229bf0f5%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id 4a065405-784b-5ebe-b138-cc3d229bf0f5: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 500 Server Error: Internal Server Error for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 500
| Response Headers: {'Content-Length': '0', 'Date': 'Wed, 25 Mar 2026 01:50:16 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload'}
2026-03-25 01:50:17 [crawlers.pipelines.post_to_api] ERROR: 500 Server Error: Internal Server Error 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: 500 Server Error: Internal Server Error for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-25 01:50:17 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '4a065405-784b-5ebe-b138-cc3d229bf0f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994745',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A3',
'odometer': 25500,
'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': 'AUDI A3 Sportback Audi A3 Sportback Sport Edition 30 TFSI 81(110) '
'kW(pk) S tronic',
'transmission': 'automatic',
'trim': 'AUDI Sportback Sportback Sport Edition 30 TFSI 81(110) kW(pk) S '
'tronic',
'vin': None,
'year': 2023}
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: 500 Server Error: Internal Server Error for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994745auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Saving data for 6994745auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774303603.31287, 'last_price_update_time': 1774403417.165203}
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994745auction110893') HTTP/1.1" 204 0
2026-03-25 01:50:17 [scrapy.extensions.logstats] INFO: Crawled 151 pages (at 7 pages/min), scraped 45 items (at 0 items/min)
2026-03-25 01:50:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 341MiB
2026-03-25 01:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994768> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6994814auction110893
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994814auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6994814auction110893: 2
2026-03-25 01:50:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6988574auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988574auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6988574auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6988857auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988857auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6988857auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6988877auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988877auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6988877auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6988860auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988860auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6988860auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6988866auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988866auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6988866auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6988521auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988521auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6988521auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6990054auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990054auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6990054auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6988649auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988649auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6988649auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6990040auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990040auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6990040auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6988871auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988871auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6988871auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6990051auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990051auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6990051auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6990052auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990052auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6990052auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6990071auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990071auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6990071auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6988551auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988551auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6988551auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6988592auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988592auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6988592auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6990068auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990068auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6990068auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6988583auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988583auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6988583auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6990065auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990065auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6990065auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Found listing with ID: 6988581auction110871
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988581auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:17 [ecarstrade.be] INFO: Scrape type for 6988581auction110871: 0
2026-03-25 01:50:17 [ecarstrade.be] INFO: Extracting details for car 6994768auction110893
2026-03-25 01:50:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:50:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 849e30a3-0928-519d-960d-7f88279f682d with identifier: 6994768auction110893
2026-03-25 01:50:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 849e30a3-0928-519d-960d-7f88279f682d with scrape type 2
2026-03-25 01:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 849e30a3-0928-519d-960d-7f88279f682d with scrape type 2
2026-03-25 01:50:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 849e30a3-0928-519d-960d-7f88279f682d, identifier: 6994768auction110893
2026-03-25 01:50:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 849e30a3-0928-519d-960d-7f88279f682d with identifier: 6994768auction110893
2026-03-25 01:50:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 849e30a3-0928-519d-960d-7f88279f682d with identifier: 6994768auction110893
2026-03-25 01:50:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 849e30a3-0928-519d-960d-7f88279f682d with identifier: 6994768auction110893 to the API
2026-03-25 01:50:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:50:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:50:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994768>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '849e30a3-0928-519d-960d-7f88279f682d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994768',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 116907,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-15',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN Berlingo Multispace 2PLC Berlingo 1.2 PureTech Feel Edition '
'S&S',
'transmission': 'manual',
'trim': 'CITROEN Multispace 2PLC 1.2 PureTech Feel Edition S&S',
'vin': None,
'year': 2017}
2026-03-25 01:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994768auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:50:18 [ecarstrade.be] INFO: Saving data for 6994768auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774303601.190269, 'last_price_update_time': 1774403418.666101}
2026-03-25 01:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994768auction110893') HTTP/1.1" 204 0
2026-03-25 01:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:50:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:50:24 [ecarstrade.be] INFO: Found listing with ID: 6988644auction110871
2026-03-25 01:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988644auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:24 [ecarstrade.be] INFO: Scrape type for 6988644auction110871: 0
2026-03-25 01:50:24 [ecarstrade.be] INFO: Found listing with ID: 6990066auction110871
2026-03-25 01:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990066auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:24 [ecarstrade.be] INFO: Scrape type for 6990066auction110871: 0
2026-03-25 01:50:24 [ecarstrade.be] INFO: Found listing with ID: 6988562auction110871
2026-03-25 01:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988562auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:24 [ecarstrade.be] INFO: Scrape type for 6988562auction110871: 0
2026-03-25 01:50:24 [ecarstrade.be] INFO: Found listing with ID: 6990049auction110871
2026-03-25 01:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990049auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:24 [ecarstrade.be] INFO: Scrape type for 6990049auction110871: 0
2026-03-25 01:50:24 [ecarstrade.be] INFO: Found listing with ID: 6990053auction110871
2026-03-25 01:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990053auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:24 [ecarstrade.be] INFO: Scrape type for 6990053auction110871: 0
2026-03-25 01:50:24 [ecarstrade.be] INFO: Found listing with ID: 6990055auction110871
2026-03-25 01:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990055auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:24 [ecarstrade.be] INFO: Scrape type for 6990055auction110871: 0
2026-03-25 01:50:24 [ecarstrade.be] INFO: Found listing with ID: 6990034auction110871
2026-03-25 01:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990034auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:24 [ecarstrade.be] INFO: Scrape type for 6990034auction110871: 0
2026-03-25 01:50:24 [ecarstrade.be] INFO: Found listing with ID: 6990067auction110871
2026-03-25 01:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990067auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:24 [ecarstrade.be] INFO: Scrape type for 6990067auction110871: 0
2026-03-25 01:50:24 [ecarstrade.be] INFO: Found listing with ID: 6990070auction110871
2026-03-25 01:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990070auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:24 [ecarstrade.be] INFO: Scrape type for 6990070auction110871: 0
2026-03-25 01:50:24 [ecarstrade.be] INFO: Found listing with ID: 6988854auction110871
2026-03-25 01:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988854auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:25 [ecarstrade.be] INFO: Scrape type for 6988854auction110871: 0
2026-03-25 01:50:25 [ecarstrade.be] INFO: Found listing with ID: 6988885auction110871
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988885auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:25 [ecarstrade.be] INFO: Scrape type for 6988885auction110871: 0
2026-03-25 01:50:25 [ecarstrade.be] INFO: Found listing with ID: 6988587auction110871
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988587auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:25 [ecarstrade.be] INFO: Scrape type for 6988587auction110871: 0
2026-03-25 01:50:25 [ecarstrade.be] INFO: Found listing with ID: 6988543auction110871
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988543auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:25 [ecarstrade.be] INFO: Scrape type for 6988543auction110871: 0
2026-03-25 01:50:25 [ecarstrade.be] INFO: Found listing with ID: 6988883auction110871
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988883auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:25 [ecarstrade.be] INFO: Scrape type for 6988883auction110871: 0
2026-03-25 01:50:25 [ecarstrade.be] INFO: Found listing with ID: 6988555auction110871
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988555auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:25 [ecarstrade.be] INFO: Scrape type for 6988555auction110871: 0
2026-03-25 01:50:25 [ecarstrade.be] INFO: Found listing with ID: 6988576auction110871
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988576auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:25 [ecarstrade.be] INFO: Scrape type for 6988576auction110871: 0
2026-03-25 01:50:25 [ecarstrade.be] INFO: Found listing with ID: 6988741auction110871
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988741auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:25 [ecarstrade.be] INFO: Scrape type for 6988741auction110871: 0
2026-03-25 01:50:25 [ecarstrade.be] INFO: Found listing with ID: 6990069auction110871
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990069auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:25 [ecarstrade.be] INFO: Scrape type for 6990069auction110871: 0
2026-03-25 01:50:25 [ecarstrade.be] INFO: Found listing with ID: 6988655auction110871
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988655auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:25 [ecarstrade.be] INFO: Scrape type for 6988655auction110871: 0
2026-03-25 01:50:25 [ecarstrade.be] INFO: Found listing with ID: 6990050auction110871
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990050auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:25 [ecarstrade.be] INFO: Scrape type for 6990050auction110871: 0
2026-03-25 01:50:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994814> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:50:25 [ecarstrade.be] INFO: Extracting details for car 6994814auction110893
2026-03-25 01:50:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5362d7fe-c35a-5daa-b66b-92828284a32e with identifier: 6994814auction110893
2026-03-25 01:50:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5362d7fe-c35a-5daa-b66b-92828284a32e with scrape type 2
2026-03-25 01:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5362d7fe-c35a-5daa-b66b-92828284a32e with scrape type 2
2026-03-25 01:50:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5362d7fe-c35a-5daa-b66b-92828284a32e, identifier: 6994814auction110893
2026-03-25 01:50:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5362d7fe-c35a-5daa-b66b-92828284a32e with identifier: 6994814auction110893
2026-03-25 01:50:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5362d7fe-c35a-5daa-b66b-92828284a32e with identifier: 6994814auction110893
2026-03-25 01:50:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5362d7fe-c35a-5daa-b66b-92828284a32e with identifier: 6994814auction110893 to the API
2026-03-25 01:50:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:50:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:50:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994814>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '5362d7fe-c35a-5daa-b66b-92828284a32e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994814',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'XC40',
'odometer': 83406,
'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': 'VOLVO XC40 1.5 T3 Momentum Pro Geartronic',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T3 Momentum Pro Geartronic',
'vin': None,
'year': 2021}
2026-03-25 01:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276994814auction110893%27 HTTP/1.1" 200 None
2026-03-25 01:50:27 [ecarstrade.be] INFO: Saving data for 6994814auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774303602.803011, 'last_price_update_time': 1774403427.193415}
2026-03-25 01:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994814auction110893') HTTP/1.1" 204 0
2026-03-25 01:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6988879auction110871
2026-03-25 01:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988879auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:31 [ecarstrade.be] INFO: Scrape type for 6988879auction110871: 0
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6988835auction110871
2026-03-25 01:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988835auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:31 [ecarstrade.be] INFO: Scrape type for 6988835auction110871: 0
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6990028auction110871
2026-03-25 01:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990028auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:31 [ecarstrade.be] INFO: Scrape type for 6990028auction110871: 0
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6988809auction110871
2026-03-25 01:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988809auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:31 [ecarstrade.be] INFO: Scrape type for 6988809auction110871: 0
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6988886auction110871
2026-03-25 01:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988886auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:31 [ecarstrade.be] INFO: Scrape type for 6988886auction110871: 0
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6988888auction110871
2026-03-25 01:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988888auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:31 [ecarstrade.be] INFO: Scrape type for 6988888auction110871: 0
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6990073auction110871
2026-03-25 01:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990073auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:31 [ecarstrade.be] INFO: Scrape type for 6990073auction110871: 0
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6988872auction110871
2026-03-25 01:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988872auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:31 [ecarstrade.be] INFO: Scrape type for 6988872auction110871: 0
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6990074auction110871
2026-03-25 01:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990074auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:31 [ecarstrade.be] INFO: Scrape type for 6990074auction110871: 0
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6988542auction110871
2026-03-25 01:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988542auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:31 [ecarstrade.be] INFO: Scrape type for 6988542auction110871: 0
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6988565auction110871
2026-03-25 01:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988565auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:31 [ecarstrade.be] INFO: Scrape type for 6988565auction110871: 0
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6988588auction110871
2026-03-25 01:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988588auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:31 [ecarstrade.be] INFO: Scrape type for 6988588auction110871: 0
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6988708auction110871
2026-03-25 01:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988708auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:31 [ecarstrade.be] INFO: Scrape type for 6988708auction110871: 0
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6988876auction110871
2026-03-25 01:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988876auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:31 [ecarstrade.be] INFO: Scrape type for 6988876auction110871: 0
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6990037auction110871
2026-03-25 01:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990037auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:31 [ecarstrade.be] INFO: Scrape type for 6990037auction110871: 0
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6988561auction110871
2026-03-25 01:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988561auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:31 [ecarstrade.be] INFO: Scrape type for 6988561auction110871: 0
2026-03-25 01:50:31 [ecarstrade.be] INFO: Found listing with ID: 6988569auction110871
2026-03-25 01:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988569auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:32 [ecarstrade.be] INFO: Scrape type for 6988569auction110871: 0
2026-03-25 01:50:32 [ecarstrade.be] INFO: Found listing with ID: 6990046auction110871
2026-03-25 01:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276990046auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:32 [ecarstrade.be] INFO: Scrape type for 6990046auction110871: 0
2026-03-25 01:50:32 [ecarstrade.be] INFO: Found listing with ID: 6988882auction110871
2026-03-25 01:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988882auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:32 [ecarstrade.be] INFO: Scrape type for 6988882auction110871: 0
2026-03-25 01:50:32 [ecarstrade.be] INFO: Found listing with ID: 6988873auction110871
2026-03-25 01:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276988873auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:32 [ecarstrade.be] INFO: Scrape type for 6988873auction110871: 0
2026-03-25 01:50:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:50:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6988878auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988878auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6988878auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6988627auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988627auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6988627auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6988659auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988659auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6988659auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6990060auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990060auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6990060auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6988540auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988540auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6988540auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6988632auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988632auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6988632auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6988874auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988874auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6988874auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6988620auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988620auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6988620auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6990041auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990041auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6990041auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6988863auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988863auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6988863auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6990062auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990062auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6990062auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6990061auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990061auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6990061auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6990072auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990072auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6990072auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6988598auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988598auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6988598auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6988677auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988677auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6988677auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6988682auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988682auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6988682auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6990059auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990059auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6990059auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6988607auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988607auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6988607auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6988881auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988881auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6988881auction110871: 0
2026-03-25 01:50:38 [ecarstrade.be] INFO: Found listing with ID: 6988613auction110871
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988613auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:38 [ecarstrade.be] INFO: Scrape type for 6988613auction110871: 0
2026-03-25 01:50:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:50:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:50:46 [ecarstrade.be] INFO: Found listing with ID: 6990030auction110871
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990030auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:46 [ecarstrade.be] INFO: Scrape type for 6990030auction110871: 0
2026-03-25 01:50:46 [ecarstrade.be] INFO: Found listing with ID: 6990063auction110871
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990063auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:46 [ecarstrade.be] INFO: Scrape type for 6990063auction110871: 0
2026-03-25 01:50:46 [ecarstrade.be] INFO: Found listing with ID: 6990043auction110871
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990043auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:46 [ecarstrade.be] INFO: Scrape type for 6990043auction110871: 0
2026-03-25 01:50:46 [ecarstrade.be] INFO: Found listing with ID: 6988533auction110871
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988533auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:46 [ecarstrade.be] INFO: Scrape type for 6988533auction110871: 0
2026-03-25 01:50:46 [ecarstrade.be] INFO: Found listing with ID: 6988689auction110871
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988689auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:46 [ecarstrade.be] INFO: Scrape type for 6988689auction110871: 0
2026-03-25 01:50:46 [ecarstrade.be] INFO: Found listing with ID: 6990029auction110871
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990029auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:46 [ecarstrade.be] INFO: Scrape type for 6990029auction110871: 0
2026-03-25 01:50:46 [ecarstrade.be] INFO: Found listing with ID: 6990058auction110871
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990058auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:46 [ecarstrade.be] INFO: Scrape type for 6990058auction110871: 0
2026-03-25 01:50:46 [ecarstrade.be] INFO: Found listing with ID: 6988884auction110871
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988884auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:46 [ecarstrade.be] INFO: Scrape type for 6988884auction110871: 0
2026-03-25 01:50:46 [ecarstrade.be] INFO: Found listing with ID: 6990044auction110871
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990044auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:46 [ecarstrade.be] INFO: Scrape type for 6990044auction110871: 0
2026-03-25 01:50:46 [ecarstrade.be] INFO: Found listing with ID: 6988513auction110871
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988513auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:46 [ecarstrade.be] INFO: Scrape type for 6988513auction110871: 0
2026-03-25 01:50:46 [ecarstrade.be] INFO: Found listing with ID: 6988639auction110871
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988639auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:46 [ecarstrade.be] INFO: Scrape type for 6988639auction110871: 0
2026-03-25 01:50:46 [ecarstrade.be] INFO: Found listing with ID: 6990042auction110871
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990042auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:46 [ecarstrade.be] INFO: Scrape type for 6990042auction110871: 0
2026-03-25 01:50:46 [ecarstrade.be] INFO: Found listing with ID: 6988865auction110871
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988865auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:46 [ecarstrade.be] INFO: Scrape type for 6988865auction110871: 0
2026-03-25 01:50:46 [ecarstrade.be] INFO: Found listing with ID: 6988567auction110871
2026-03-25 01:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988567auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:47 [ecarstrade.be] INFO: Scrape type for 6988567auction110871: 0
2026-03-25 01:50:47 [ecarstrade.be] INFO: Found listing with ID: 6990027auction110871
2026-03-25 01:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990027auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:47 [ecarstrade.be] INFO: Scrape type for 6990027auction110871: 0
2026-03-25 01:50:47 [ecarstrade.be] INFO: Found listing with ID: 6988520auction110871
2026-03-25 01:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988520auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:47 [ecarstrade.be] INFO: Scrape type for 6988520auction110871: 0
2026-03-25 01:50:47 [ecarstrade.be] INFO: Found listing with ID: 6988868auction110871
2026-03-25 01:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988868auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:47 [ecarstrade.be] INFO: Scrape type for 6988868auction110871: 0
2026-03-25 01:50:47 [ecarstrade.be] INFO: Found listing with ID: 6988880auction110871
2026-03-25 01:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988880auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:47 [ecarstrade.be] INFO: Scrape type for 6988880auction110871: 0
2026-03-25 01:50:47 [ecarstrade.be] INFO: Found listing with ID: 6990038auction110871
2026-03-25 01:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990038auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:47 [ecarstrade.be] INFO: Scrape type for 6990038auction110871: 0
2026-03-25 01:50:47 [ecarstrade.be] INFO: Found listing with ID: 6990056auction110871
2026-03-25 01:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990056auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:47 [ecarstrade.be] INFO: Scrape type for 6990056auction110871: 0
2026-03-25 01:50:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:50:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:50:55 [ecarstrade.be] INFO: Found listing with ID: 6988597auction110871
2026-03-25 01:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988597auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:55 [ecarstrade.be] INFO: Scrape type for 6988597auction110871: 0
2026-03-25 01:50:55 [ecarstrade.be] INFO: Found listing with ID: 6988895auction110871
2026-03-25 01:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988895auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:55 [ecarstrade.be] INFO: Scrape type for 6988895auction110871: 0
2026-03-25 01:50:55 [ecarstrade.be] INFO: Found listing with ID: 6990031auction110871
2026-03-25 01:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990031auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:55 [ecarstrade.be] INFO: Scrape type for 6990031auction110871: 0
2026-03-25 01:50:55 [ecarstrade.be] INFO: Found listing with ID: 6988890auction110871
2026-03-25 01:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988890auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6988890auction110871: 0
2026-03-25 01:50:56 [ecarstrade.be] INFO: Found listing with ID: 6988870auction110871
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988870auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6988870auction110871: 0
2026-03-25 01:50:56 [ecarstrade.be] INFO: Found listing with ID: 6990064auction110871
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990064auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6990064auction110871: 0
2026-03-25 01:50:56 [ecarstrade.be] INFO: Found listing with ID: 6988875auction110871
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988875auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6988875auction110871: 0
2026-03-25 01:50:56 [ecarstrade.be] INFO: Found listing with ID: 6988892auction110871
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988892auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6988892auction110871: 0
2026-03-25 01:50:56 [ecarstrade.be] INFO: Found listing with ID: 6988893auction110871
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988893auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6988893auction110871: 0
2026-03-25 01:50:56 [ecarstrade.be] INFO: Found listing with ID: 6990033auction110871
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990033auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6990033auction110871: 0
2026-03-25 01:50:56 [ecarstrade.be] INFO: Found listing with ID: 6988891auction110871
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988891auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6988891auction110871: 0
2026-03-25 01:50:56 [ecarstrade.be] INFO: Found listing with ID: 6990045auction110871
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990045auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6990045auction110871: 0
2026-03-25 01:50:56 [ecarstrade.be] INFO: Found listing with ID: 6988859auction110871
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988859auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6988859auction110871: 0
2026-03-25 01:50:56 [ecarstrade.be] INFO: Found listing with ID: 6990032auction110871
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990032auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6990032auction110871: 0
2026-03-25 01:50:56 [ecarstrade.be] INFO: Found listing with ID: 6988896auction110871
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988896auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6988896auction110871: 0
2026-03-25 01:50:56 [ecarstrade.be] INFO: Found listing with ID: 6990035auction110871
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990035auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6990035auction110871: 0
2026-03-25 01:50:56 [ecarstrade.be] INFO: Found listing with ID: 6990036auction110871
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990036auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6990036auction110871: 0
2026-03-25 01:50:56 [ecarstrade.be] INFO: Found listing with ID: 6988887auction110871
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988887auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6988887auction110871: 0
2026-03-25 01:50:56 [ecarstrade.be] INFO: Found listing with ID: 6988862auction110871
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988862auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6988862auction110871: 0
2026-03-25 01:50:56 [ecarstrade.be] INFO: Found listing with ID: 6990039auction110871
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990039auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:50:56 [ecarstrade.be] INFO: Scrape type for 6990039auction110871: 0
2026-03-25 01:50:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:51:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6990048auction110871
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990048auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6990048auction110871: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6990047auction110871
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990047auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6990047auction110871: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6990057auction110871
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990057auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6990057auction110871: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6988861auction110871
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988861auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6988861auction110871: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6988864auction110871
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988864auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6988864auction110871: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6988528auction110871
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988528auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6988528auction110871: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6988858auction110871
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988858auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6988858auction110871: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6988894auction110871
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988894auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6988894auction110871: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6988889auction110871
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988889auction110871%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6988889auction110871: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6996953auction110979
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996953auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6996953auction110979: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6996954auction110979
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996954auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6996954auction110979: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6996955auction110979
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996955auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6996955auction110979: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6996957auction110979
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996957auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6996957auction110979: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6996958auction110979
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996958auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6996958auction110979: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6996959auction110979
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996959auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6996959auction110979: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6996960auction110979
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996960auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6996960auction110979: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6996961auction110979
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996961auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6996961auction110979: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6996962auction110979
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996962auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6996962auction110979: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6996963auction110979
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996963auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6996963auction110979: 0
2026-03-25 01:51:03 [ecarstrade.be] INFO: Found listing with ID: 6996964auction110979
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996964auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:03 [ecarstrade.be] INFO: Scrape type for 6996964auction110979: 0
2026-03-25 01:51:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:51:06 [scrapy.extensions.logstats] INFO: Crawled 159 pages (at 8 pages/min), scraped 47 items (at 2 items/min)
2026-03-25 01:51:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 342MiB
2026-03-25 01:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996965auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996965auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996965auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996966auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996966auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996966auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996967auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996967auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996967auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996968auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996968auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996968auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996969auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996969auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996969auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996970auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996970auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996970auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996971auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996971auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996971auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996972auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996972auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996972auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996973auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996973auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996973auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996974auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996974auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996974auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996975auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996975auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996975auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996976auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996976auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996976auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996977auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996977auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996977auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996978auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996978auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996978auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996979auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996979auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996979auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996980auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996980auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996980auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996981auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996981auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996981auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996982auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996982auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996982auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996983auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996983auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996983auction110979: 0
2026-03-25 01:51:12 [ecarstrade.be] INFO: Found listing with ID: 6996984auction110979
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996984auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:12 [ecarstrade.be] INFO: Scrape type for 6996984auction110979: 0
2026-03-25 01:51:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6996985auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996985auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6996985auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6996986auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996986auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6996986auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6996987auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996987auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6996987auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6996988auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996988auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6996988auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6996989auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996989auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6996989auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6996990auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996990auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6996990auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6996991auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996991auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6996991auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6996992auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996992auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6996992auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6996993auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996993auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6996993auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6996994auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996994auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6996994auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6996995auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996995auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6996995auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6996996auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996996auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6996996auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6996997auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996997auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6996997auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6996999auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276996999auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6996999auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6997000auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997000auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6997000auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6997001auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997001auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6997001auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6997002auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997002auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6997002auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6997003auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997003auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6997003auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6997004auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997004auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6997004auction110979: 0
2026-03-25 01:51:24 [ecarstrade.be] INFO: Found listing with ID: 6997006auction110979
2026-03-25 01:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997006auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:24 [ecarstrade.be] INFO: Scrape type for 6997006auction110979: 0
2026-03-25 01:51:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997007auction110979
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997007auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997007auction110979: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997008auction110979
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997008auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997008auction110979: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997009auction110979
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997009auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997009auction110979: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997010auction110979
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997010auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997010auction110979: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997011auction110979
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997011auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997011auction110979: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997012auction110979
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997012auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997012auction110979: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997013auction110979
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997013auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997013auction110979: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997014auction110979
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997014auction110979%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997014auction110979: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997922auction110988
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997922auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997922auction110988: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997923auction110988
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997923auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997923auction110988: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997924auction110988
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997924auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997924auction110988: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997925auction110988
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997925auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997925auction110988: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997926auction110988
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997926auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997926auction110988: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997927auction110988
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997927auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997927auction110988: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997928auction110988
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997928auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997928auction110988: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997929auction110988
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997929auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997929auction110988: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997930auction110988
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997930auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997930auction110988: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997931auction110988
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997931auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997931auction110988: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997932auction110988
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997932auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997932auction110988: 0
2026-03-25 01:51:30 [ecarstrade.be] INFO: Found listing with ID: 6997933auction110988
2026-03-25 01:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997933auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:30 [ecarstrade.be] INFO: Scrape type for 6997933auction110988: 0
2026-03-25 01:51:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997934auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997934auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997934auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997935auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997935auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997935auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997936auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997936auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997936auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997937auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997937auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997937auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997939auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997939auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997939auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997940auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997940auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997940auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997941auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997941auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997941auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997942auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997942auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997942auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997943auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997943auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997943auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997944auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997944auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997944auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997945auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997945auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997945auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997946auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997946auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997946auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997947auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997947auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997947auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997948auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997948auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997948auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997949auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997949auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997949auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997950auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997950auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997950auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997951auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997951auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997951auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997952auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997952auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997952auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997953auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997953auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997953auction110988: 0
2026-03-25 01:51:36 [ecarstrade.be] INFO: Found listing with ID: 6997954auction110988
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997954auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:36 [ecarstrade.be] INFO: Scrape type for 6997954auction110988: 0
2026-03-25 01:51:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:51:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:51:57 [ecarstrade.be] INFO: Found listing with ID: 6997955auction110988
2026-03-25 01:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997955auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:57 [ecarstrade.be] INFO: Scrape type for 6997955auction110988: 0
2026-03-25 01:51:57 [ecarstrade.be] INFO: Found listing with ID: 6997956auction110988
2026-03-25 01:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997956auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:57 [ecarstrade.be] INFO: Scrape type for 6997956auction110988: 0
2026-03-25 01:51:57 [ecarstrade.be] INFO: Found listing with ID: 6997957auction110988
2026-03-25 01:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997957auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:57 [ecarstrade.be] INFO: Scrape type for 6997957auction110988: 0
2026-03-25 01:51:57 [ecarstrade.be] INFO: Found listing with ID: 6997958auction110988
2026-03-25 01:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997958auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:57 [ecarstrade.be] INFO: Scrape type for 6997958auction110988: 0
2026-03-25 01:51:57 [ecarstrade.be] INFO: Found listing with ID: 6998006auction110988
2026-03-25 01:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998006auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:57 [ecarstrade.be] INFO: Scrape type for 6998006auction110988: 0
2026-03-25 01:51:57 [ecarstrade.be] INFO: Found listing with ID: 6998039auction110988
2026-03-25 01:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998039auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:57 [ecarstrade.be] INFO: Scrape type for 6998039auction110988: 0
2026-03-25 01:51:57 [ecarstrade.be] INFO: Found listing with ID: 6998040auction110988
2026-03-25 01:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998040auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:58 [ecarstrade.be] INFO: Scrape type for 6998040auction110988: 0
2026-03-25 01:51:58 [ecarstrade.be] INFO: Found listing with ID: 6998041auction110988
2026-03-25 01:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998041auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:58 [ecarstrade.be] INFO: Scrape type for 6998041auction110988: 0
2026-03-25 01:51:58 [ecarstrade.be] INFO: Found listing with ID: 6998042auction110988
2026-03-25 01:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998042auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:58 [ecarstrade.be] INFO: Scrape type for 6998042auction110988: 0
2026-03-25 01:51:58 [ecarstrade.be] INFO: Found listing with ID: 6998043auction110988
2026-03-25 01:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998043auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:58 [ecarstrade.be] INFO: Scrape type for 6998043auction110988: 0
2026-03-25 01:51:58 [ecarstrade.be] INFO: Found listing with ID: 6998046auction110988
2026-03-25 01:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998046auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:58 [ecarstrade.be] INFO: Scrape type for 6998046auction110988: 0
2026-03-25 01:51:58 [ecarstrade.be] INFO: Found listing with ID: 6998047auction110988
2026-03-25 01:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998047auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:58 [ecarstrade.be] INFO: Scrape type for 6998047auction110988: 0
2026-03-25 01:51:58 [ecarstrade.be] INFO: Found listing with ID: 6998048auction110988
2026-03-25 01:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998048auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:58 [ecarstrade.be] INFO: Scrape type for 6998048auction110988: 0
2026-03-25 01:51:58 [ecarstrade.be] INFO: Found listing with ID: 6998049auction110988
2026-03-25 01:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998049auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:58 [ecarstrade.be] INFO: Scrape type for 6998049auction110988: 0
2026-03-25 01:51:58 [ecarstrade.be] INFO: Found listing with ID: 6998050auction110988
2026-03-25 01:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998050auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:58 [ecarstrade.be] INFO: Scrape type for 6998050auction110988: 0
2026-03-25 01:51:58 [ecarstrade.be] INFO: Found listing with ID: 6998051auction110988
2026-03-25 01:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998051auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:58 [ecarstrade.be] INFO: Scrape type for 6998051auction110988: 0
2026-03-25 01:51:58 [ecarstrade.be] INFO: Found listing with ID: 6998052auction110988
2026-03-25 01:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998052auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:58 [ecarstrade.be] INFO: Scrape type for 6998052auction110988: 0
2026-03-25 01:51:58 [ecarstrade.be] INFO: Found listing with ID: 6998053auction110988
2026-03-25 01:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998053auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:58 [ecarstrade.be] INFO: Scrape type for 6998053auction110988: 0
2026-03-25 01:51:58 [ecarstrade.be] INFO: Found listing with ID: 6998054auction110988
2026-03-25 01:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998054auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:58 [ecarstrade.be] INFO: Scrape type for 6998054auction110988: 0
2026-03-25 01:51:58 [ecarstrade.be] INFO: Found listing with ID: 6998055auction110988
2026-03-25 01:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998055auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:51:58 [ecarstrade.be] INFO: Scrape type for 6998055auction110988: 0
2026-03-25 01: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-25 01:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998056auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998056auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998056auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998057auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998057auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998057auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998058auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998058auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998058auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998059auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998059auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998059auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998060auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998060auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998060auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998061auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998061auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998061auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998062auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998062auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998062auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998063auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998063auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998063auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998064auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998064auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998064auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998065auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998065auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998065auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998066auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998066auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998066auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998067auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998067auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998067auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998068auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998068auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998068auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998069auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998069auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998069auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998070auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998070auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998070auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998071auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998071auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998071auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998072auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998072auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998072auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998073auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998073auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998073auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998075auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998075auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998075auction110988: 0
2026-03-25 01:52:05 [ecarstrade.be] INFO: Found listing with ID: 6998076auction110988
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998076auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:05 [ecarstrade.be] INFO: Scrape type for 6998076auction110988: 0
2026-03-25 01:52:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:52:06 [scrapy.extensions.logstats] INFO: Crawled 165 pages (at 6 pages/min), scraped 47 items (at 0 items/min)
2026-03-25 01:52:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 342MiB
2026-03-25 01:52:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998077auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998077auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998077auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998078auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998078auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998078auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998082auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998082auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998082auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998115auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998115auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998115auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998116auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998116auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998116auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998117auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998117auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998117auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998118auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998118auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998118auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998119auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998119auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998119auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998121auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998121auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998121auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998122auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998122auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998122auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998123auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998123auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998123auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998124auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998124auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998124auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998125auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998125auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998125auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998126auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998126auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998126auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998127auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998127auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998127auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998128auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998128auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998128auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998129auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998129auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998129auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998130auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998130auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998130auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998131auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998131auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998131auction110988: 0
2026-03-25 01:52:12 [ecarstrade.be] INFO: Found listing with ID: 6998132auction110988
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998132auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:12 [ecarstrade.be] INFO: Scrape type for 6998132auction110988: 0
2026-03-25 01:52:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:52:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:52:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:52:18 [ecarstrade.be] INFO: Found listing with ID: 6998133auction110988
2026-03-25 01:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998133auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:18 [ecarstrade.be] INFO: Scrape type for 6998133auction110988: 0
2026-03-25 01:52:18 [ecarstrade.be] INFO: Found listing with ID: 6998134auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998134auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998134auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998135auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998135auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998135auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998136auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998136auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998136auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998137auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998137auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998137auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998138auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998138auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998138auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998139auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998139auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998139auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998140auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998140auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998140auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998141auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998141auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998141auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998142auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998142auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998142auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998143auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998143auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998143auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998144auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998144auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998144auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998145auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998145auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998145auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998146auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998146auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998146auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998147auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998147auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998147auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998149auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998149auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998149auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998151auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998151auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998151auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998200auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998200auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998200auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998237auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998237auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998237auction110988: 0
2026-03-25 01:52:19 [ecarstrade.be] INFO: Found listing with ID: 6998238auction110988
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998238auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:19 [ecarstrade.be] INFO: Scrape type for 6998238auction110988: 0
2026-03-25 01:52:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998239auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998239auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998239auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998240auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998240auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998240auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998241auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998241auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998241auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998242auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998242auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998242auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998243auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998243auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998243auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998244auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998244auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998244auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998245auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998245auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998245auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998246auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998246auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998246auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998247auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998247auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998247auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998248auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998248auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998248auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998249auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998249auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998249auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998250auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998250auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998250auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998251auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998251auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998251auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998252auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998252auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998252auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998253auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998253auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998253auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998254auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998254auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998254auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998256auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998256auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998256auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998258auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998258auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998258auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998260auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998260auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998260auction110988: 0
2026-03-25 01:52:27 [ecarstrade.be] INFO: Found listing with ID: 6998263auction110988
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998263auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:27 [ecarstrade.be] INFO: Scrape type for 6998263auction110988: 0
2026-03-25 01:52:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998268auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998268auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998268auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998271auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998271auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998271auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998274auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998274auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998274auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998275auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998275auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998275auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998276auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998276auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998276auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998278auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998278auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998278auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998282auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998282auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998282auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998286auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998286auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998286auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998287auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998287auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998287auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998290auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998290auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998290auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998292auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998292auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998292auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998295auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998295auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998295auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998298auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998298auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998298auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998300auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998300auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998300auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998303auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998303auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998303auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998305auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998305auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998305auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998306auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998306auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998306auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998307auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998307auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998307auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998309auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998309auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998309auction110988: 0
2026-03-25 01:52:34 [ecarstrade.be] INFO: Found listing with ID: 6998312auction110988
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998312auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:34 [ecarstrade.be] INFO: Scrape type for 6998312auction110988: 0
2026-03-25 01:52:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:52:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:52:40 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:52:40 [ecarstrade.be] INFO: Found listing with ID: 6998314auction110988
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998314auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:40 [ecarstrade.be] INFO: Scrape type for 6998314auction110988: 0
2026-03-25 01:52:40 [ecarstrade.be] INFO: Found listing with ID: 6998316auction110988
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998316auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:40 [ecarstrade.be] INFO: Scrape type for 6998316auction110988: 0
2026-03-25 01:52:40 [ecarstrade.be] INFO: Found listing with ID: 6998324auction110988
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998324auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:40 [ecarstrade.be] INFO: Scrape type for 6998324auction110988: 0
2026-03-25 01:52:40 [ecarstrade.be] INFO: Found listing with ID: 6998326auction110988
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998326auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:40 [ecarstrade.be] INFO: Scrape type for 6998326auction110988: 0
2026-03-25 01:52:40 [ecarstrade.be] INFO: Found listing with ID: 6998329auction110988
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998329auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:40 [ecarstrade.be] INFO: Scrape type for 6998329auction110988: 0
2026-03-25 01:52:40 [ecarstrade.be] INFO: Found listing with ID: 6998331auction110988
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998331auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:40 [ecarstrade.be] INFO: Scrape type for 6998331auction110988: 0
2026-03-25 01:52:40 [ecarstrade.be] INFO: Found listing with ID: 6998337auction110988
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998337auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:40 [ecarstrade.be] INFO: Scrape type for 6998337auction110988: 0
2026-03-25 01:52:40 [ecarstrade.be] INFO: Found listing with ID: 6998343auction110988
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998343auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:40 [ecarstrade.be] INFO: Scrape type for 6998343auction110988: 0
2026-03-25 01:52:40 [ecarstrade.be] INFO: Found listing with ID: 6998345auction110988
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998345auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:40 [ecarstrade.be] INFO: Scrape type for 6998345auction110988: 0
2026-03-25 01:52:40 [ecarstrade.be] INFO: Found listing with ID: 6998348auction110988
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998348auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:40 [ecarstrade.be] INFO: Scrape type for 6998348auction110988: 0
2026-03-25 01:52:40 [ecarstrade.be] INFO: Found listing with ID: 6998351auction110988
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998351auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:40 [ecarstrade.be] INFO: Scrape type for 6998351auction110988: 0
2026-03-25 01:52:40 [ecarstrade.be] INFO: Found listing with ID: 6998352auction110988
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998352auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:41 [ecarstrade.be] INFO: Scrape type for 6998352auction110988: 0
2026-03-25 01:52:41 [ecarstrade.be] INFO: Found listing with ID: 6998353auction110988
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998353auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:41 [ecarstrade.be] INFO: Scrape type for 6998353auction110988: 0
2026-03-25 01:52:41 [ecarstrade.be] INFO: Found listing with ID: 6998356auction110988
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998356auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:41 [ecarstrade.be] INFO: Scrape type for 6998356auction110988: 0
2026-03-25 01:52:41 [ecarstrade.be] INFO: Found listing with ID: 6998360auction110988
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998360auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:41 [ecarstrade.be] INFO: Scrape type for 6998360auction110988: 0
2026-03-25 01:52:41 [ecarstrade.be] INFO: Found listing with ID: 6998361auction110988
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998361auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:41 [ecarstrade.be] INFO: Scrape type for 6998361auction110988: 0
2026-03-25 01:52:41 [ecarstrade.be] INFO: Found listing with ID: 6998365auction110988
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998365auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:41 [ecarstrade.be] INFO: Scrape type for 6998365auction110988: 0
2026-03-25 01:52:41 [ecarstrade.be] INFO: Found listing with ID: 6998367auction110988
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998367auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:41 [ecarstrade.be] INFO: Scrape type for 6998367auction110988: 0
2026-03-25 01:52:41 [ecarstrade.be] INFO: Found listing with ID: 6998370auction110988
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998370auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:41 [ecarstrade.be] INFO: Scrape type for 6998370auction110988: 0
2026-03-25 01:52:41 [ecarstrade.be] INFO: Found listing with ID: 6998374auction110988
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998374auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:41 [ecarstrade.be] INFO: Scrape type for 6998374auction110988: 0
2026-03-25 01:52:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:52:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998377auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998377auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998377auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998379auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998379auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998379auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998381auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998381auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998381auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998384auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998384auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998384auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998387auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998387auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998387auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998389auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998389auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998389auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998400auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998400auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998400auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998412auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998412auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998412auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998417auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998417auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998417auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998447auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998447auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998447auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998475auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998475auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998475auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998512auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998512auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998512auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998532auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998532auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998532auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998567auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998567auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998567auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998600auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998600auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998600auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998603auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998603auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998603auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998610auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998610auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998610auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998612auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998612auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998612auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998616auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998616auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998616auction110988: 0
2026-03-25 01:52:47 [ecarstrade.be] INFO: Found listing with ID: 6998621auction110988
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998621auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:47 [ecarstrade.be] INFO: Scrape type for 6998621auction110988: 0
2026-03-25 01:52:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:52:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998626auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998626auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998626auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998632auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998632auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998632auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998638auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998638auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998638auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998642auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998642auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998642auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998646auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998646auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998646auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998651auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998651auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998651auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998657auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998657auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998657auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998660auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998660auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998660auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998665auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998665auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998665auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998666auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998666auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998666auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998671auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998671auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998671auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998675auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998675auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998675auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998680auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998680auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998680auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998684auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998684auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998684auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998688auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998688auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998688auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998696auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998696auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998696auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998700auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998700auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998700auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998703auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998703auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998703auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998706auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998706auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998706auction110988: 0
2026-03-25 01:52:54 [ecarstrade.be] INFO: Found listing with ID: 6998709auction110988
2026-03-25 01:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276998709auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:52:54 [ecarstrade.be] INFO: Scrape type for 6998709auction110988: 0
2026-03-25 01:52:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:53:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:53:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:53:03 [ecarstrade.be] INFO: Found listing with ID: 6998710auction110988
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998710auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:03 [ecarstrade.be] INFO: Scrape type for 6998710auction110988: 0
2026-03-25 01:53:03 [ecarstrade.be] INFO: Found listing with ID: 6998713auction110988
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998713auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:03 [ecarstrade.be] INFO: Scrape type for 6998713auction110988: 0
2026-03-25 01:53:03 [ecarstrade.be] INFO: Found listing with ID: 6998723auction110988
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998723auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:03 [ecarstrade.be] INFO: Scrape type for 6998723auction110988: 0
2026-03-25 01:53:03 [ecarstrade.be] INFO: Found listing with ID: 6998725auction110988
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998725auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:03 [ecarstrade.be] INFO: Scrape type for 6998725auction110988: 0
2026-03-25 01:53:03 [ecarstrade.be] INFO: Found listing with ID: 6998728auction110988
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998728auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:03 [ecarstrade.be] INFO: Scrape type for 6998728auction110988: 0
2026-03-25 01:53:03 [ecarstrade.be] INFO: Found listing with ID: 6998730auction110988
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998730auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:03 [ecarstrade.be] INFO: Scrape type for 6998730auction110988: 0
2026-03-25 01:53:03 [ecarstrade.be] INFO: Found listing with ID: 6998731auction110988
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998731auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:03 [ecarstrade.be] INFO: Scrape type for 6998731auction110988: 0
2026-03-25 01:53:03 [ecarstrade.be] INFO: Found listing with ID: 6998734auction110988
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998734auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:03 [ecarstrade.be] INFO: Scrape type for 6998734auction110988: 0
2026-03-25 01:53:03 [ecarstrade.be] INFO: Found listing with ID: 6998737auction110988
2026-03-25 01:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998737auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:04 [ecarstrade.be] INFO: Scrape type for 6998737auction110988: 0
2026-03-25 01:53:04 [ecarstrade.be] INFO: Found listing with ID: 6998739auction110988
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998739auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:04 [ecarstrade.be] INFO: Scrape type for 6998739auction110988: 0
2026-03-25 01:53:04 [ecarstrade.be] INFO: Found listing with ID: 6998743auction110988
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998743auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:04 [ecarstrade.be] INFO: Scrape type for 6998743auction110988: 0
2026-03-25 01:53:04 [ecarstrade.be] INFO: Found listing with ID: 6998746auction110988
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998746auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:04 [ecarstrade.be] INFO: Scrape type for 6998746auction110988: 0
2026-03-25 01:53:04 [ecarstrade.be] INFO: Found listing with ID: 6998749auction110988
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998749auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:04 [ecarstrade.be] INFO: Scrape type for 6998749auction110988: 0
2026-03-25 01:53:04 [ecarstrade.be] INFO: Found listing with ID: 6998751auction110988
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998751auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:04 [ecarstrade.be] INFO: Scrape type for 6998751auction110988: 0
2026-03-25 01:53:04 [ecarstrade.be] INFO: Found listing with ID: 6998753auction110988
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998753auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:04 [ecarstrade.be] INFO: Scrape type for 6998753auction110988: 0
2026-03-25 01:53:04 [ecarstrade.be] INFO: Found listing with ID: 6998757auction110988
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998757auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:04 [ecarstrade.be] INFO: Scrape type for 6998757auction110988: 0
2026-03-25 01:53:04 [ecarstrade.be] INFO: Found listing with ID: 6998758auction110988
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998758auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:04 [ecarstrade.be] INFO: Scrape type for 6998758auction110988: 0
2026-03-25 01:53:04 [ecarstrade.be] INFO: Found listing with ID: 6998761auction110988
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998761auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:04 [ecarstrade.be] INFO: Scrape type for 6998761auction110988: 0
2026-03-25 01:53:04 [ecarstrade.be] INFO: Found listing with ID: 6998762auction110988
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998762auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:04 [ecarstrade.be] INFO: Scrape type for 6998762auction110988: 0
2026-03-25 01:53:04 [ecarstrade.be] INFO: Found listing with ID: 6998764auction110988
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998764auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:04 [ecarstrade.be] INFO: Scrape type for 6998764auction110988: 0
2026-03-25 01:53:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:53:06 [scrapy.extensions.logstats] INFO: Crawled 173 pages (at 8 pages/min), scraped 47 items (at 0 items/min)
2026-03-25 01:53:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 342MiB
2026-03-25 01:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:53:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:53:14 [ecarstrade.be] INFO: Found listing with ID: 6998765auction110988
2026-03-25 01:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998765auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:14 [ecarstrade.be] INFO: Scrape type for 6998765auction110988: 0
2026-03-25 01:53:14 [ecarstrade.be] INFO: Found listing with ID: 6998769auction110988
2026-03-25 01:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998769auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:14 [ecarstrade.be] INFO: Scrape type for 6998769auction110988: 0
2026-03-25 01:53:14 [ecarstrade.be] INFO: Found listing with ID: 6998770auction110988
2026-03-25 01:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998770auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:14 [ecarstrade.be] INFO: Scrape type for 6998770auction110988: 0
2026-03-25 01:53:14 [ecarstrade.be] INFO: Found listing with ID: 6998771auction110988
2026-03-25 01:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998771auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998771auction110988: 0
2026-03-25 01:53:15 [ecarstrade.be] INFO: Found listing with ID: 6998773auction110988
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998773auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998773auction110988: 0
2026-03-25 01:53:15 [ecarstrade.be] INFO: Found listing with ID: 6998774auction110988
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998774auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998774auction110988: 0
2026-03-25 01:53:15 [ecarstrade.be] INFO: Found listing with ID: 6998776auction110988
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998776auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998776auction110988: 0
2026-03-25 01:53:15 [ecarstrade.be] INFO: Found listing with ID: 6998778auction110988
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998778auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998778auction110988: 0
2026-03-25 01:53:15 [ecarstrade.be] INFO: Found listing with ID: 6998779auction110988
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998779auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998779auction110988: 0
2026-03-25 01:53:15 [ecarstrade.be] INFO: Found listing with ID: 6998781auction110988
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998781auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998781auction110988: 0
2026-03-25 01:53:15 [ecarstrade.be] INFO: Found listing with ID: 6998783auction110988
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998783auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998783auction110988: 0
2026-03-25 01:53:15 [ecarstrade.be] INFO: Found listing with ID: 6998786auction110988
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998786auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998786auction110988: 0
2026-03-25 01:53:15 [ecarstrade.be] INFO: Found listing with ID: 6998790auction110988
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998790auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998790auction110988: 0
2026-03-25 01:53:15 [ecarstrade.be] INFO: Found listing with ID: 6998792auction110988
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998792auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998792auction110988: 0
2026-03-25 01:53:15 [ecarstrade.be] INFO: Found listing with ID: 6998794auction110988
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998794auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998794auction110988: 0
2026-03-25 01:53:15 [ecarstrade.be] INFO: Found listing with ID: 6998798auction110988
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998798auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998798auction110988: 0
2026-03-25 01:53:15 [ecarstrade.be] INFO: Found listing with ID: 6998799auction110988
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998799auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998799auction110988: 0
2026-03-25 01:53:15 [ecarstrade.be] INFO: Found listing with ID: 6998803auction110988
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998803auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998803auction110988: 0
2026-03-25 01:53:15 [ecarstrade.be] INFO: Found listing with ID: 6998806auction110988
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998806auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998806auction110988: 0
2026-03-25 01:53:15 [ecarstrade.be] INFO: Found listing with ID: 6998809auction110988
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998809auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:15 [ecarstrade.be] INFO: Scrape type for 6998809auction110988: 0
2026-03-25 01:53:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:53:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998811auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998811auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998811auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998812auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998812auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998812auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998813auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998813auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998813auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998814auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998814auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998814auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998816auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998816auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998816auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998817auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998817auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998817auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998821auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998821auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998821auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998823auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998823auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998823auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998825auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998825auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998825auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998826auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998826auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998826auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998828auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998828auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998828auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998830auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998830auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998830auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998832auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998832auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998832auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998834auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998834auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998834auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998839auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998839auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998839auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998842auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998842auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998842auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998843auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998843auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998843auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998848auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998848auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998848auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998851auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998851auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998851auction110988: 0
2026-03-25 01:53:21 [ecarstrade.be] INFO: Found listing with ID: 6998852auction110988
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998852auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:21 [ecarstrade.be] INFO: Scrape type for 6998852auction110988: 0
2026-03-25 01:53:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:53:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:53:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:53:28 [ecarstrade.be] INFO: Found listing with ID: 6998855auction110988
2026-03-25 01:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998855auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:28 [ecarstrade.be] INFO: Scrape type for 6998855auction110988: 0
2026-03-25 01:53:28 [ecarstrade.be] INFO: Found listing with ID: 6998857auction110988
2026-03-25 01:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998857auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:28 [ecarstrade.be] INFO: Scrape type for 6998857auction110988: 0
2026-03-25 01:53:28 [ecarstrade.be] INFO: Found listing with ID: 6998859auction110988
2026-03-25 01:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998859auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:28 [ecarstrade.be] INFO: Scrape type for 6998859auction110988: 0
2026-03-25 01:53:28 [ecarstrade.be] INFO: Found listing with ID: 6998863auction110988
2026-03-25 01:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998863auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:28 [ecarstrade.be] INFO: Scrape type for 6998863auction110988: 0
2026-03-25 01:53:28 [ecarstrade.be] INFO: Found listing with ID: 6998865auction110988
2026-03-25 01:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998865auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:28 [ecarstrade.be] INFO: Scrape type for 6998865auction110988: 0
2026-03-25 01:53:28 [ecarstrade.be] INFO: Found listing with ID: 6998868auction110988
2026-03-25 01:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998868auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:29 [ecarstrade.be] INFO: Scrape type for 6998868auction110988: 0
2026-03-25 01:53:29 [ecarstrade.be] INFO: Found listing with ID: 6998870auction110988
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998870auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:29 [ecarstrade.be] INFO: Scrape type for 6998870auction110988: 0
2026-03-25 01:53:29 [ecarstrade.be] INFO: Found listing with ID: 6998871auction110988
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998871auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:29 [ecarstrade.be] INFO: Scrape type for 6998871auction110988: 0
2026-03-25 01:53:29 [ecarstrade.be] INFO: Found listing with ID: 6998874auction110988
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998874auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:29 [ecarstrade.be] INFO: Scrape type for 6998874auction110988: 0
2026-03-25 01:53:29 [ecarstrade.be] INFO: Found listing with ID: 6998876auction110988
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998876auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:29 [ecarstrade.be] INFO: Scrape type for 6998876auction110988: 0
2026-03-25 01:53:29 [ecarstrade.be] INFO: Found listing with ID: 6998880auction110988
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998880auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:29 [ecarstrade.be] INFO: Scrape type for 6998880auction110988: 0
2026-03-25 01:53:29 [ecarstrade.be] INFO: Found listing with ID: 6998884auction110988
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998884auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:29 [ecarstrade.be] INFO: Scrape type for 6998884auction110988: 0
2026-03-25 01:53:29 [ecarstrade.be] INFO: Found listing with ID: 6998890auction110988
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998890auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:29 [ecarstrade.be] INFO: Scrape type for 6998890auction110988: 0
2026-03-25 01:53:29 [ecarstrade.be] INFO: Found listing with ID: 6998894auction110988
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998894auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:29 [ecarstrade.be] INFO: Scrape type for 6998894auction110988: 0
2026-03-25 01:53:29 [ecarstrade.be] INFO: Found listing with ID: 6998906auction110988
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998906auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:29 [ecarstrade.be] INFO: Scrape type for 6998906auction110988: 0
2026-03-25 01:53:29 [ecarstrade.be] INFO: Found listing with ID: 6998913auction110988
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998913auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:29 [ecarstrade.be] INFO: Scrape type for 6998913auction110988: 0
2026-03-25 01:53:29 [ecarstrade.be] INFO: Found listing with ID: 6998915auction110988
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998915auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:29 [ecarstrade.be] INFO: Scrape type for 6998915auction110988: 0
2026-03-25 01:53:29 [ecarstrade.be] INFO: Found listing with ID: 6998918auction110988
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998918auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:29 [ecarstrade.be] INFO: Scrape type for 6998918auction110988: 0
2026-03-25 01:53:29 [ecarstrade.be] INFO: Found listing with ID: 6998921auction110988
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998921auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:29 [ecarstrade.be] INFO: Scrape type for 6998921auction110988: 0
2026-03-25 01:53:29 [ecarstrade.be] INFO: Found listing with ID: 6998922auction110988
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998922auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:29 [ecarstrade.be] INFO: Scrape type for 6998922auction110988: 0
2026-03-25 01:53:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page128?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998923auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998923auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998923auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998925auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998925auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998925auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998927auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998927auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998927auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998928auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998928auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998928auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998931auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998931auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998931auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998934auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998934auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998934auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998936auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998936auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998936auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998939auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998939auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998939auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998941auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998941auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998941auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998942auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998942auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998942auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998945auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998945auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998945auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998947auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998947auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998947auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998949auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998949auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998949auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998952auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998952auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998952auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998955auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998955auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998955auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998957auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998957auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998957auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998959auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998959auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998959auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998960auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998960auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998960auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998963auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998963auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998963auction110988: 0
2026-03-25 01:53:37 [ecarstrade.be] INFO: Found listing with ID: 6998965auction110988
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998965auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:37 [ecarstrade.be] INFO: Scrape type for 6998965auction110988: 0
2026-03-25 01:53:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:53:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page128?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:53:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:53:44 [ecarstrade.be] INFO: Found listing with ID: 6998967auction110988
2026-03-25 01:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998967auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:44 [ecarstrade.be] INFO: Scrape type for 6998967auction110988: 0
2026-03-25 01:53:44 [ecarstrade.be] INFO: Found listing with ID: 6998969auction110988
2026-03-25 01:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998969auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:44 [ecarstrade.be] INFO: Scrape type for 6998969auction110988: 0
2026-03-25 01:53:44 [ecarstrade.be] INFO: Found listing with ID: 6998971auction110988
2026-03-25 01:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998971auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:44 [ecarstrade.be] INFO: Scrape type for 6998971auction110988: 0
2026-03-25 01:53:44 [ecarstrade.be] INFO: Found listing with ID: 6998972auction110988
2026-03-25 01:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998972auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:44 [ecarstrade.be] INFO: Scrape type for 6998972auction110988: 0
2026-03-25 01:53:44 [ecarstrade.be] INFO: Found listing with ID: 6998973auction110988
2026-03-25 01:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998973auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:44 [ecarstrade.be] INFO: Scrape type for 6998973auction110988: 0
2026-03-25 01:53:44 [ecarstrade.be] INFO: Found listing with ID: 6998975auction110988
2026-03-25 01:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998975auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:44 [ecarstrade.be] INFO: Scrape type for 6998975auction110988: 0
2026-03-25 01:53:44 [ecarstrade.be] INFO: Found listing with ID: 6998976auction110988
2026-03-25 01:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998976auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:45 [ecarstrade.be] INFO: Scrape type for 6998976auction110988: 0
2026-03-25 01:53:45 [ecarstrade.be] INFO: Found listing with ID: 6998977auction110988
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998977auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:45 [ecarstrade.be] INFO: Scrape type for 6998977auction110988: 0
2026-03-25 01:53:45 [ecarstrade.be] INFO: Found listing with ID: 6998978auction110988
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998978auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:45 [ecarstrade.be] INFO: Scrape type for 6998978auction110988: 0
2026-03-25 01:53:45 [ecarstrade.be] INFO: Found listing with ID: 6998981auction110988
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998981auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:45 [ecarstrade.be] INFO: Scrape type for 6998981auction110988: 0
2026-03-25 01:53:45 [ecarstrade.be] INFO: Found listing with ID: 6998985auction110988
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998985auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:45 [ecarstrade.be] INFO: Scrape type for 6998985auction110988: 0
2026-03-25 01:53:45 [ecarstrade.be] INFO: Found listing with ID: 6998988auction110988
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998988auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:45 [ecarstrade.be] INFO: Scrape type for 6998988auction110988: 0
2026-03-25 01:53:45 [ecarstrade.be] INFO: Found listing with ID: 6998989auction110988
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998989auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:45 [ecarstrade.be] INFO: Scrape type for 6998989auction110988: 0
2026-03-25 01:53:45 [ecarstrade.be] INFO: Found listing with ID: 6998992auction110988
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998992auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:45 [ecarstrade.be] INFO: Scrape type for 6998992auction110988: 0
2026-03-25 01:53:45 [ecarstrade.be] INFO: Found listing with ID: 6999000auction110988
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999000auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:45 [ecarstrade.be] INFO: Scrape type for 6999000auction110988: 0
2026-03-25 01:53:45 [ecarstrade.be] INFO: Found listing with ID: 6999002auction110988
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999002auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:45 [ecarstrade.be] INFO: Scrape type for 6999002auction110988: 0
2026-03-25 01:53:45 [ecarstrade.be] INFO: Found listing with ID: 6999005auction110988
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999005auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:45 [ecarstrade.be] INFO: Scrape type for 6999005auction110988: 0
2026-03-25 01:53:45 [ecarstrade.be] INFO: Found listing with ID: 6999008auction110988
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999008auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:45 [ecarstrade.be] INFO: Scrape type for 6999008auction110988: 0
2026-03-25 01:53:45 [ecarstrade.be] INFO: Found listing with ID: 6999011auction110988
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999011auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:45 [ecarstrade.be] INFO: Scrape type for 6999011auction110988: 0
2026-03-25 01:53:45 [ecarstrade.be] INFO: Found listing with ID: 6999013auction110988
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999013auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:45 [ecarstrade.be] INFO: Scrape type for 6999013auction110988: 0
2026-03-25 01:53:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:53:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:53:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:53:57 [ecarstrade.be] INFO: Found listing with ID: 6999015auction110988
2026-03-25 01:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999015auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:57 [ecarstrade.be] INFO: Scrape type for 6999015auction110988: 0
2026-03-25 01:53:57 [ecarstrade.be] INFO: Found listing with ID: 6999018auction110988
2026-03-25 01:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999018auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:57 [ecarstrade.be] INFO: Scrape type for 6999018auction110988: 0
2026-03-25 01:53:57 [ecarstrade.be] INFO: Found listing with ID: 6999024auction110988
2026-03-25 01:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999024auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:57 [ecarstrade.be] INFO: Scrape type for 6999024auction110988: 0
2026-03-25 01:53:57 [ecarstrade.be] INFO: Found listing with ID: 6999026auction110988
2026-03-25 01:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999026auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:57 [ecarstrade.be] INFO: Scrape type for 6999026auction110988: 0
2026-03-25 01:53:57 [ecarstrade.be] INFO: Found listing with ID: 6999028auction110988
2026-03-25 01:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999028auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:58 [ecarstrade.be] INFO: Scrape type for 6999028auction110988: 0
2026-03-25 01:53:58 [ecarstrade.be] INFO: Found listing with ID: 6999031auction110988
2026-03-25 01:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999031auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:58 [ecarstrade.be] INFO: Scrape type for 6999031auction110988: 0
2026-03-25 01:53:58 [ecarstrade.be] INFO: Found listing with ID: 6999032auction110988
2026-03-25 01:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999032auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:58 [ecarstrade.be] INFO: Scrape type for 6999032auction110988: 0
2026-03-25 01:53:58 [ecarstrade.be] INFO: Found listing with ID: 6999033auction110988
2026-03-25 01:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999033auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:58 [ecarstrade.be] INFO: Scrape type for 6999033auction110988: 0
2026-03-25 01:53:58 [ecarstrade.be] INFO: Found listing with ID: 6999035auction110988
2026-03-25 01:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999035auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:58 [ecarstrade.be] INFO: Scrape type for 6999035auction110988: 0
2026-03-25 01:53:58 [ecarstrade.be] INFO: Found listing with ID: 6999036auction110988
2026-03-25 01:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999036auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:58 [ecarstrade.be] INFO: Scrape type for 6999036auction110988: 0
2026-03-25 01:53:58 [ecarstrade.be] INFO: Found listing with ID: 6999037auction110988
2026-03-25 01:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999037auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:58 [ecarstrade.be] INFO: Scrape type for 6999037auction110988: 0
2026-03-25 01:53:58 [ecarstrade.be] INFO: Found listing with ID: 6999038auction110988
2026-03-25 01:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999038auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:58 [ecarstrade.be] INFO: Scrape type for 6999038auction110988: 0
2026-03-25 01:53:58 [ecarstrade.be] INFO: Found listing with ID: 6999039auction110988
2026-03-25 01:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999039auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:58 [ecarstrade.be] INFO: Scrape type for 6999039auction110988: 0
2026-03-25 01:53:58 [ecarstrade.be] INFO: Found listing with ID: 6999040auction110988
2026-03-25 01:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999040auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:58 [ecarstrade.be] INFO: Scrape type for 6999040auction110988: 0
2026-03-25 01:53:58 [ecarstrade.be] INFO: Found listing with ID: 6999041auction110988
2026-03-25 01:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999041auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:58 [ecarstrade.be] INFO: Scrape type for 6999041auction110988: 0
2026-03-25 01:53:58 [ecarstrade.be] INFO: Found listing with ID: 6999043auction110988
2026-03-25 01:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999043auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:58 [ecarstrade.be] INFO: Scrape type for 6999043auction110988: 0
2026-03-25 01:53:58 [ecarstrade.be] INFO: Found listing with ID: 6999044auction110988
2026-03-25 01:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999044auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:58 [ecarstrade.be] INFO: Scrape type for 6999044auction110988: 0
2026-03-25 01:53:58 [ecarstrade.be] INFO: Found listing with ID: 6999045auction110988
2026-03-25 01:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999045auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:58 [ecarstrade.be] INFO: Scrape type for 6999045auction110988: 0
2026-03-25 01:53:58 [ecarstrade.be] INFO: Found listing with ID: 6999046auction110988
2026-03-25 01:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999046auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:58 [ecarstrade.be] INFO: Scrape type for 6999046auction110988: 0
2026-03-25 01:53:58 [ecarstrade.be] INFO: Found listing with ID: 6999048auction110988
2026-03-25 01:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276999048auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:53:58 [ecarstrade.be] INFO: Scrape type for 6999048auction110988: 0
2026-03-25 01:53:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6999049auction110988
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999049auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6999049auction110988: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6999050auction110988
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999050auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6999050auction110988: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6999051auction110988
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999051auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6999051auction110988: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6999052auction110988
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999052auction110988%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6999052auction110988: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6997015auction110980
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997015auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6997015auction110980: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6997016auction110980
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997016auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6997016auction110980: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6997017auction110980
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997017auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6997017auction110980: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6997018auction110980
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997018auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6997018auction110980: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6997019auction110980
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997019auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6997019auction110980: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6997021auction110980
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997021auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6997021auction110980: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6997022auction110980
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997022auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6997022auction110980: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6997023auction110980
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997023auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6997023auction110980: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6997024auction110980
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997024auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6997024auction110980: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6997025auction110980
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997025auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6997025auction110980: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6997026auction110980
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997026auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6997026auction110980: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6997027auction110980
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997027auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6997027auction110980: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6997028auction110980
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997028auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6997028auction110980: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6997030auction110980
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997030auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6997030auction110980: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6997031auction110980
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997031auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6997031auction110980: 0
2026-03-25 01:54:06 [ecarstrade.be] INFO: Found listing with ID: 6997032auction110980
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997032auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:06 [ecarstrade.be] INFO: Scrape type for 6997032auction110980: 0
2026-03-25 01:54:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:06 [scrapy.extensions.logstats] INFO: Crawled 180 pages (at 7 pages/min), scraped 47 items (at 0 items/min)
2026-03-25 01:54:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 342MiB
2026-03-25 01:54:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997033auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997033auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997033auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997034auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997034auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997034auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997035auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997035auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997035auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997036auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997036auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997036auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997037auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997037auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997037auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997038auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997038auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997038auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997039auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997039auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997039auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997040auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997040auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997040auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997041auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997041auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997041auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997042auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997042auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997042auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997043auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997043auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997043auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997044auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997044auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997044auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997045auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997045auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997045auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997046auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997046auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997046auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997047auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997047auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997047auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997048auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997048auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997048auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997049auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997049auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997049auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997050auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997050auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997050auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997052auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997052auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997052auction110980: 0
2026-03-25 01:54:12 [ecarstrade.be] INFO: Found listing with ID: 6997053auction110980
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997053auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:12 [ecarstrade.be] INFO: Scrape type for 6997053auction110980: 0
2026-03-25 01:54:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997054auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997054auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997054auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997055auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997055auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997055auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997056auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997056auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997056auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997057auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997057auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997057auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997058auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997058auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997058auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997059auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997059auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997059auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997060auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997060auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997060auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997062auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997062auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997062auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997063auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997063auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997063auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997064auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997064auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997064auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997065auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997065auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997065auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997066auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997066auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997066auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997067auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997067auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997067auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997069auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997069auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997069auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997070auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997070auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997070auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997071auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997071auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997071auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997072auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997072auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997072auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997073auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997073auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997073auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997074auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997074auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997074auction110980: 0
2026-03-25 01:54:18 [ecarstrade.be] INFO: Found listing with ID: 6997075auction110980
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997075auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:18 [ecarstrade.be] INFO: Scrape type for 6997075auction110980: 0
2026-03-25 01:54:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6997076auction110980
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997076auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6997076auction110980: 0
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6997077auction110980
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997077auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6997077auction110980: 0
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6997079auction110980
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997079auction110980%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6997079auction110980: 0
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6991571auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991571auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6991571auction61871: 0
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6946076auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946076auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6946076auction61871: 2
2026-03-25 01:54:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6946073auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946073auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6946073auction61871: 2
2026-03-25 01:54:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6946074auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946074auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6946074auction61871: 2
2026-03-25 01:54:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6946068auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946068auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6946068auction61871: 2
2026-03-25 01:54:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6946070auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946070auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6946070auction61871: 2
2026-03-25 01:54:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6946071auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946071auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6946071auction61871: 2
2026-03-25 01:54:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6946065auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946065auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6946065auction61871: 2
2026-03-25 01:54:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6946066auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946066auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6946066auction61871: 2
2026-03-25 01:54:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6946059auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946059auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6946059auction61871: 2
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6946055auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946055auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6946055auction61871: 2
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6946058auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946058auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6946058auction61871: 2
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6946062auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946062auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6946062auction61871: 2
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6922683auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922683auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6922683auction61871: 2
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6922669auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922669auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6922669auction61871: 2
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6922672auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922672auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6922672auction61871: 2
2026-03-25 01:54:26 [ecarstrade.be] INFO: Found listing with ID: 6922675auction61871
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922675auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:26 [ecarstrade.be] INFO: Scrape type for 6922675auction61871: 2
2026-03-25 01:54:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:54:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946071> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:54:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:54:32 [ecarstrade.be] INFO: Found listing with ID: 6922671auction61871
2026-03-25 01:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276922671auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:32 [ecarstrade.be] INFO: Scrape type for 6922671auction61871: 2
2026-03-25 01:54:32 [ecarstrade.be] INFO: Found listing with ID: 6875427auction61871
2026-03-25 01:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276875427auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:32 [ecarstrade.be] INFO: Scrape type for 6875427auction61871: 2
2026-03-25 01:54:32 [ecarstrade.be] INFO: Found listing with ID: 6875414auction61871
2026-03-25 01:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276875414auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:32 [ecarstrade.be] INFO: Scrape type for 6875414auction61871: 2
2026-03-25 01:54:32 [ecarstrade.be] INFO: Extracting details for car 6946071auction61871
2026-03-25 01:54:32 [ecarstrade.be] INFO: Found listing with ID: 6875416auction61871
2026-03-25 01:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276875416auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:32 [ecarstrade.be] INFO: Scrape type for 6875416auction61871: 2
2026-03-25 01:54:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 010bcc06-970a-525e-99ab-65c141ca5793 with identifier: 6946071auction61871
2026-03-25 01:54:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 010bcc06-970a-525e-99ab-65c141ca5793 with scrape type 2
2026-03-25 01:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 010bcc06-970a-525e-99ab-65c141ca5793 with scrape type 2
2026-03-25 01:54:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 010bcc06-970a-525e-99ab-65c141ca5793, identifier: 6946071auction61871
2026-03-25 01:54:33 [ecarstrade.be] INFO: Found listing with ID: 6875422auction61871
2026-03-25 01:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875422auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:33 [ecarstrade.be] INFO: Scrape type for 6875422auction61871: 2
2026-03-25 01:54:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 010bcc06-970a-525e-99ab-65c141ca5793 with identifier: 6946071auction61871
2026-03-25 01:54:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 010bcc06-970a-525e-99ab-65c141ca5793 with identifier: 6946071auction61871
2026-03-25 01:54:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 010bcc06-970a-525e-99ab-65c141ca5793 with identifier: 6946071auction61871 to the API
2026-03-25 01:54:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946071>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '010bcc06-970a-525e-99ab-65c141ca5793',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6946071',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 170807,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 7,
'seller_name': None,
'title': "Peugeot, 5008 FL'20, Peugeot 5008 1.5 BlueHDi 96kW S&S Active Pack "
'5d',
'transmission': 'manual',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S Active Pack 5d",
'vin': None,
'year': 2021}
2026-03-25 01:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946071auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:33 [ecarstrade.be] INFO: Saving data for 6946071auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773127627.307712, 'last_price_update_time': 1774403673.857951}
2026-03-25 01:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946071auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:33 [ecarstrade.be] INFO: Found listing with ID: 6875403auction61871
2026-03-25 01:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875403auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:33 [ecarstrade.be] INFO: Scrape type for 6875403auction61871: 2
2026-03-25 01:54:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946065> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946073> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:33 [ecarstrade.be] INFO: Found listing with ID: 6875388auction61871
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875388auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:34 [ecarstrade.be] INFO: Scrape type for 6875388auction61871: 2
2026-03-25 01:54:34 [ecarstrade.be] INFO: Found listing with ID: 6875398auction61871
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875398auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:34 [ecarstrade.be] INFO: Scrape type for 6875398auction61871: 2
2026-03-25 01:54:34 [ecarstrade.be] INFO: Found listing with ID: 6875377auction61871
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875377auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:34 [ecarstrade.be] INFO: Scrape type for 6875377auction61871: 2
2026-03-25 01:54:34 [ecarstrade.be] INFO: Found listing with ID: 6875376auction61871
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875376auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:34 [ecarstrade.be] INFO: Scrape type for 6875376auction61871: 2
2026-03-25 01:54:34 [ecarstrade.be] INFO: Found listing with ID: 6875385auction61871
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875385auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:34 [ecarstrade.be] INFO: Scrape type for 6875385auction61871: 2
2026-03-25 01:54:34 [ecarstrade.be] INFO: Extracting details for car 6946065auction61871
2026-03-25 01:54:34 [ecarstrade.be] INFO: Extracting details for car 6946073auction61871
2026-03-25 01:54:34 [ecarstrade.be] INFO: Found listing with ID: 6865618auction61871
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865618auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:34 [ecarstrade.be] INFO: Scrape type for 6865618auction61871: 2
2026-03-25 01:54:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with identifier: 6946065auction61871
2026-03-25 01:54:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with scrape type 2
2026-03-25 01:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with scrape type 2
2026-03-25 01:54:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 20fb135b-b8ab-56ba-a41a-8a6a781a6a99, identifier: 6946065auction61871
2026-03-25 01:54:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99b242b5-40a4-55e6-a566-1dc8e8aea015 with identifier: 6946073auction61871
2026-03-25 01:54:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99b242b5-40a4-55e6-a566-1dc8e8aea015 with scrape type 2
2026-03-25 01:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99b242b5-40a4-55e6-a566-1dc8e8aea015 with scrape type 2
2026-03-25 01:54:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99b242b5-40a4-55e6-a566-1dc8e8aea015, identifier: 6946073auction61871
2026-03-25 01:54:34 [ecarstrade.be] INFO: Found listing with ID: 6865609auction61871
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865609auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:34 [ecarstrade.be] INFO: Scrape type for 6865609auction61871: 2
2026-03-25 01:54:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with identifier: 6946065auction61871
2026-03-25 01:54:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with identifier: 6946065auction61871
2026-03-25 01:54:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with identifier: 6946065auction61871 to the API
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946065>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '20fb135b-b8ab-56ba-a41a-8a6a781a6a99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6946065',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 160105,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 2,
'seller_name': None,
'title': 'MERCEDES-BENZ CITAN 109 FOURGON MWB DIESEL 1.5 CDI A2 95 BE Perfect '
'Tool S/S (EU6d-T) 5d',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CITAN 109 FOURGON MWB DIESEL 1.5 CDI A2 95 BE Perfect '
'Tool S/S (EU6d-T) 5d',
'vin': None,
'year': 2020}
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946065auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:34 [ecarstrade.be] INFO: Saving data for 6946065auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773127615.967384, 'last_price_update_time': 1774403674.707483}
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946065auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99b242b5-40a4-55e6-a566-1dc8e8aea015 with identifier: 6946073auction61871
2026-03-25 01:54:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99b242b5-40a4-55e6-a566-1dc8e8aea015 with identifier: 6946073auction61871
2026-03-25 01:54:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99b242b5-40a4-55e6-a566-1dc8e8aea015 with identifier: 6946073auction61871 to the API
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946073>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '99b242b5-40a4-55e6-a566-1dc8e8aea015',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6946073',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 154717,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 2,
'seller_name': None,
'title': "Renault, _Kangoo Express '13, Renault Kangoo Express Blue dCi 80 "
'Grand Confort 4',
'transmission': 'manual',
'trim': ", _ Express '13, Express Blue dCi 80 Grand Confort 4",
'vin': None,
'year': 2020}
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946073auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:35 [ecarstrade.be] INFO: Saving data for 6946073auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773127655.213527, 'last_price_update_time': 1774403675.009339}
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946073auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:35 [ecarstrade.be] INFO: Found listing with ID: 6864872auction61871
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276864872auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:35 [ecarstrade.be] INFO: Scrape type for 6864872auction61871: 2
2026-03-25 01:54:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946076> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:35 [ecarstrade.be] INFO: Found listing with ID: 6864873auction61871
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276864873auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:35 [ecarstrade.be] INFO: Scrape type for 6864873auction61871: 2
2026-03-25 01:54:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:35 [ecarstrade.be] INFO: Found listing with ID: 6865569auction61871
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865569auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:35 [ecarstrade.be] INFO: Scrape type for 6865569auction61871: 2
2026-03-25 01:54:35 [ecarstrade.be] INFO: Found listing with ID: 6865577auction61871
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865577auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:35 [ecarstrade.be] INFO: Scrape type for 6865577auction61871: 2
2026-03-25 01:54:35 [ecarstrade.be] INFO: Found listing with ID: 6946054auction61871
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946054auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:35 [ecarstrade.be] INFO: Scrape type for 6946054auction61871: 2
2026-03-25 01:54:35 [ecarstrade.be] INFO: Found listing with ID: 6864841auction61871
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276864841auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:35 [ecarstrade.be] INFO: Scrape type for 6864841auction61871: 2
2026-03-25 01:54:35 [ecarstrade.be] INFO: Found listing with ID: 6827810auction61871
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827810auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:35 [ecarstrade.be] INFO: Scrape type for 6827810auction61871: 2
2026-03-25 01:54:35 [ecarstrade.be] INFO: Extracting details for car 6946076auction61871
2026-03-25 01:54:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b1319a8-024a-5d46-b49e-2f9bcae60521 with identifier: 6946076auction61871
2026-03-25 01:54:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b1319a8-024a-5d46-b49e-2f9bcae60521 with scrape type 2
2026-03-25 01:54:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b1319a8-024a-5d46-b49e-2f9bcae60521 with scrape type 2
2026-03-25 01:54:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b1319a8-024a-5d46-b49e-2f9bcae60521, identifier: 6946076auction61871
2026-03-25 01:54:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b1319a8-024a-5d46-b49e-2f9bcae60521 with identifier: 6946076auction61871
2026-03-25 01:54:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b1319a8-024a-5d46-b49e-2f9bcae60521 with identifier: 6946076auction61871
2026-03-25 01:54:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b1319a8-024a-5d46-b49e-2f9bcae60521 with identifier: 6946076auction61871 to the API
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946076>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '2b1319a8-024a-5d46-b49e-2f9bcae60521',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6946076',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '508',
'odometer': 159650,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW 1.5 BlueHDi 130 S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.5 BlueHDi 130 S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946076auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:35 [ecarstrade.be] INFO: Saving data for 6946076auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773127682.582379, 'last_price_update_time': 1774403675.591477}
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946076auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946074> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:36 [ecarstrade.be] INFO: Extracting details for car 6946074auction61871
2026-03-25 01:54:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 152ccc82-4371-5067-8c06-b500915f38e9 with identifier: 6946074auction61871
2026-03-25 01:54:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 152ccc82-4371-5067-8c06-b500915f38e9 with scrape type 2
2026-03-25 01:54:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 152ccc82-4371-5067-8c06-b500915f38e9 with scrape type 2
2026-03-25 01:54:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 152ccc82-4371-5067-8c06-b500915f38e9, identifier: 6946074auction61871
2026-03-25 01:54:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 152ccc82-4371-5067-8c06-b500915f38e9 with identifier: 6946074auction61871
2026-03-25 01:54:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 152ccc82-4371-5067-8c06-b500915f38e9 with identifier: 6946074auction61871
2026-03-25 01:54:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 152ccc82-4371-5067-8c06-b500915f38e9 with identifier: 6946074auction61871 to the API
2026-03-25 01:54:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946074>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Petrol',
'id': '152ccc82-4371-5067-8c06-b500915f38e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6946074',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 181088,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': 5,
'seller_name': None,
'title': "Toyota, C-HR '16, Toyota C-HR 1.8 VVT i-Hybrid C-Enter E-CVT 5d",
'transmission': 'automatic',
'trim': ", '16, 1.8 VVT i-Hybrid C-Enter E-CVT 5d",
'vin': None,
'year': 2022}
2026-03-25 01:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946074auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:36 [ecarstrade.be] INFO: Saving data for 6946074auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773127627.898986, 'last_price_update_time': 1774403676.745101}
2026-03-25 01:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946074auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946070> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:37 [ecarstrade.be] INFO: Extracting details for car 6946070auction61871
2026-03-25 01:54:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82100331-18fb-5b0c-8c94-4cac1448e757 with identifier: 6946070auction61871
2026-03-25 01:54:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82100331-18fb-5b0c-8c94-4cac1448e757 with scrape type 2
2026-03-25 01:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82100331-18fb-5b0c-8c94-4cac1448e757 with scrape type 2
2026-03-25 01:54:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82100331-18fb-5b0c-8c94-4cac1448e757, identifier: 6946070auction61871
2026-03-25 01:54:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82100331-18fb-5b0c-8c94-4cac1448e757 with identifier: 6946070auction61871
2026-03-25 01:54:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82100331-18fb-5b0c-8c94-4cac1448e757 with identifier: 6946070auction61871
2026-03-25 01:54:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82100331-18fb-5b0c-8c94-4cac1448e757 with identifier: 6946070auction61871 to the API
2026-03-25 01:54:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946070>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Petrol',
'id': '82100331-18fb-5b0c-8c94-4cac1448e757',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6946070',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 150322,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 5008 '16, Peugeot 5008 1.2 PureTech 96kW S&S GT Line 5d",
'transmission': 'manual',
'trim': ", '16, 1.2 PureTech 96kW S&S GT Line 5d",
'vin': None,
'year': 2020}
2026-03-25 01:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946070auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:37 [ecarstrade.be] INFO: Saving data for 6946070auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773127631.635863, 'last_price_update_time': 1774403677.477044}
2026-03-25 01:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946070auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946066> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:40 [ecarstrade.be] INFO: Extracting details for car 6946066auction61871
2026-03-25 01:54:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85de3a5d-2035-57d6-af6b-e1095445faf3 with identifier: 6946066auction61871
2026-03-25 01:54:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85de3a5d-2035-57d6-af6b-e1095445faf3 with scrape type 2
2026-03-25 01:54:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85de3a5d-2035-57d6-af6b-e1095445faf3 with scrape type 2
2026-03-25 01:54:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85de3a5d-2035-57d6-af6b-e1095445faf3, identifier: 6946066auction61871
2026-03-25 01:54:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85de3a5d-2035-57d6-af6b-e1095445faf3 with identifier: 6946066auction61871
2026-03-25 01:54:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85de3a5d-2035-57d6-af6b-e1095445faf3 with identifier: 6946066auction61871
2026-03-25 01:54:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85de3a5d-2035-57d6-af6b-e1095445faf3 with identifier: 6946066auction61871 to the API
2026-03-25 01:54:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946066>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '85de3a5d-2035-57d6-af6b-e1095445faf3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6946066',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 153022,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 2.0 CRTDI 85kW Clever 5d',
'transmission': 'manual',
'trim': 'Combi 2.0 CRTDI 85kW Clever 5d',
'vin': None,
'year': 2022}
2026-03-25 01:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946066auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:41 [ecarstrade.be] INFO: Saving data for 6946066auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773127613.224193, 'last_price_update_time': 1774403681.28087}
2026-03-25 01:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946066auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946058> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:41 [ecarstrade.be] INFO: Extracting details for car 6946058auction61871
2026-03-25 01:54:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with identifier: 6946058auction61871
2026-03-25 01:54:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with scrape type 2
2026-03-25 01:54:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with scrape type 2
2026-03-25 01:54:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 78f8c3cb-511e-5b68-9a3a-2defd6358b31, identifier: 6946058auction61871
2026-03-25 01:54:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with identifier: 6946058auction61871
2026-03-25 01:54:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with identifier: 6946058auction61871
2026-03-25 01:54:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with identifier: 6946058auction61871 to the API
2026-03-25 01:54:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946058>
{'auction_title': '',
'c_o_2_emission_value': 243,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '78f8c3cb-511e-5b68-9a3a-2defd6358b31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6946058',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 216794,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 3,
'seller_name': None,
'title': "Peugeot, _Boxer '14, Peugeot Boxer 2.2 BlueHDi S&S 140 Premium 335 "
'L2H2',
'transmission': 'manual',
'trim': ", _ '14, 2.2 BlueHDi S&S 140 Premium 335 L2H2",
'vin': None,
'year': 2021}
2026-03-25 01:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946058auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:41 [ecarstrade.be] INFO: Saving data for 6946058auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773127616.700679, 'last_price_update_time': 1774403681.978778}
2026-03-25 01:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946058auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946059> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:42 [ecarstrade.be] INFO: Extracting details for car 6946059auction61871
2026-03-25 01:54:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94be7e81-8417-59fd-b37b-80165df7a381 with identifier: 6946059auction61871
2026-03-25 01:54:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94be7e81-8417-59fd-b37b-80165df7a381 with scrape type 2
2026-03-25 01:54:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94be7e81-8417-59fd-b37b-80165df7a381 with scrape type 2
2026-03-25 01:54:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94be7e81-8417-59fd-b37b-80165df7a381, identifier: 6946059auction61871
2026-03-25 01:54:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94be7e81-8417-59fd-b37b-80165df7a381 with identifier: 6946059auction61871
2026-03-25 01:54:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94be7e81-8417-59fd-b37b-80165df7a381 with identifier: 6946059auction61871
2026-03-25 01:54:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94be7e81-8417-59fd-b37b-80165df7a381 with identifier: 6946059auction61871 to the API
2026-03-25 01:54:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946059>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '94be7e81-8417-59fd-b37b-80165df7a381',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6946059',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Combo',
'odometer': 196556,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Combo 1.5 Turbo 75kW 2.3T L2H1 Crew Van 4d',
'transmission': 'manual',
'trim': '1.5 Turbo 75kW 2.3T L2H1 Crew Van 4d',
'vin': None,
'year': 2021}
2026-03-25 01:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946059auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:42 [ecarstrade.be] INFO: Saving data for 6946059auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773127624.937008, 'last_price_update_time': 1774403682.584572}
2026-03-25 01:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946059auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922683> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:43 [ecarstrade.be] INFO: Extracting details for car 6922683auction61871
2026-03-25 01:54:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 408efcbe-4b49-5f0a-8e88-ad361681beab with identifier: 6922683auction61871
2026-03-25 01:54:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 408efcbe-4b49-5f0a-8e88-ad361681beab with scrape type 2
2026-03-25 01:54:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 408efcbe-4b49-5f0a-8e88-ad361681beab with scrape type 2
2026-03-25 01:54:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 408efcbe-4b49-5f0a-8e88-ad361681beab, identifier: 6922683auction61871
2026-03-25 01:54:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 408efcbe-4b49-5f0a-8e88-ad361681beab with identifier: 6922683auction61871
2026-03-25 01:54:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 01:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 01:54:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 408efcbe-4b49-5f0a-8e88-ad361681beab with identifier: 6922683auction61871
2026-03-25 01:54:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 408efcbe-4b49-5f0a-8e88-ad361681beab with identifier: 6922683auction61871 to the API
2026-03-25 01:54:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922683>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '408efcbe-4b49-5f0a-8e88-ad361681beab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922683',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A6',
'odometer': 214653,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A6 Avant Business Edition Sport 35 TDI S tronic 5d',
'transmission': 'automatic',
'trim': 'Avant Business Edition Sport 35 TDI S tronic 5d',
'vin': None,
'year': 2021}
2026-03-25 01:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922683auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:43 [ecarstrade.be] INFO: Saving data for 6922683auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772613566.769279, 'last_price_update_time': 1774403683.574032}
2026-03-25 01:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922683auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922669> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:54:44 [ecarstrade.be] INFO: Extracting details for car 6922669auction61871
2026-03-25 01:54:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0b42e93-1533-54fb-be6e-533b8b131884 with identifier: 6922669auction61871
2026-03-25 01:54:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0b42e93-1533-54fb-be6e-533b8b131884 with scrape type 2
2026-03-25 01:54:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0b42e93-1533-54fb-be6e-533b8b131884 with scrape type 2
2026-03-25 01:54:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c0b42e93-1533-54fb-be6e-533b8b131884, identifier: 6922669auction61871
2026-03-25 01:54:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c0b42e93-1533-54fb-be6e-533b8b131884 with identifier: 6922669auction61871
2026-03-25 01:54:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c0b42e93-1533-54fb-be6e-533b8b131884 with identifier: 6922669auction61871
2026-03-25 01:54:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c0b42e93-1533-54fb-be6e-533b8b131884 with identifier: 6922669auction61871 to the API
2026-03-25 01:54:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922669>
{'auction_title': '',
'c_o_2_emission_value': 191,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.9L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': 'c0b42e93-1533-54fb-be6e-533b8b131884',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922669',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'Vito',
'odometer': 227783,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 3,
'seller_name': None,
'title': 'Mercedes-Benz Vito 116 CDI L2 Aut. 4d',
'transmission': 'automatic',
'trim': '-Benz 116 CDI L2 Aut. 4d',
'vin': None,
'year': 2021}
2026-03-25 01:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922669auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:44 [ecarstrade.be] INFO: Saving data for 6922669auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773097772.44817, 'last_price_update_time': 1774403684.514365}
2026-03-25 01:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922669auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946062> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:54:44 [ecarstrade.be] INFO: Extracting details for car 6946062auction61871
2026-03-25 01:54:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 375c3a50-e4c8-5f9c-8898-d79efccba6de with identifier: 6946062auction61871
2026-03-25 01:54:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 375c3a50-e4c8-5f9c-8898-d79efccba6de with scrape type 2
2026-03-25 01:54:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 375c3a50-e4c8-5f9c-8898-d79efccba6de with scrape type 2
2026-03-25 01:54:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 375c3a50-e4c8-5f9c-8898-d79efccba6de, identifier: 6946062auction61871
2026-03-25 01:54:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 375c3a50-e4c8-5f9c-8898-d79efccba6de with identifier: 6946062auction61871
2026-03-25 01:54:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 375c3a50-e4c8-5f9c-8898-d79efccba6de with identifier: 6946062auction61871
2026-03-25 01:54:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 375c3a50-e4c8-5f9c-8898-d79efccba6de with identifier: 6946062auction61871 to the API
2026-03-25 01:54:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946062>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Petrol',
'id': '375c3a50-e4c8-5f9c-8898-d79efccba6de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6946062',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 181645,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf VIII 1.0 TSI 81kW Life 5d',
'transmission': 'manual',
'trim': 'VIII 1.0 TSI 81kW Life 5d',
'vin': None,
'year': 2021}
2026-03-25 01:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276946062auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:45 [ecarstrade.be] INFO: Saving data for 6946062auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773127616.27363, 'last_price_update_time': 1774403685.033014}
2026-03-25 01:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946062auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922672> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:54:47 [ecarstrade.be] INFO: Extracting details for car 6922672auction61871
2026-03-25 01:54:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with identifier: 6922672auction61871
2026-03-25 01:54:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with scrape type 2
2026-03-25 01:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with scrape type 2
2026-03-25 01:54:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77, identifier: 6922672auction61871
2026-03-25 01:54:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with identifier: 6922672auction61871
2026-03-25 01:54:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with identifier: 6922672auction61871
2026-03-25 01:54:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with identifier: 6922672auction61871 to the API
2026-03-25 01:54:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01: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-25 01:54:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922672>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922672',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 190965,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2022}
2026-03-25 01:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276922672auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:47 [ecarstrade.be] INFO: Saving data for 6922672auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773097772.989129, 'last_price_update_time': 1774403687.821358}
2026-03-25 01:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922672auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922675> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:48 [ecarstrade.be] INFO: Extracting details for car 6922675auction61871
2026-03-25 01:54:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with identifier: 6922675auction61871
2026-03-25 01:54:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with scrape type 2
2026-03-25 01:54:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with scrape type 2
2026-03-25 01:54:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc031b4b-4fe5-5b6d-9eb3-31e824e454e4, identifier: 6922675auction61871
2026-03-25 01:54:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with identifier: 6922675auction61871
2026-03-25 01:54:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with identifier: 6922675auction61871
2026-03-25 01:54:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with identifier: 6922675auction61871 to the API
2026-03-25 01:54:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922675>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Petrol',
'id': 'fc031b4b-4fe5-5b6d-9eb3-31e824e454e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922675',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 163152,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Citroën, C5 Aircross '18 PHEV, Citroën C5 Aircross Hybrid 225 "
'e-EAT8 Business GPS',
'transmission': 'automatic',
'trim': "Citroën, '18 PHEV, Citroën Hybrid 225 e-EAT8 Business GPS",
'vin': None,
'year': 2022}
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922675auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Saving data for 6922675auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773097769.292385, 'last_price_update_time': 1774403689.167244}
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922675auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6827822auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827822auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6827822auction61871: 2
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6827834auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827834auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6827834auction61871: 2
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6778570auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778570auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6778570auction61871: 2
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6633964auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276633964auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6633964auction61871: 2
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6865568auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865568auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6865568auction61871: 2
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6587953auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276587953auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6587953auction61871: 2
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6981216auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981216auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6981216auction61871: 0
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6981218auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981218auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6981218auction61871: 0
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6981261auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981261auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6981261auction61871: 0
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6981214auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981214auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6981214auction61871: 0
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6981176auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981176auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6981176auction61871: 0
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6981177auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981177auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6981177auction61871: 0
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6981253auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981253auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6981253auction61871: 0
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6981255auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981255auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6981255auction61871: 0
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6981252auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981252auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6981252auction61871: 0
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6981251auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981251auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6981251auction61871: 0
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6981248auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981248auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6981248auction61871: 0
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6958060auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958060auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6958060auction61871: 0
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6981241auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981241auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6981241auction61871: 0
2026-03-25 01:54:49 [ecarstrade.be] INFO: Found listing with ID: 6936609auction61871
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936609auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:49 [ecarstrade.be] INFO: Scrape type for 6936609auction61871: 0
2026-03-25 01:54:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875416> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:50 [ecarstrade.be] INFO: Extracting details for car 6875416auction61871
2026-03-25 01:54:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0106f422-a13e-572b-a6f6-ca95c89ce383 with identifier: 6875416auction61871
2026-03-25 01:54:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0106f422-a13e-572b-a6f6-ca95c89ce383 with scrape type 2
2026-03-25 01:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0106f422-a13e-572b-a6f6-ca95c89ce383 with scrape type 2
2026-03-25 01:54:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0106f422-a13e-572b-a6f6-ca95c89ce383, identifier: 6875416auction61871
2026-03-25 01:54:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0106f422-a13e-572b-a6f6-ca95c89ce383 with identifier: 6875416auction61871
2026-03-25 01:54:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0106f422-a13e-572b-a6f6-ca95c89ce383 with identifier: 6875416auction61871
2026-03-25 01:54:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0106f422-a13e-572b-a6f6-ca95c89ce383 with identifier: 6875416auction61871 to the API
2026-03-25 01:54:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875416>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '0106f422-a13e-572b-a6f6-ca95c89ce383',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875416',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q2',
'odometer': 188705,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q2 DIESEL - 2021 30 TDi 116hp Business Edition Advanced S '
'tronic 5d',
'transmission': 'automatic',
'trim': 'AUDI DIESEL - 2021 30 TDi 116hp Business Edition Advanced S tronic '
'5d',
'vin': None,
'year': 2023}
2026-03-25 01:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875416auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:50 [ecarstrade.be] INFO: Saving data for 6875416auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772613666.593796, 'last_price_update_time': 1774403690.673857}
2026-03-25 01:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875416auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6864872> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:54:51 [ecarstrade.be] INFO: Extracting details for car 6864872auction61871
2026-03-25 01:54:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7cbc736-e9b3-557c-a4a0-d85f526b398a with identifier: 6864872auction61871
2026-03-25 01:54:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7cbc736-e9b3-557c-a4a0-d85f526b398a with scrape type 2
2026-03-25 01:54:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7cbc736-e9b3-557c-a4a0-d85f526b398a with scrape type 2
2026-03-25 01:54:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b7cbc736-e9b3-557c-a4a0-d85f526b398a, identifier: 6864872auction61871
2026-03-25 01:54:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b7cbc736-e9b3-557c-a4a0-d85f526b398a with identifier: 6864872auction61871
2026-03-25 01:54:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b7cbc736-e9b3-557c-a4a0-d85f526b398a with identifier: 6864872auction61871
2026-03-25 01:54:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b7cbc736-e9b3-557c-a4a0-d85f526b398a with identifier: 6864872auction61871 to the API
2026-03-25 01:54:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6864872>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Petrol',
'id': 'b7cbc736-e9b3-557c-a4a0-d85f526b398a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6864872',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 129134,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S EAT8 Allure 5d',
'transmission': 'automatic',
'trim': '1.2 PureTech 96kW S&S EAT8 Allure 5d',
'vin': None,
'year': 2021}
2026-03-25 01:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276864872auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:52 [ecarstrade.be] INFO: Saving data for 6864872auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772613695.136957, 'last_price_update_time': 1774403692.235027}
2026-03-25 01:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6864872auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875422> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:52 [ecarstrade.be] INFO: Extracting details for car 6875422auction61871
2026-03-25 01:54:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b59daf6a-89de-55b3-9269-ae0d61d41879 with identifier: 6875422auction61871
2026-03-25 01:54:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b59daf6a-89de-55b3-9269-ae0d61d41879 with scrape type 2
2026-03-25 01:54:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b59daf6a-89de-55b3-9269-ae0d61d41879 with scrape type 2
2026-03-25 01:54:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b59daf6a-89de-55b3-9269-ae0d61d41879, identifier: 6875422auction61871
2026-03-25 01:54:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b59daf6a-89de-55b3-9269-ae0d61d41879 with identifier: 6875422auction61871
2026-03-25 01:54:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b59daf6a-89de-55b3-9269-ae0d61d41879 with identifier: 6875422auction61871
2026-03-25 01:54:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b59daf6a-89de-55b3-9269-ae0d61d41879 with identifier: 6875422auction61871 to the API
2026-03-25 01:54:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875422>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Petrol',
'id': 'b59daf6a-89de-55b3-9269-ae0d61d41879',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875422',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 147534,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.2 PureTech 130 S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.2 PureTech 130 S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-25 01:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276875422auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:52 [ecarstrade.be] INFO: Saving data for 6875422auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772613604.868167, 'last_price_update_time': 1774403692.812335}
2026-03-25 01:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875422auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6827810> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:54 [ecarstrade.be] INFO: Extracting details for car 6827810auction61871
2026-03-25 01:54:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24df3511-d57c-5b96-9a8c-f4a313798c13 with identifier: 6827810auction61871
2026-03-25 01:54:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24df3511-d57c-5b96-9a8c-f4a313798c13 with scrape type 2
2026-03-25 01:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24df3511-d57c-5b96-9a8c-f4a313798c13 with scrape type 2
2026-03-25 01:54:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 24df3511-d57c-5b96-9a8c-f4a313798c13, identifier: 6827810auction61871
2026-03-25 01:54:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 24df3511-d57c-5b96-9a8c-f4a313798c13 with identifier: 6827810auction61871
2026-03-25 01:54:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 24df3511-d57c-5b96-9a8c-f4a313798c13 with identifier: 6827810auction61871
2026-03-25 01:54:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 24df3511-d57c-5b96-9a8c-f4a313798c13 with identifier: 6827810auction61871 to the API
2026-03-25 01:54:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6827810>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '24df3511-d57c-5b96-9a8c-f4a313798c13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6827810',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 212878,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'JEEP COMPASS DIESEL - 2017 1.6 MJD 120 4x2 Downtown (EU6d) 5d',
'transmission': 'manual',
'trim': 'JEEP COMPASS DIESEL - 2017 1.6 MJD 120 4x2 Downtown (EU6d) 5d',
'vin': None,
'year': 2020}
2026-03-25 01:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276827810auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:54 [ecarstrade.be] INFO: Saving data for 6827810auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772678429.47268, 'last_price_update_time': 1774403694.944692}
2026-03-25 01:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6827810auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6864841> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:54:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:54:55 [ecarstrade.be] INFO: Extracting details for car 6864841auction61871
2026-03-25 01:54:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40d23773-35d6-5d16-a1f6-3710fbd69071 with identifier: 6864841auction61871
2026-03-25 01:54:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40d23773-35d6-5d16-a1f6-3710fbd69071 with scrape type 2
2026-03-25 01:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40d23773-35d6-5d16-a1f6-3710fbd69071 with scrape type 2
2026-03-25 01:54:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 40d23773-35d6-5d16-a1f6-3710fbd69071, identifier: 6864841auction61871
2026-03-25 01:54:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 40d23773-35d6-5d16-a1f6-3710fbd69071 with identifier: 6864841auction61871
2026-03-25 01:54:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 40d23773-35d6-5d16-a1f6-3710fbd69071 with identifier: 6864841auction61871
2026-03-25 01:54:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 40d23773-35d6-5d16-a1f6-3710fbd69071 with identifier: 6864841auction61871 to the API
2026-03-25 01:54:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:54:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:54:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6864841>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '40d23773-35d6-5d16-a1f6-3710fbd69071',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6864841',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 157155,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-01',
'seats_number': 2,
'seller_name': None,
'title': 'Volkswagen Caddy CRTDi 2.0 55kW SCR BMT Van Startline 3d',
'transmission': 'manual',
'trim': 'CRTDi 2.0 55kW SCR BMT Van Startline 3d',
'vin': None,
'year': 2019}
2026-03-25 01:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276864841auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:55 [ecarstrade.be] INFO: Saving data for 6864841auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772678429.993648, 'last_price_update_time': 1774403695.460876}
2026-03-25 01:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6864841auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6865569> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:54:58 [ecarstrade.be] INFO: Extracting details for car 6865569auction61871
2026-03-25 01:54:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 640942ca-ba80-526d-89c5-e41151c5090c with identifier: 6865569auction61871
2026-03-25 01:54:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 640942ca-ba80-526d-89c5-e41151c5090c with scrape type 2
2026-03-25 01:54:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 640942ca-ba80-526d-89c5-e41151c5090c with scrape type 2
2026-03-25 01:54:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 640942ca-ba80-526d-89c5-e41151c5090c, identifier: 6865569auction61871
2026-03-25 01:54:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 640942ca-ba80-526d-89c5-e41151c5090c with identifier: 6865569auction61871
2026-03-25 01:54:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 640942ca-ba80-526d-89c5-e41151c5090c with identifier: 6865569auction61871
2026-03-25 01:54:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 640942ca-ba80-526d-89c5-e41151c5090c with identifier: 6865569auction61871 to the API
2026-03-25 01:54:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01: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-25 01:54:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6865569>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '640942ca-ba80-526d-89c5-e41151c5090c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6865569',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 149837,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra Sports Tourer 1.5 Turbo D 77kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.5 Turbo D 77kW S/S Edition 5d',
'vin': None,
'year': 2020}
2026-03-25 01:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865569auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:58 [ecarstrade.be] INFO: Saving data for 6865569auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773097725.223106, 'last_price_update_time': 1774403698.888479}
2026-03-25 01:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6865569auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6865577> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:54:59 [ecarstrade.be] INFO: Extracting details for car 6865577auction61871
2026-03-25 01:54:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43b1b2f9-3d1a-5c46-9621-0e395a5f32be with identifier: 6865577auction61871
2026-03-25 01:54:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43b1b2f9-3d1a-5c46-9621-0e395a5f32be with scrape type 2
2026-03-25 01:54:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43b1b2f9-3d1a-5c46-9621-0e395a5f32be with scrape type 2
2026-03-25 01:54:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 43b1b2f9-3d1a-5c46-9621-0e395a5f32be, identifier: 6865577auction61871
2026-03-25 01:54:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 43b1b2f9-3d1a-5c46-9621-0e395a5f32be with identifier: 6865577auction61871
2026-03-25 01:54:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 43b1b2f9-3d1a-5c46-9621-0e395a5f32be with identifier: 6865577auction61871
2026-03-25 01:54:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 43b1b2f9-3d1a-5c46-9621-0e395a5f32be with identifier: 6865577auction61871 to the API
2026-03-25 01:54:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01: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-25 01:54:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6865577>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Petrol',
'id': '43b1b2f9-3d1a-5c46-9621-0e395a5f32be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6865577',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 191260,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Skoda, Octavia Combi '20, Skoda Octavia Combi 1.0 TSI eTec 81kW "
'DSG7 Ambitio',
'transmission': 'automatic',
'trim': ", Combi '20, Combi 1.0 TSI eTec 81kW DSG7 Ambitio",
'vin': None,
'year': 2021}
2026-03-25 01:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276865577auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:54:59 [ecarstrade.be] INFO: Saving data for 6865577auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773097724.315092, 'last_price_update_time': 1774403699.558412}
2026-03-25 01:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6865577auction61871') HTTP/1.1" 204 0
2026-03-25 01:54:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6864873> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:54:59 [ecarstrade.be] INFO: Extracting details for car 6864873auction61871
2026-03-25 01:54:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 539fcd22-c864-54dc-8679-7e66986016e2 with identifier: 6864873auction61871
2026-03-25 01:54:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 539fcd22-c864-54dc-8679-7e66986016e2 with scrape type 2
2026-03-25 01:54:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 539fcd22-c864-54dc-8679-7e66986016e2 with scrape type 2
2026-03-25 01:54:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 539fcd22-c864-54dc-8679-7e66986016e2, identifier: 6864873auction61871
2026-03-25 01:54:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 539fcd22-c864-54dc-8679-7e66986016e2 with identifier: 6864873auction61871
2026-03-25 01:54:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 539fcd22-c864-54dc-8679-7e66986016e2 with identifier: 6864873auction61871
2026-03-25 01:54:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 539fcd22-c864-54dc-8679-7e66986016e2 with identifier: 6864873auction61871 to the API
2026-03-25 01:54:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01: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-25 01:55:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6864873>
{'auction_title': '',
'c_o_2_emission_value': 221,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Petrol',
'id': '539fcd22-c864-54dc-8679-7e66986016e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6864873',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'MG',
'model': 'Other',
'odometer': 64104,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 4,
'seller_name': None,
'title': 'MERCEDES AMG GT 4D - 2021 435 53 4-Matic+ 5d',
'transmission': 'automatic',
'trim': 'MERCEDES A GT 4D - 2021 435 53 4-Matic+ 5d',
'vin': None,
'year': 2023}
2026-03-25 01:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276864873auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:00 [ecarstrade.be] INFO: Saving data for 6864873auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772613692.827411, 'last_price_update_time': 1774403700.096903}
2026-03-25 01:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6864873auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946068> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:55:00 [ecarstrade.be] INFO: Extracting details for car 6946068auction61871
2026-03-25 01:55:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84a6a082-cc88-50d7-9f3b-243aba840dbc with identifier: 6946068auction61871
2026-03-25 01:55:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84a6a082-cc88-50d7-9f3b-243aba840dbc with scrape type 2
2026-03-25 01:55:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84a6a082-cc88-50d7-9f3b-243aba840dbc with scrape type 2
2026-03-25 01:55:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 84a6a082-cc88-50d7-9f3b-243aba840dbc, identifier: 6946068auction61871
2026-03-25 01:55:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 84a6a082-cc88-50d7-9f3b-243aba840dbc with identifier: 6946068auction61871
2026-03-25 01:55:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 84a6a082-cc88-50d7-9f3b-243aba840dbc with identifier: 6946068auction61871
2026-03-25 01:55:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 84a6a082-cc88-50d7-9f3b-243aba840dbc with identifier: 6946068auction61871 to the API
2026-03-25 01:55:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:55:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:55:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946068>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '84a6a082-cc88-50d7-9f3b-243aba840dbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6946068',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 152181,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS DSL - 2013 1.5 Blue dCi 95 Grand Confort '
'(EU6D-Temp) 4d',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS DSL - 2013 1.5 Blue dCi 95 Grand Confort '
'(EU6D-Temp) 4d',
'vin': None,
'year': 2021}
2026-03-25 01:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946068auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:00 [ecarstrade.be] INFO: Saving data for 6946068auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773127636.165536, 'last_price_update_time': 1774403700.847559}
2026-03-25 01:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946068auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6865609> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:55:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6865618> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:55:01 [ecarstrade.be] INFO: Extracting details for car 6865609auction61871
2026-03-25 01:55:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with identifier: 6865609auction61871
2026-03-25 01:55:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with scrape type 2
2026-03-25 01:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with scrape type 2
2026-03-25 01:55:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb, identifier: 6865609auction61871
2026-03-25 01:55:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with identifier: 6865609auction61871
2026-03-25 01:55:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 01:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 01:55:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with identifier: 6865609auction61871
2026-03-25 01:55:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with identifier: 6865609auction61871 to the API
2026-03-25 01:55:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:55:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:55:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6865609>
{'auction_title': '',
'c_o_2_emission_value': 25,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Other',
'id': '448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6865609',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 152917,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Superb Combi 1.4 TSI iV 160kW DSG6 Clever 5d',
'transmission': 'automatic',
'trim': 'Combi 1.4 TSI iV 160kW DSG6 Clever 5d',
'vin': None,
'year': 2021}
2026-03-25 01:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276865609auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:02 [ecarstrade.be] INFO: Saving data for 6865609auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772613690.110077, 'last_price_update_time': 1774403702.079446}
2026-03-25 01:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6865609auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:02 [ecarstrade.be] INFO: Extracting details for car 6865618auction61871
2026-03-25 01:55:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6016bad-82e3-5c7f-922c-3c82bc7b831c with identifier: 6865618auction61871
2026-03-25 01:55:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6016bad-82e3-5c7f-922c-3c82bc7b831c with scrape type 2
2026-03-25 01:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6016bad-82e3-5c7f-922c-3c82bc7b831c with scrape type 2
2026-03-25 01:55:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f6016bad-82e3-5c7f-922c-3c82bc7b831c, identifier: 6865618auction61871
2026-03-25 01:55:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f6016bad-82e3-5c7f-922c-3c82bc7b831c with identifier: 6865618auction61871
2026-03-25 01:55:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f6016bad-82e3-5c7f-922c-3c82bc7b831c with identifier: 6865618auction61871
2026-03-25 01:55:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f6016bad-82e3-5c7f-922c-3c82bc7b831c with identifier: 6865618auction61871 to the API
2026-03-25 01:55:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01: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-25 01:55:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6865618>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': 'f6016bad-82e3-5c7f-922c-3c82bc7b831c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6865618',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'C-Class',
'odometer': 101474,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz C-Klasse Break C 300 de Business Solution Auto 5d',
'transmission': 'automatic',
'trim': '-Benz C-Klasse Break C 300 de Business Solution Auto 5d',
'vin': None,
'year': 2021}
2026-03-25 01:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276865618auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:02 [ecarstrade.be] INFO: Saving data for 6865618auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772613741.819432, 'last_price_update_time': 1774403702.52185}
2026-03-25 01:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6865618auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875385> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:55:05 [ecarstrade.be] INFO: Extracting details for car 6875385auction61871
2026-03-25 01:55:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with identifier: 6875385auction61871
2026-03-25 01:55:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with scrape type 2
2026-03-25 01:55:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with scrape type 2
2026-03-25 01:55:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0, identifier: 6875385auction61871
2026-03-25 01:55:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with identifier: 6875385auction61871
2026-03-25 01:55:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with identifier: 6875385auction61871
2026-03-25 01:55:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with identifier: 6875385auction61871 to the API
2026-03-25 01:55:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01: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-25 01:55:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875385>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': 'cebf7eb1-1f1c-5d45-b826-9ccd37f661e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875385',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Astra',
'odometer': 72665,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL ASTRA DIESEL - 2020 1.5 Turbo D 122 Edition S/S (EU6d) 5d',
'transmission': 'automatic',
'trim': 'OPEL ASTRA DIESEL - 2020 1.5 Turbo D 122 Edition S/S (EU6d) 5d',
'vin': None,
'year': 2020}
2026-03-25 01:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276875385auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:05 [ecarstrade.be] INFO: Saving data for 6875385auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772613620.354277, 'last_price_update_time': 1774403705.483651}
2026-03-25 01:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875385auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875377> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:55:06 [ecarstrade.be] INFO: Extracting details for car 6875377auction61871
2026-03-25 01:55:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60f4e064-3180-51c3-abfe-247bd143ed45 with identifier: 6875377auction61871
2026-03-25 01:55:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60f4e064-3180-51c3-abfe-247bd143ed45 with scrape type 2
2026-03-25 01:55:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60f4e064-3180-51c3-abfe-247bd143ed45 with scrape type 2
2026-03-25 01:55:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60f4e064-3180-51c3-abfe-247bd143ed45, identifier: 6875377auction61871
2026-03-25 01:55:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60f4e064-3180-51c3-abfe-247bd143ed45 with identifier: 6875377auction61871
2026-03-25 01:55:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60f4e064-3180-51c3-abfe-247bd143ed45 with identifier: 6875377auction61871
2026-03-25 01:55:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60f4e064-3180-51c3-abfe-247bd143ed45 with identifier: 6875377auction61871 to the API
2026-03-25 01:55:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01: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-25 01:55:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875377>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '60f4e064-3180-51c3-abfe-247bd143ed45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875377',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 162074,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': 5,
'seller_name': None,
'title': "Skoda, Octavia Combi '20, Skoda Octavia Combi 2.0 CRTDI 85kW Clever "
'5d',
'transmission': 'manual',
'trim': ", Combi '20, Combi 2.0 CRTDI 85kW Clever 5d",
'vin': None,
'year': 2022}
2026-03-25 01:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276875377auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:06 [ecarstrade.be] INFO: Saving data for 6875377auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773097661.104735, 'last_price_update_time': 1774403706.793223}
2026-03-25 01:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875377auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:06 [scrapy.extensions.logstats] INFO: Crawled 212 pages (at 32 pages/min), scraped 74 items (at 27 items/min)
2026-03-25 01:55:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 01:55:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6587953> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:55:07 [ecarstrade.be] INFO: Extracting details for car 6587953auction61871
2026-03-25 01:55:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5b34ae6-abe8-5217-970b-20ec64278d79 with identifier: 6587953auction61871
2026-03-25 01:55:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5b34ae6-abe8-5217-970b-20ec64278d79 with scrape type 2
2026-03-25 01:55:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5b34ae6-abe8-5217-970b-20ec64278d79 with scrape type 2
2026-03-25 01:55:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5b34ae6-abe8-5217-970b-20ec64278d79, identifier: 6587953auction61871
2026-03-25 01:55:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5b34ae6-abe8-5217-970b-20ec64278d79 with identifier: 6587953auction61871
2026-03-25 01:55:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5b34ae6-abe8-5217-970b-20ec64278d79 with identifier: 6587953auction61871
2026-03-25 01:55:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5b34ae6-abe8-5217-970b-20ec64278d79 with identifier: 6587953auction61871 to the API
2026-03-25 01:55:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:55:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:55:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6587953>
{'auction_title': '',
'c_o_2_emission_value': 242,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': 'e5b34ae6-abe8-5217-970b-20ec64278d79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6587953',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Movano',
'odometer': 76061,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 3,
'seller_name': None,
'title': 'Opel Movano 3500 2.2 L Turbo D 103kW L3H2 Light 4d',
'transmission': 'manual',
'trim': '3500 2.2 L Turbo D 103kW L3H2 Light 4d',
'vin': None,
'year': 2022}
2026-03-25 01:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276587953auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:08 [ecarstrade.be] INFO: Saving data for 6587953auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772677945.412267, 'last_price_update_time': 1774403708.021433}
2026-03-25 01:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6587953auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875376> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:55:08 [ecarstrade.be] INFO: Extracting details for car 6875376auction61871
2026-03-25 01:55:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 382f90a2-2605-5f82-8ba3-e4432822baaa with identifier: 6875376auction61871
2026-03-25 01:55:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 382f90a2-2605-5f82-8ba3-e4432822baaa with scrape type 2
2026-03-25 01:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 382f90a2-2605-5f82-8ba3-e4432822baaa with scrape type 2
2026-03-25 01:55:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 382f90a2-2605-5f82-8ba3-e4432822baaa, identifier: 6875376auction61871
2026-03-25 01:55:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 382f90a2-2605-5f82-8ba3-e4432822baaa with identifier: 6875376auction61871
2026-03-25 01:55:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 382f90a2-2605-5f82-8ba3-e4432822baaa with identifier: 6875376auction61871
2026-03-25 01:55:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 382f90a2-2605-5f82-8ba3-e4432822baaa with identifier: 6875376auction61871 to the API
2026-03-25 01:55:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:55:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:55:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875376>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '382f90a2-2605-5f82-8ba3-e4432822baaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875376',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A5',
'odometer': 220166,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, A5 SB FL'20, Audi A5 Sportback 35 TDI S tronic Bus Ed S Line "
'5d',
'transmission': 'automatic',
'trim': ", SB FL'20, Sportback 35 TDI S tronic Bus Ed S Line 5d",
'vin': None,
'year': 2021}
2026-03-25 01:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875376auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:08 [ecarstrade.be] INFO: Saving data for 6875376auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773097737.171266, 'last_price_update_time': 1774403708.551043}
2026-03-25 01:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875376auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6865568> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:55:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946055> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:55:08 [ecarstrade.be] INFO: Extracting details for car 6865568auction61871
2026-03-25 01:55:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2229cd4b-fb47-5b02-a602-e727f76c1c4d with identifier: 6865568auction61871
2026-03-25 01:55:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2229cd4b-fb47-5b02-a602-e727f76c1c4d with scrape type 2
2026-03-25 01:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2229cd4b-fb47-5b02-a602-e727f76c1c4d with scrape type 2
2026-03-25 01:55:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2229cd4b-fb47-5b02-a602-e727f76c1c4d, identifier: 6865568auction61871
2026-03-25 01:55:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2229cd4b-fb47-5b02-a602-e727f76c1c4d with identifier: 6865568auction61871
2026-03-25 01:55:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2229cd4b-fb47-5b02-a602-e727f76c1c4d with identifier: 6865568auction61871
2026-03-25 01:55:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2229cd4b-fb47-5b02-a602-e727f76c1c4d with identifier: 6865568auction61871 to the API
2026-03-25 01:55:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01: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-25 01:55:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6865568>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Petrol',
'id': '2229cd4b-fb47-5b02-a602-e727f76c1c4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6865568',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 14747,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S Active Pack 5d',
'transmission': 'manual',
'trim': '1.2 PureTech 96kW S&S Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-25 01:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276865568auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:09 [ecarstrade.be] INFO: Saving data for 6865568auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772613733.548432, 'last_price_update_time': 1774403709.405544}
2026-03-25 01:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6865568auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:09 [ecarstrade.be] INFO: Extracting details for car 6946055auction61871
2026-03-25 01:55:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60b12869-28f9-5ea8-8e2f-5284034d7b30 with identifier: 6946055auction61871
2026-03-25 01:55:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60b12869-28f9-5ea8-8e2f-5284034d7b30 with scrape type 2
2026-03-25 01:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60b12869-28f9-5ea8-8e2f-5284034d7b30 with scrape type 2
2026-03-25 01:55:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60b12869-28f9-5ea8-8e2f-5284034d7b30, identifier: 6946055auction61871
2026-03-25 01:55:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60b12869-28f9-5ea8-8e2f-5284034d7b30 with identifier: 6946055auction61871
2026-03-25 01:55:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60b12869-28f9-5ea8-8e2f-5284034d7b30 with identifier: 6946055auction61871
2026-03-25 01:55:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60b12869-28f9-5ea8-8e2f-5284034d7b30 with identifier: 6946055auction61871 to the API
2026-03-25 01:55:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01: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-25 01:55:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946055>
{'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-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '60b12869-28f9-5ea8-8e2f-5284034d7b30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6946055',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A4',
'odometer': 172619,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A4 Avant 2.0 30 TDi 100kW S tr Adv Business Ed 5d',
'transmission': 'automatic',
'trim': 'Avant 2.0 30 TDi 100kW S tr Adv Business Ed 5d',
'vin': None,
'year': 2022}
2026-03-25 01:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276946055auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:09 [ecarstrade.be] INFO: Saving data for 6946055auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773127633.276081, 'last_price_update_time': 1774403709.870442}
2026-03-25 01:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946055auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6633964> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:55:11 [ecarstrade.be] INFO: Extracting details for car 6633964auction61871
2026-03-25 01:55:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82fe5f30-46f0-5580-95b4-43004ff7cd22 with identifier: 6633964auction61871
2026-03-25 01:55:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82fe5f30-46f0-5580-95b4-43004ff7cd22 with scrape type 2
2026-03-25 01:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82fe5f30-46f0-5580-95b4-43004ff7cd22 with scrape type 2
2026-03-25 01:55:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82fe5f30-46f0-5580-95b4-43004ff7cd22, identifier: 6633964auction61871
2026-03-25 01:55:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82fe5f30-46f0-5580-95b4-43004ff7cd22 with identifier: 6633964auction61871
2026-03-25 01:55:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82fe5f30-46f0-5580-95b4-43004ff7cd22 with identifier: 6633964auction61871
2026-03-25 01:55:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82fe5f30-46f0-5580-95b4-43004ff7cd22 with identifier: 6633964auction61871 to the API
2026-03-25 01:55:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:55:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:55:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6633964>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Other',
'id': '82fe5f30-46f0-5580-95b4-43004ff7cd22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6633964',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '3 Series',
'odometer': 85000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 Reeks Berline 320e (150 kW) 4d',
'transmission': 'automatic',
'trim': '3 Reeks Berline 320e (150 kW) 4d',
'vin': None,
'year': 2021}
2026-03-25 01:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276633964auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:11 [ecarstrade.be] INFO: Saving data for 6633964auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773097800.336648, 'last_price_update_time': 1774403711.470691}
2026-03-25 01:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6633964auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6778570> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:55:12 [ecarstrade.be] INFO: Extracting details for car 6778570auction61871
2026-03-25 01:55:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48ea59ff-1fd5-546c-946b-fd260749a199 with identifier: 6778570auction61871
2026-03-25 01:55:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48ea59ff-1fd5-546c-946b-fd260749a199 with scrape type 2
2026-03-25 01:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48ea59ff-1fd5-546c-946b-fd260749a199 with scrape type 2
2026-03-25 01:55:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 48ea59ff-1fd5-546c-946b-fd260749a199, identifier: 6778570auction61871
2026-03-25 01:55:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 48ea59ff-1fd5-546c-946b-fd260749a199 with identifier: 6778570auction61871
2026-03-25 01:55:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 48ea59ff-1fd5-546c-946b-fd260749a199 with identifier: 6778570auction61871
2026-03-25 01:55:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 48ea59ff-1fd5-546c-946b-fd260749a199 with identifier: 6778570auction61871 to the API
2026-03-25 01:55:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:55:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:55:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6778570>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Petrol',
'id': '48ea59ff-1fd5-546c-946b-fd260749a199',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6778570',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 82191,
'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': 'JEEP COMPASS - 2020 1.3 Turbo 150 4x2 80Th Anniversary DDCT 5d',
'transmission': 'automatic',
'trim': 'JEEP COMPASS - 2020 1.3 Turbo 150 4x2 80Th Anniversary DDCT 5d',
'vin': None,
'year': 2021}
2026-03-25 01:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276778570auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:12 [ecarstrade.be] INFO: Saving data for 6778570auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772677860.673639, 'last_price_update_time': 1774403712.519977}
2026-03-25 01:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6778570auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6827834> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01: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-25 01:55:12 [ecarstrade.be] INFO: Extracting details for car 6827834auction61871
2026-03-25 01:55:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 350314ca-11c6-5b15-84c0-43431c856f45 with identifier: 6827834auction61871
2026-03-25 01:55:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 350314ca-11c6-5b15-84c0-43431c856f45 with scrape type 2
2026-03-25 01:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 350314ca-11c6-5b15-84c0-43431c856f45 with scrape type 2
2026-03-25 01:55:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 350314ca-11c6-5b15-84c0-43431c856f45, identifier: 6827834auction61871
2026-03-25 01:55:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 350314ca-11c6-5b15-84c0-43431c856f45 with identifier: 6827834auction61871
2026-03-25 01:55:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 350314ca-11c6-5b15-84c0-43431c856f45 with identifier: 6827834auction61871
2026-03-25 01:55:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 350314ca-11c6-5b15-84c0-43431c856f45 with identifier: 6827834auction61871 to the API
2026-03-25 01:55:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:55:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:55:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6827834>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': '350314ca-11c6-5b15-84c0-43431c856f45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6827834',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Other',
'odometer': 218374,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 7,
'seller_name': None,
'title': 'Mercedes-Benz GLB GLB 180 d 5d',
'transmission': 'automatic',
'trim': '-Benz GLB GLB 180 d 5d',
'vin': None,
'year': 2021}
2026-03-25 01:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276827834auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:13 [ecarstrade.be] INFO: Saving data for 6827834auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772678430.500403, 'last_price_update_time': 1774403713.220083}
2026-03-25 01:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6827834auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6827822> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:55:14 [ecarstrade.be] INFO: Extracting details for car 6827822auction61871
2026-03-25 01:55:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa258438-db5e-5d02-93ca-5cac91448f78 with identifier: 6827822auction61871
2026-03-25 01:55:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa258438-db5e-5d02-93ca-5cac91448f78 with scrape type 2
2026-03-25 01:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa258438-db5e-5d02-93ca-5cac91448f78 with scrape type 2
2026-03-25 01:55:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa258438-db5e-5d02-93ca-5cac91448f78, identifier: 6827822auction61871
2026-03-25 01:55:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa258438-db5e-5d02-93ca-5cac91448f78 with identifier: 6827822auction61871
2026-03-25 01:55:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa258438-db5e-5d02-93ca-5cac91448f78 with identifier: 6827822auction61871
2026-03-25 01:55:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa258438-db5e-5d02-93ca-5cac91448f78 with identifier: 6827822auction61871 to the API
2026-03-25 01:55:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:55:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:55:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6827822>
{'auction_title': '',
'c_o_2_emission_value': 172,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': 'fa258438-db5e-5d02-93ca-5cac91448f78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6827822',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 258524,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 3,
'seller_name': None,
'title': "Ford, _Trans.Custom FL'18, Ford Transit Custom 340L "
'2.0TD170Pk/125Kw A6 FWD T',
'transmission': 'automatic',
'trim': ", _Trans.Custom FL'18, 340L 2.0TD170Pk/125Kw A6 FWD T",
'vin': None,
'year': 2021}
2026-03-25 01:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827822auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:15 [ecarstrade.be] INFO: Saving data for 6827822auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772613745.546014, 'last_price_update_time': 1774403715.146175}
2026-03-25 01:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6827822auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875398> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:15 [ecarstrade.be] INFO: Extracting details for car 6875398auction61871
2026-03-25 01:55:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd773205-44ec-5c3d-90a2-73423c0cd02b with identifier: 6875398auction61871
2026-03-25 01:55:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd773205-44ec-5c3d-90a2-73423c0cd02b with scrape type 2
2026-03-25 01:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd773205-44ec-5c3d-90a2-73423c0cd02b with scrape type 2
2026-03-25 01:55:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd773205-44ec-5c3d-90a2-73423c0cd02b, identifier: 6875398auction61871
2026-03-25 01:55:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd773205-44ec-5c3d-90a2-73423c0cd02b with identifier: 6875398auction61871
2026-03-25 01:55:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd773205-44ec-5c3d-90a2-73423c0cd02b with identifier: 6875398auction61871
2026-03-25 01:55:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd773205-44ec-5c3d-90a2-73423c0cd02b with identifier: 6875398auction61871 to the API
2026-03-25 01:55:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:55:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:55:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875398>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Other',
'id': 'dd773205-44ec-5c3d-90a2-73423c0cd02b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875398',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 154532,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': "Volvo, XC40 '17 PHEV, Volvo XC40 T4 Recharge Geartronic R-Design 5d",
'transmission': 'automatic',
'trim': ", XC40 '17 PHEV, XC40 T4 Recharge Geartronic R-Design 5d",
'vin': None,
'year': 2021}
2026-03-25 01:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875398auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:16 [ecarstrade.be] INFO: Saving data for 6875398auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772613637.716485, 'last_price_update_time': 1774403716.203109}
2026-03-25 01:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875398auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875388> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:16 [ecarstrade.be] INFO: Extracting details for car 6875388auction61871
2026-03-25 01:55:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a639f43-0052-524d-a47d-f6e46810cffd with identifier: 6875388auction61871
2026-03-25 01:55:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a639f43-0052-524d-a47d-f6e46810cffd with scrape type 2
2026-03-25 01:55:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a639f43-0052-524d-a47d-f6e46810cffd with scrape type 2
2026-03-25 01:55:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2a639f43-0052-524d-a47d-f6e46810cffd, identifier: 6875388auction61871
2026-03-25 01:55:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2a639f43-0052-524d-a47d-f6e46810cffd with identifier: 6875388auction61871
2026-03-25 01:55:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2a639f43-0052-524d-a47d-f6e46810cffd with identifier: 6875388auction61871
2026-03-25 01:55:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2a639f43-0052-524d-a47d-f6e46810cffd with identifier: 6875388auction61871 to the API
2026-03-25 01:55:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:55:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:55:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875388>
{'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-27T01:40:01Z',
'fuel_type': 'Electric',
'id': '2a639f43-0052-524d-a47d-f6e46810cffd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875388',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'EQC',
'odometer': 163786,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, EQC '19 BEV, Mercedes-Benz EQC EQC 400 4MATIC Business "
'Solution',
'transmission': 'automatic',
'trim': ", '19 BEV, -Benz 400 4MATIC Business Solution",
'vin': None,
'year': 2021}
2026-03-25 01:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875388auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:16 [ecarstrade.be] INFO: Saving data for 6875388auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772613634.136513, 'last_price_update_time': 1774403716.742317}
2026-03-25 01:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875388auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6981237auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981237auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6981237auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6981236auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981236auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6981236auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6981235auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981235auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6981235auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6981233auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981233auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6981233auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6981234auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981234auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6981234auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6889002auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889002auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6889002auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6935109auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935109auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6935109auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6887405auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887405auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6887405auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6889064auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889064auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6889064auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6935041auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935041auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6935041auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6981232auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981232auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6981232auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6935110auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935110auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6935110auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6887406auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887406auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6887406auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6981230auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981230auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6981230auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6981229auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981229auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6981229auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6888991auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888991auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6888991auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6981228auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981228auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6981228auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6936672auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936672auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6936672auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6981225auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981225auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6981225auction61871: 0
2026-03-25 01:55:17 [ecarstrade.be] INFO: Found listing with ID: 6981227auction61871
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981227auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:17 [ecarstrade.be] INFO: Scrape type for 6981227auction61871: 0
2026-03-25 01:55:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:55:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875414> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875403> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:18 [ecarstrade.be] INFO: Extracting details for car 6875414auction61871
2026-03-25 01:55:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with identifier: 6875414auction61871
2026-03-25 01:55:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with scrape type 2
2026-03-25 01:55:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with scrape type 2
2026-03-25 01:55:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe, identifier: 6875414auction61871
2026-03-25 01:55:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with identifier: 6875414auction61871
2026-03-25 01:55:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with identifier: 6875414auction61871
2026-03-25 01:55:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with identifier: 6875414auction61871 to the API
2026-03-25 01:55:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:55:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:55:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875414>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': 'edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875414',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 119405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS DSL - 2013 1.5 Blue dCi 95 Grand Confort '
'(EU6D-Temp) 4d',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS DSL - 2013 1.5 Blue dCi 95 Grand Confort '
'(EU6D-Temp) 4d',
'vin': None,
'year': 2021}
2026-03-25 01:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875414auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:19 [ecarstrade.be] INFO: Saving data for 6875414auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772613637.201629, 'last_price_update_time': 1774403719.918909}
2026-03-25 01:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875414auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:20 [ecarstrade.be] INFO: Extracting details for car 6875403auction61871
2026-03-25 01:55:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875427> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d20225bb-f07c-5087-a456-e6909204c52f with identifier: 6875403auction61871
2026-03-25 01:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d20225bb-f07c-5087-a456-e6909204c52f with scrape type 2
2026-03-25 01:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d20225bb-f07c-5087-a456-e6909204c52f with scrape type 2
2026-03-25 01:55:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d20225bb-f07c-5087-a456-e6909204c52f, identifier: 6875403auction61871
2026-03-25 01:55:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d20225bb-f07c-5087-a456-e6909204c52f with identifier: 6875403auction61871
2026-03-25 01:55:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d20225bb-f07c-5087-a456-e6909204c52f with identifier: 6875403auction61871
2026-03-25 01:55:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d20225bb-f07c-5087-a456-e6909204c52f with identifier: 6875403auction61871 to the API
2026-03-25 01:55:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:55:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:55:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875403>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Other',
'id': 'd20225bb-f07c-5087-a456-e6909204c52f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875403',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 181528,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 7,
'seller_name': None,
'title': "Volvo, XC90 FL'20 PHEV, Volvo XC90 2.0 T8 4WD Plus Dark Aut. 5d",
'transmission': 'automatic',
'trim': ", XC90 FL'20 PHEV, XC90 2.0 T8 4WD Plus Dark Aut. 5d",
'vin': None,
'year': 2023}
2026-03-25 01:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875403auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:20 [ecarstrade.be] INFO: Saving data for 6875403auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772613633.474182, 'last_price_update_time': 1774403720.451859}
2026-03-25 01:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875403auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:20 [ecarstrade.be] INFO: Extracting details for car 6875427auction61871
2026-03-25 01:55:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d585e530-65c3-5ea8-88f6-99489a295b27 with identifier: 6875427auction61871
2026-03-25 01:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d585e530-65c3-5ea8-88f6-99489a295b27 with scrape type 2
2026-03-25 01:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d585e530-65c3-5ea8-88f6-99489a295b27 with scrape type 2
2026-03-25 01:55:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d585e530-65c3-5ea8-88f6-99489a295b27, identifier: 6875427auction61871
2026-03-25 01:55:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d585e530-65c3-5ea8-88f6-99489a295b27 with identifier: 6875427auction61871
2026-03-25 01:55:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d585e530-65c3-5ea8-88f6-99489a295b27 with identifier: 6875427auction61871
2026-03-25 01:55:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d585e530-65c3-5ea8-88f6-99489a295b27 with identifier: 6875427auction61871 to the API
2026-03-25 01:55:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:55:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:55:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875427>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Petrol',
'id': 'd585e530-65c3-5ea8-88f6-99489a295b27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875427',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 133288,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S Allure Pack 5d',
'transmission': 'manual',
'trim': '1.2 PureTech 96kW S&S Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-25 01:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875427auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:20 [ecarstrade.be] INFO: Saving data for 6875427auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1772613617.74201, 'last_price_update_time': 1774403720.851607}
2026-03-25 01:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875427auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922671> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:21 [ecarstrade.be] INFO: Extracting details for car 6922671auction61871
2026-03-25 01:55:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcc5e3c0-09b6-5911-b09f-bb5e7ab4430e with identifier: 6922671auction61871
2026-03-25 01:55:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcc5e3c0-09b6-5911-b09f-bb5e7ab4430e with scrape type 2
2026-03-25 01:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcc5e3c0-09b6-5911-b09f-bb5e7ab4430e with scrape type 2
2026-03-25 01:55:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dcc5e3c0-09b6-5911-b09f-bb5e7ab4430e, identifier: 6922671auction61871
2026-03-25 01:55:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dcc5e3c0-09b6-5911-b09f-bb5e7ab4430e with identifier: 6922671auction61871
2026-03-25 01:55:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dcc5e3c0-09b6-5911-b09f-bb5e7ab4430e with identifier: 6922671auction61871
2026-03-25 01:55:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dcc5e3c0-09b6-5911-b09f-bb5e7ab4430e with identifier: 6922671auction61871 to the API
2026-03-25 01:55:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:55:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:55:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922671>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': 'dcc5e3c0-09b6-5911-b09f-bb5e7ab4430e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922671',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'Other',
'odometer': 165364,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 Reeks Touring 316dA (90 kW) 5d',
'transmission': 'automatic',
'trim': '3 Reeks Touring 316dA (90 kW) 5d',
'vin': None,
'year': 2022}
2026-03-25 01:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922671auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:22 [ecarstrade.be] INFO: Saving data for 6922671auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773097773.578197, 'last_price_update_time': 1774403722.380659}
2026-03-25 01:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922671auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946054> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:26 [ecarstrade.be] INFO: Extracting details for car 6946054auction61871
2026-03-25 01:55:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fced9036-1384-567e-b8f8-0214ddf34742 with identifier: 6946054auction61871
2026-03-25 01:55:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fced9036-1384-567e-b8f8-0214ddf34742 with scrape type 2
2026-03-25 01:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fced9036-1384-567e-b8f8-0214ddf34742 with scrape type 2
2026-03-25 01:55:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fced9036-1384-567e-b8f8-0214ddf34742, identifier: 6946054auction61871
2026-03-25 01:55:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fced9036-1384-567e-b8f8-0214ddf34742 with identifier: 6946054auction61871
2026-03-25 01:55:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fced9036-1384-567e-b8f8-0214ddf34742 with identifier: 6946054auction61871
2026-03-25 01:55:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fced9036-1384-567e-b8f8-0214ddf34742 with identifier: 6946054auction61871 to the API
2026-03-25 01:55:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 01:55:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 01:55:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946054>
{'auction_title': '',
'c_o_2_emission_value': 198,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T01:40:01Z',
'fuel_type': 'Diesel',
'id': 'fced9036-1384-567e-b8f8-0214ddf34742',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6946054',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Land Rover',
'model': 'Other',
'odometer': 170877,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Range Rover Evoque D150 AWD Auto SE 5d !! No COC !!',
'transmission': 'automatic',
'trim': 'Range Rover Evoque D150 AWD Auto SE 5d !! No COC !!',
'vin': None,
'year': 2020}
2026-03-25 01:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276946054auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:26 [ecarstrade.be] INFO: Saving data for 6946054auction61871: {'auction_closing_time': 1774575601.0, 'created_time': 1773127634.105048, 'last_price_update_time': 1774403726.509824}
2026-03-25 01:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946054auction61871') HTTP/1.1" 204 0
2026-03-25 01:55:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6888987auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888987auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6888987auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6981223auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981223auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6981223auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6981222auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981222auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6981222auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6981220auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981220auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6981220auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6935105auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935105auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6935105auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6935102auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935102auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6935102auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6936666auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936666auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6936666auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6935101auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935101auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6935101auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6936669auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936669auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6936669auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6935098auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935098auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6935098auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6935099auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935099auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6935099auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6936664auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936664auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6936664auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6935095auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935095auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6935095auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6936661auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936661auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6936661auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6936662auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936662auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6936662auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6935094auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935094auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6935094auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6935089auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935089auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6935089auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6935093auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935093auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6935093auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6935090auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935090auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6935090auction61871: 0
2026-03-25 01:55:52 [ecarstrade.be] INFO: Found listing with ID: 6935091auction61871
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935091auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:52 [ecarstrade.be] INFO: Scrape type for 6935091auction61871: 0
2026-03-25 01: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-25 01:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6935088auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935088auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6935088auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6936651auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936651auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6936651auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6935085auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935085auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6935085auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6936644auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936644auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6936644auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6936648auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936648auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6936648auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6935081auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935081auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6935081auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6935083auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935083auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6935083auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6935078auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935078auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6935078auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6935075auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935075auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6935075auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6935067auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935067auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6935067auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6935068auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935068auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6935068auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6935070auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935070auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6935070auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6935071auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935071auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6935071auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6936636auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936636auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6936636auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6936630auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936630auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6936630auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6936632auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936632auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6936632auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6936622auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936622auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6936622auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6935061auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935061auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6935061auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6936619auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936619auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6936619auction61871: 0
2026-03-25 01:55:58 [ecarstrade.be] INFO: Found listing with ID: 6911210auction61871
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911210auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:55:58 [ecarstrade.be] INFO: Scrape type for 6911210auction61871: 0
2026-03-25 01:55:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:56:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6911222auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [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-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6911222auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6911224auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [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-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6911224auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6935057auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [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-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6935057auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6911219auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [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-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6911219auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6913314auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [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-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6913314auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6913316auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [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-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6913316auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6913317auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [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-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6913317auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6911216auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [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-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6911216auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6913298auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913298auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6913298auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6913305auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [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-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6913305auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6911194auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911194auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6911194auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6913293auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [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-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6913293auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6913296auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [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-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6913296auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6935055auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [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-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6935055auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6911186auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911186auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6911186auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6935053auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935053auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6935053auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6936617auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [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-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6936617auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6911179auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911179auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6911179auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6913280auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [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-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6913280auction61871: 0
2026-03-25 01:56:06 [ecarstrade.be] INFO: Found listing with ID: 6935052auction61871
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935052auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:06 [ecarstrade.be] INFO: Scrape type for 6935052auction61871: 0
2026-03-25 01:56:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:56:06 [scrapy.extensions.logstats] INFO: Crawled 231 pages (at 19 pages/min), scraped 89 items (at 15 items/min)
2026-03-25 01:56:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 01:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page141?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6911164auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911164auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6911164auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6911171auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911171auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6911171auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6911176auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911176auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6911176auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6911173auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911173auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6911173auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6911174auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911174auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6911174auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6911166auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911166auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6911166auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6913277auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276913277auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6913277auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6911162auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911162auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6911162auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6913276auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276913276auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6913276auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6913274auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276913274auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6913274auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6935054auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276935054auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6935054auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6913270auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276913270auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6913270auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6913271auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276913271auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6913271auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6911159auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911159auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6911159auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6911163auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911163auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6911163auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6935050auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276935050auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6935050auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6911157auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911157auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6911157auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6913260auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276913260auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6913260auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6911155auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911155auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6911155auction61871: 0
2026-03-25 01:56:12 [ecarstrade.be] INFO: Found listing with ID: 6913253auction61871
2026-03-25 01:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276913253auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:12 [ecarstrade.be] INFO: Scrape type for 6913253auction61871: 0
2026-03-25 01:56:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page142?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page141?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6911150auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911150auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6911150auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6913259auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276913259auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6913259auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6913252auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276913252auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6913252auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6911149auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911149auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6911149auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6935049auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276935049auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6935049auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6913236auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276913236auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6913236auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6913241auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276913241auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6913241auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6913244auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276913244auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6913244auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6911135auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911135auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6911135auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6911138auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911138auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6911138auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6911139auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911139auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6911139auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6936615auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276936615auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6936615auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6911133auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911133auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6911133auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6911130auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911130auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6911130auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6911132auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911132auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6911132auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6911129auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911129auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6911129auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6935046auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276935046auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6935046auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6936611auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276936611auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6936611auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6936614auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276936614auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6936614auction61871: 0
2026-03-25 01:56:22 [ecarstrade.be] INFO: Found listing with ID: 6936616auction61871
2026-03-25 01:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276936616auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:22 [ecarstrade.be] INFO: Scrape type for 6936616auction61871: 0
2026-03-25 01: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-25 01:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page143?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page142?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6935043auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276935043auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6935043auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6936610auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276936610auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6936610auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6936612auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276936612auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6936612auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6913231auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276913231auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6913231auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6889075auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276889075auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6889075auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6889061auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276889061auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6889061auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6889056auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276889056auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6889056auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6889059auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276889059auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6889059auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6887394auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276887394auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6887394auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6887393auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276887393auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6887393auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6889049auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276889049auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6889049auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6887391auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276887391auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6887391auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6889043auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276889043auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6889043auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6889046auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276889046auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6889046auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6887382auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276887382auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6887382auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6889039auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276889039auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6889039auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6889040auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276889040auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6889040auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6887379auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276887379auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6887379auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6889031auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276889031auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6889031auction61871: 0
2026-03-25 01:56:37 [ecarstrade.be] INFO: Found listing with ID: 6889034auction61871
2026-03-25 01:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276889034auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:37 [ecarstrade.be] INFO: Scrape type for 6889034auction61871: 0
2026-03-25 01: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-25 01:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page143?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:56:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:56:44 [ecarstrade.be] INFO: Found listing with ID: 6936608auction61871
2026-03-25 01:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276936608auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:44 [ecarstrade.be] INFO: Scrape type for 6936608auction61871: 0
2026-03-25 01:56:44 [ecarstrade.be] INFO: Found listing with ID: 6889027auction61871
2026-03-25 01:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276889027auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:44 [ecarstrade.be] INFO: Scrape type for 6889027auction61871: 0
2026-03-25 01:56:44 [ecarstrade.be] INFO: Found listing with ID: 6911124auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911124auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6911124auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6911116auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911116auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6911116auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6911119auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911119auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6911119auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6913228auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276913228auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6913228auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6864868auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276864868auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6864868auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6864923auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276864923auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6864923auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6887362auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276887362auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6887362auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6889018auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276889018auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6889018auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6864875auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276864875auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6864875auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6865574auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276865574auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6865574auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6844388auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276844388auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6844388auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6841583auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276841583auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6841583auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6889005auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276889005auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6889005auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6840046auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276840046auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6840046auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6840075auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276840075auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6840075auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6911117auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911117auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6911117auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6841573auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276841573auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6841573auction61871: 0
2026-03-25 01:56:45 [ecarstrade.be] INFO: Found listing with ID: 6835249auction61871
2026-03-25 01:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276835249auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:56:45 [ecarstrade.be] INFO: Scrape type for 6835249auction61871: 0
2026-03-25 01:56:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:57:06 [scrapy.extensions.logstats] INFO: Crawled 235 pages (at 4 pages/min), scraped 89 items (at 0 items/min)
2026-03-25 01:57:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 01:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:57:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:57:09 [ecarstrade.be] INFO: Found listing with ID: 6841551auction61871
2026-03-25 01:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841551auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:09 [ecarstrade.be] INFO: Scrape type for 6841551auction61871: 0
2026-03-25 01:57:09 [ecarstrade.be] INFO: Found listing with ID: 6911118auction61871
2026-03-25 01:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276911118auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6911118auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6790592auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276790592auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6790592auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6887347auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276887347auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6887347auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6935040auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276935040auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6935040auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6888994auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276888994auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6888994auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6611602auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276611602auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6611602auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6887340auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276887340auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6887340auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6888978auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276888978auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6888978auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6961345auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961345auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6961345auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6961344auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961344auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6961344auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6961346auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961346auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6961346auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6958102auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958102auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6958102auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6958101auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958101auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6958101auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6958100auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958100auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6958100auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6961341auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961341auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6961341auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6958098auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958098auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6958098auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6962789auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276962789auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6962789auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6958095auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958095auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6958095auction61871: 0
2026-03-25 01:57:10 [ecarstrade.be] INFO: Found listing with ID: 6961331auction61871
2026-03-25 01:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961331auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:10 [ecarstrade.be] INFO: Scrape type for 6961331auction61871: 0
2026-03-25 01:57:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page146?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:57:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:57:17 [ecarstrade.be] INFO: Found listing with ID: 6961335auction61871
2026-03-25 01:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961335auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:17 [ecarstrade.be] INFO: Scrape type for 6961335auction61871: 0
2026-03-25 01:57:17 [ecarstrade.be] INFO: Found listing with ID: 6961332auction61871
2026-03-25 01:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961332auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:17 [ecarstrade.be] INFO: Scrape type for 6961332auction61871: 0
2026-03-25 01:57:17 [ecarstrade.be] INFO: Found listing with ID: 6961334auction61871
2026-03-25 01:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961334auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:17 [ecarstrade.be] INFO: Scrape type for 6961334auction61871: 0
2026-03-25 01:57:17 [ecarstrade.be] INFO: Found listing with ID: 6958094auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958094auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6958094auction61871: 0
2026-03-25 01:57:18 [ecarstrade.be] INFO: Found listing with ID: 6958096auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958096auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6958096auction61871: 0
2026-03-25 01:57:18 [ecarstrade.be] INFO: Found listing with ID: 6958093auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958093auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6958093auction61871: 0
2026-03-25 01:57:18 [ecarstrade.be] INFO: Found listing with ID: 6961328auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961328auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6961328auction61871: 0
2026-03-25 01:57:18 [ecarstrade.be] INFO: Found listing with ID: 6961325auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961325auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6961325auction61871: 0
2026-03-25 01:57:18 [ecarstrade.be] INFO: Found listing with ID: 6961333auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961333auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6961333auction61871: 0
2026-03-25 01:57:18 [ecarstrade.be] INFO: Found listing with ID: 6961330auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961330auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6961330auction61871: 0
2026-03-25 01:57:18 [ecarstrade.be] INFO: Found listing with ID: 6961322auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961322auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6961322auction61871: 0
2026-03-25 01:57:18 [ecarstrade.be] INFO: Found listing with ID: 6961326auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961326auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6961326auction61871: 0
2026-03-25 01:57:18 [ecarstrade.be] INFO: Found listing with ID: 6961317auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961317auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6961317auction61871: 0
2026-03-25 01:57:18 [ecarstrade.be] INFO: Found listing with ID: 6961323auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961323auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6961323auction61871: 0
2026-03-25 01:57:18 [ecarstrade.be] INFO: Found listing with ID: 6958087auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958087auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6958087auction61871: 0
2026-03-25 01:57:18 [ecarstrade.be] INFO: Found listing with ID: 6961319auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961319auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6961319auction61871: 0
2026-03-25 01:57:18 [ecarstrade.be] INFO: Found listing with ID: 6961321auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961321auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6961321auction61871: 0
2026-03-25 01:57:18 [ecarstrade.be] INFO: Found listing with ID: 6958085auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958085auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6958085auction61871: 0
2026-03-25 01:57:18 [ecarstrade.be] INFO: Found listing with ID: 6961315auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961315auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6961315auction61871: 0
2026-03-25 01:57:18 [ecarstrade.be] INFO: Found listing with ID: 6961316auction61871
2026-03-25 01:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961316auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:18 [ecarstrade.be] INFO: Scrape type for 6961316auction61871: 0
2026-03-25 01: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-25 01:57:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page147?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page146?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6958083auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958083auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6958083auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6961314auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961314auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6961314auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6961311auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961311auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6961311auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6961312auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961312auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6961312auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6958081auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958081auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6958081auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6958086auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958086auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6958086auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6961309auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961309auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6961309auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6961308auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961308auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6961308auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6958072auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958072auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6958072auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6958079auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958079auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6958079auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6961307auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961307auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6961307auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6958077auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958077auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6958077auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6958071auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958071auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6958071auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6958075auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958075auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6958075auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6958076auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958076auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6958076auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6958069auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958069auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6958069auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6958074auction61871
2026-03-25 01:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958074auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:24 [ecarstrade.be] INFO: Scrape type for 6958074auction61871: 0
2026-03-25 01:57:24 [ecarstrade.be] INFO: Found listing with ID: 6958068auction61871
2026-03-25 01:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958068auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:25 [ecarstrade.be] INFO: Scrape type for 6958068auction61871: 0
2026-03-25 01:57:25 [ecarstrade.be] INFO: Found listing with ID: 6958061auction61871
2026-03-25 01:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958061auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:25 [ecarstrade.be] INFO: Scrape type for 6958061auction61871: 0
2026-03-25 01:57:25 [ecarstrade.be] INFO: Found listing with ID: 6958063auction61871
2026-03-25 01:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958063auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:25 [ecarstrade.be] INFO: Scrape type for 6958063auction61871: 0
2026-03-25 01: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-25 01:57:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page147?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6958066auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958066auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6958066auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6958065auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958065auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6958065auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6961299auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961299auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6961299auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6958062auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958062auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6958062auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6958064auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958064auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6958064auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6961297auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961297auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6961297auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6961300auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961300auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6961300auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6958059auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958059auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6958059auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6961298auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961298auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6961298auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6958070auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276958070auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6958070auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6961296auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276961296auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6961296auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6931215auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276931215auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6931215auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6388182auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276388182auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6388182auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6883888auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276883888auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6883888auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6931213auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276931213auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6931213auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6840034auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276840034auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6840034auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6791952auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276791952auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6791952auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6865596auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276865596auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6865596auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6878928auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276878928auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6878928auction61871: 0
2026-03-25 01:57:31 [ecarstrade.be] INFO: Found listing with ID: 6602167auction61871
2026-03-25 01:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276602167auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:31 [ecarstrade.be] INFO: Scrape type for 6602167auction61871: 0
2026-03-25 01: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-25 01:57:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6980403auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276980403auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6980403auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6980404auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276980404auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6980404auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6980405auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276980405auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6980405auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6980406auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276980406auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6980406auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6980408auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276980408auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6980408auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6980410auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276980410auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6980410auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6980411auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276980411auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6980411auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6981178auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276981178auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6981178auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6981179auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276981179auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6981179auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6981184auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276981184auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6981184auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6981186auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276981186auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6981186auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6981187auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276981187auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6981187auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6981188auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276981188auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6981188auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6981189auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276981189auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6981189auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6981190auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276981190auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6981190auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6981191auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276981191auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6981191auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6981193auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276981193auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6981193auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6981195auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276981195auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6981195auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6981197auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276981197auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6981197auction61871: 0
2026-03-25 01:57:39 [ecarstrade.be] INFO: Found listing with ID: 6981199auction61871
2026-03-25 01:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276981199auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:39 [ecarstrade.be] INFO: Scrape type for 6981199auction61871: 0
2026-03-25 01: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-25 01:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:57:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:57:45 [ecarstrade.be] INFO: Found listing with ID: 6981200auction61871
2026-03-25 01:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276981200auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:45 [ecarstrade.be] INFO: Scrape type for 6981200auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981204auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981204auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981204auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981205auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981205auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981205auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981206auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981206auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981206auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981208auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981208auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981208auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981209auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981209auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981209auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981212auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981212auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981212auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981213auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981213auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981213auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981217auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981217auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981217auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981242auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981242auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981242auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981243auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981243auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981243auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981244auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981244auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981244auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981245auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981245auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981245auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981246auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981246auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981246auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981247auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981247auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981247auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981249auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981249auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981249auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981256auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981256auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981256auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981257auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981257auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981257auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6981259auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981259auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6981259auction61871: 0
2026-03-25 01:57:46 [ecarstrade.be] INFO: Found listing with ID: 6982037auction61871
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982037auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:46 [ecarstrade.be] INFO: Scrape type for 6982037auction61871: 0
2026-03-25 01:57:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:57:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982038auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982038auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982038auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982039auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982039auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982039auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982040auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982040auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982040auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982041auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982041auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982041auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982043auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982043auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982043auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982044auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982044auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982044auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982045auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982045auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982045auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982047auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982047auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982047auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982049auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982049auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982049auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982050auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982050auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982050auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982051auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982051auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982051auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982052auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982052auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982052auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982053auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982053auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982053auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982054auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982054auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982054auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982055auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982055auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982055auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982056auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982056auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982056auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982057auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982057auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982057auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982058auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982058auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982058auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982063auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982063auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982063auction61871: 0
2026-03-25 01:57:52 [ecarstrade.be] INFO: Found listing with ID: 6982067auction61871
2026-03-25 01:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982067auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:52 [ecarstrade.be] INFO: Scrape type for 6982067auction61871: 0
2026-03-25 01:57:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:57:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982068auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982068auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982068auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982069auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982069auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982069auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982070auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982070auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982070auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982072auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982072auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982072auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982075auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982075auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982075auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982076auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982076auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982076auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982077auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982077auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982077auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982078auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982078auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982078auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982079auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982079auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982079auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982082auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982082auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982082auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982083auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982083auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982083auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982084auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982084auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982084auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982085auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982085auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982085auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982087auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982087auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982087auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982088auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982088auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982088auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982090auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982090auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982090auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982091auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982091auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982091auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982092auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982092auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982092auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982093auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982093auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982093auction61871: 0
2026-03-25 01:57:59 [ecarstrade.be] INFO: Found listing with ID: 6982094auction61871
2026-03-25 01:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982094auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:57:59 [ecarstrade.be] INFO: Scrape type for 6982094auction61871: 0
2026-03-25 01:57:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:58:06 [scrapy.extensions.logstats] INFO: Crawled 243 pages (at 8 pages/min), scraped 89 items (at 0 items/min)
2026-03-25 01:58:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 01:58:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982096auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982096auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982096auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982097auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982097auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982097auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982098auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982098auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982098auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982100auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982100auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982100auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982101auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982101auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982101auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982102auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982102auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982102auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982103auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982103auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982103auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982106auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982106auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982106auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982108auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982108auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982108auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982109auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982109auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982109auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982110auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982110auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982110auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982111auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982111auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982111auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982112auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982112auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982112auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982113auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982113auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982113auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982115auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982115auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982115auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982116auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982116auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982116auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982118auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982118auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982118auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982119auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982119auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982119auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982120auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982120auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982120auction61871: 0
2026-03-25 01:58:08 [ecarstrade.be] INFO: Found listing with ID: 6982121auction61871
2026-03-25 01:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276982121auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:08 [ecarstrade.be] INFO: Scrape type for 6982121auction61871: 0
2026-03-25 01:58:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6982123auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [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-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6982123auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6982124auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [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-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6982124auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6982125auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [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-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6982125auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6982126auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982126auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6982126auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6982128auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982128auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6982128auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6982130auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [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-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6982130auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6982132auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [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-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6982132auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6982133auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [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-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6982133auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6982134auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [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-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6982134auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6982136auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [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-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6982136auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6984007auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984007auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6984007auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6991539auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991539auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6991539auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6991540auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991540auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6991540auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6991541auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991541auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6991541auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6991542auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991542auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6991542auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6991543auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991543auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6991543auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6991545auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991545auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6991545auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6991546auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991546auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6991546auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6991547auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991547auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6991547auction61871: 0
2026-03-25 01:58:17 [ecarstrade.be] INFO: Found listing with ID: 6991548auction61871
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991548auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:17 [ecarstrade.be] INFO: Scrape type for 6991548auction61871: 0
2026-03-25 01:58:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:58:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:58:23 [ecarstrade.be] INFO: Found listing with ID: 6991549auction61871
2026-03-25 01:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991549auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:23 [ecarstrade.be] INFO: Scrape type for 6991549auction61871: 0
2026-03-25 01:58:23 [ecarstrade.be] INFO: Found listing with ID: 6991550auction61871
2026-03-25 01:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991550auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:23 [ecarstrade.be] INFO: Scrape type for 6991550auction61871: 0
2026-03-25 01:58:23 [ecarstrade.be] INFO: Found listing with ID: 6991552auction61871
2026-03-25 01:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991552auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:23 [ecarstrade.be] INFO: Scrape type for 6991552auction61871: 0
2026-03-25 01:58:23 [ecarstrade.be] INFO: Found listing with ID: 6991553auction61871
2026-03-25 01:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991553auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:23 [ecarstrade.be] INFO: Scrape type for 6991553auction61871: 0
2026-03-25 01:58:23 [ecarstrade.be] INFO: Found listing with ID: 6991554auction61871
2026-03-25 01:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991554auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:23 [ecarstrade.be] INFO: Scrape type for 6991554auction61871: 0
2026-03-25 01:58:23 [ecarstrade.be] INFO: Found listing with ID: 6991555auction61871
2026-03-25 01:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991555auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:23 [ecarstrade.be] INFO: Scrape type for 6991555auction61871: 0
2026-03-25 01:58:23 [ecarstrade.be] INFO: Found listing with ID: 6991557auction61871
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991557auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:24 [ecarstrade.be] INFO: Scrape type for 6991557auction61871: 0
2026-03-25 01:58:24 [ecarstrade.be] INFO: Found listing with ID: 6991558auction61871
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991558auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:24 [ecarstrade.be] INFO: Scrape type for 6991558auction61871: 0
2026-03-25 01:58:24 [ecarstrade.be] INFO: Found listing with ID: 6991559auction61871
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991559auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:24 [ecarstrade.be] INFO: Scrape type for 6991559auction61871: 0
2026-03-25 01:58:24 [ecarstrade.be] INFO: Found listing with ID: 6991560auction61871
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991560auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:24 [ecarstrade.be] INFO: Scrape type for 6991560auction61871: 0
2026-03-25 01:58:24 [ecarstrade.be] INFO: Found listing with ID: 6991561auction61871
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991561auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:24 [ecarstrade.be] INFO: Scrape type for 6991561auction61871: 0
2026-03-25 01:58:24 [ecarstrade.be] INFO: Found listing with ID: 6991562auction61871
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991562auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:24 [ecarstrade.be] INFO: Scrape type for 6991562auction61871: 0
2026-03-25 01:58:24 [ecarstrade.be] INFO: Found listing with ID: 6991563auction61871
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991563auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:24 [ecarstrade.be] INFO: Scrape type for 6991563auction61871: 0
2026-03-25 01:58:24 [ecarstrade.be] INFO: Found listing with ID: 6991564auction61871
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991564auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:24 [ecarstrade.be] INFO: Scrape type for 6991564auction61871: 0
2026-03-25 01:58:24 [ecarstrade.be] INFO: Found listing with ID: 6991565auction61871
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991565auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:24 [ecarstrade.be] INFO: Scrape type for 6991565auction61871: 0
2026-03-25 01:58:24 [ecarstrade.be] INFO: Found listing with ID: 6991566auction61871
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991566auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:24 [ecarstrade.be] INFO: Scrape type for 6991566auction61871: 0
2026-03-25 01:58:24 [ecarstrade.be] INFO: Found listing with ID: 6991567auction61871
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991567auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:24 [ecarstrade.be] INFO: Scrape type for 6991567auction61871: 0
2026-03-25 01:58:24 [ecarstrade.be] INFO: Found listing with ID: 6991568auction61871
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991568auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:24 [ecarstrade.be] INFO: Scrape type for 6991568auction61871: 0
2026-03-25 01:58:24 [ecarstrade.be] INFO: Found listing with ID: 6991569auction61871
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991569auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:24 [ecarstrade.be] INFO: Scrape type for 6991569auction61871: 0
2026-03-25 01:58:24 [ecarstrade.be] INFO: Found listing with ID: 6991570auction61871
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991570auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:24 [ecarstrade.be] INFO: Scrape type for 6991570auction61871: 0
2026-03-25 01:58:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:58:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6991572auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991572auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6991572auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6991573auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991573auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6991573auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6991574auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991574auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6991574auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997590auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997590auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997590auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997591auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997591auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997591auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997592auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997592auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997592auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997593auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997593auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997593auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997594auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997594auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997594auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997595auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997595auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997595auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997596auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997596auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997596auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997598auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997598auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997598auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997599auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997599auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997599auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997600auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997600auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997600auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997601auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997601auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997601auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997602auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997602auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997602auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997603auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997603auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997603auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997604auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997604auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997604auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997605auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997605auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997605auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997606auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997606auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997606auction61871: 0
2026-03-25 01:58:30 [ecarstrade.be] INFO: Found listing with ID: 6997608auction61871
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997608auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:30 [ecarstrade.be] INFO: Scrape type for 6997608auction61871: 0
2026-03-25 01:58:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:58:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:58:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:58:37 [ecarstrade.be] INFO: Found listing with ID: 6997609auction61871
2026-03-25 01:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997609auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:37 [ecarstrade.be] INFO: Scrape type for 6997609auction61871: 0
2026-03-25 01:58:37 [ecarstrade.be] INFO: Found listing with ID: 6997610auction61871
2026-03-25 01:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997610auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:37 [ecarstrade.be] INFO: Scrape type for 6997610auction61871: 0
2026-03-25 01:58:37 [ecarstrade.be] INFO: Found listing with ID: 6997611auction61871
2026-03-25 01:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997611auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:37 [ecarstrade.be] INFO: Scrape type for 6997611auction61871: 0
2026-03-25 01:58:37 [ecarstrade.be] INFO: Found listing with ID: 6997612auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997612auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997612auction61871: 0
2026-03-25 01:58:38 [ecarstrade.be] INFO: Found listing with ID: 6997613auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997613auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997613auction61871: 0
2026-03-25 01:58:38 [ecarstrade.be] INFO: Found listing with ID: 6997614auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997614auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997614auction61871: 0
2026-03-25 01:58:38 [ecarstrade.be] INFO: Found listing with ID: 6997615auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997615auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997615auction61871: 0
2026-03-25 01:58:38 [ecarstrade.be] INFO: Found listing with ID: 6997617auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997617auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997617auction61871: 0
2026-03-25 01:58:38 [ecarstrade.be] INFO: Found listing with ID: 6997618auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997618auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997618auction61871: 0
2026-03-25 01:58:38 [ecarstrade.be] INFO: Found listing with ID: 6997619auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997619auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997619auction61871: 0
2026-03-25 01:58:38 [ecarstrade.be] INFO: Found listing with ID: 6997620auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997620auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997620auction61871: 0
2026-03-25 01:58:38 [ecarstrade.be] INFO: Found listing with ID: 6997621auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997621auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997621auction61871: 0
2026-03-25 01:58:38 [ecarstrade.be] INFO: Found listing with ID: 6997622auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997622auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997622auction61871: 0
2026-03-25 01:58:38 [ecarstrade.be] INFO: Found listing with ID: 6997623auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997623auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997623auction61871: 0
2026-03-25 01:58:38 [ecarstrade.be] INFO: Found listing with ID: 6997625auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997625auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997625auction61871: 0
2026-03-25 01:58:38 [ecarstrade.be] INFO: Found listing with ID: 6997627auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997627auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997627auction61871: 0
2026-03-25 01:58:38 [ecarstrade.be] INFO: Found listing with ID: 6997628auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997628auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997628auction61871: 0
2026-03-25 01:58:38 [ecarstrade.be] INFO: Found listing with ID: 6997629auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997629auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997629auction61871: 0
2026-03-25 01:58:38 [ecarstrade.be] INFO: Found listing with ID: 6997630auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997630auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997630auction61871: 0
2026-03-25 01:58:38 [ecarstrade.be] INFO: Found listing with ID: 6997631auction61871
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997631auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:58:38 [ecarstrade.be] INFO: Scrape type for 6997631auction61871: 0
2026-03-25 01:58:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:59:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997632auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997632auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:02 [ecarstrade.be] INFO: Scrape type for 6997632auction61871: 0
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997634auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997634auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:02 [ecarstrade.be] INFO: Scrape type for 6997634auction61871: 0
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997635auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997635auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:02 [ecarstrade.be] INFO: Scrape type for 6997635auction61871: 0
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997636auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997636auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:02 [ecarstrade.be] INFO: Scrape type for 6997636auction61871: 0
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997637auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997637auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:02 [ecarstrade.be] INFO: Scrape type for 6997637auction61871: 0
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997638auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997638auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:02 [ecarstrade.be] INFO: Scrape type for 6997638auction61871: 0
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997639auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997639auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:02 [ecarstrade.be] INFO: Scrape type for 6997639auction61871: 0
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997640auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997640auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:02 [ecarstrade.be] INFO: Scrape type for 6997640auction61871: 0
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997642auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997642auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:02 [ecarstrade.be] INFO: Scrape type for 6997642auction61871: 0
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997643auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997643auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:02 [ecarstrade.be] INFO: Scrape type for 6997643auction61871: 0
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997644auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997644auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:02 [ecarstrade.be] INFO: Scrape type for 6997644auction61871: 0
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997645auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997645auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:02 [ecarstrade.be] INFO: Scrape type for 6997645auction61871: 0
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997646auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997646auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:02 [ecarstrade.be] INFO: Scrape type for 6997646auction61871: 0
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997647auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997647auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:02 [ecarstrade.be] INFO: Scrape type for 6997647auction61871: 0
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997648auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997648auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:02 [ecarstrade.be] INFO: Scrape type for 6997648auction61871: 0
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997649auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997649auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:02 [ecarstrade.be] INFO: Scrape type for 6997649auction61871: 0
2026-03-25 01:59:02 [ecarstrade.be] INFO: Found listing with ID: 6997650auction61871
2026-03-25 01:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997650auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:03 [ecarstrade.be] INFO: Scrape type for 6997650auction61871: 0
2026-03-25 01:59:03 [ecarstrade.be] INFO: Found listing with ID: 6997651auction61871
2026-03-25 01:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997651auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:03 [ecarstrade.be] INFO: Scrape type for 6997651auction61871: 0
2026-03-25 01:59:03 [ecarstrade.be] INFO: Found listing with ID: 6997652auction61871
2026-03-25 01:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997652auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:03 [ecarstrade.be] INFO: Scrape type for 6997652auction61871: 0
2026-03-25 01:59:03 [ecarstrade.be] INFO: Found listing with ID: 6997654auction61871
2026-03-25 01:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997654auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:03 [ecarstrade.be] INFO: Scrape type for 6997654auction61871: 0
2026-03-25 01:59:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:59:06 [scrapy.extensions.logstats] INFO: Crawled 249 pages (at 6 pages/min), scraped 89 items (at 0 items/min)
2026-03-25 01:59:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 01:59:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page159?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997655auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997655auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997655auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997656auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997656auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997656auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997657auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997657auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997657auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997658auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997658auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997658auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997659auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997659auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997659auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997660auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997660auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997660auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997662auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997662auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997662auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997663auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997663auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997663auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997664auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997664auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997664auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997665auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997665auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997665auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997666auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997666auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997666auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997667auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997667auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997667auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997668auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997668auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997668auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997670auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997670auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997670auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997671auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997671auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997671auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997672auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997672auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997672auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997673auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997673auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997673auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997675auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997675auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997675auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997676auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997676auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997676auction61871: 0
2026-03-25 01:59:09 [ecarstrade.be] INFO: Found listing with ID: 6997678auction61871
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997678auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:09 [ecarstrade.be] INFO: Scrape type for 6997678auction61871: 0
2026-03-25 01:59:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page160?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page159?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:59:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:59:15 [ecarstrade.be] INFO: Found listing with ID: 6997679auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997679auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997679auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997681auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997681auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997681auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997682auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997682auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997682auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997683auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997683auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997683auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997686auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997686auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997686auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997687auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997687auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997687auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997688auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997688auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997688auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997690auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997690auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997690auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997691auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997691auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997691auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997693auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997693auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997693auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997694auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997694auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997694auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997695auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997695auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997695auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997696auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997696auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997696auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997697auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997697auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997697auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997698auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997698auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997698auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997699auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997699auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997699auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997700auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997700auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997700auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997702auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997702auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997702auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997703auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997703auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997703auction61871: 0
2026-03-25 01:59:16 [ecarstrade.be] INFO: Found listing with ID: 6997704auction61871
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997704auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:16 [ecarstrade.be] INFO: Scrape type for 6997704auction61871: 0
2026-03-25 01:59:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:59:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page161?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page160?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997705auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997705auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997705auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997706auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997706auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997706auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997707auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997707auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997707auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997708auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997708auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997708auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997709auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997709auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997709auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997711auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997711auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997711auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997712auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997712auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997712auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997713auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997713auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997713auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997714auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997714auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997714auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997715auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997715auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997715auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997716auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997716auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997716auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997717auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997717auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997717auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997718auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997718auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997718auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997720auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997720auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997720auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997722auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997722auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997722auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997723auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997723auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997723auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997724auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997724auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997724auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997725auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997725auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997725auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997727auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997727auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997727auction61871: 0
2026-03-25 01:59:23 [ecarstrade.be] INFO: Found listing with ID: 6997728auction61871
2026-03-25 01:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01: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%276997728auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:23 [ecarstrade.be] INFO: Scrape type for 6997728auction61871: 0
2026-03-25 01: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-25 01:59:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page162?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page161?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:59:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:59:29 [ecarstrade.be] INFO: Found listing with ID: 6997729auction61871
2026-03-25 01:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997729auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:29 [ecarstrade.be] INFO: Scrape type for 6997729auction61871: 0
2026-03-25 01:59:29 [ecarstrade.be] INFO: Found listing with ID: 6997730auction61871
2026-03-25 01:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997730auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:29 [ecarstrade.be] INFO: Scrape type for 6997730auction61871: 0
2026-03-25 01:59:29 [ecarstrade.be] INFO: Found listing with ID: 6946067auction61871
2026-03-25 01:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946067auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:29 [ecarstrade.be] INFO: Scrape type for 6946067auction61871: 0
2026-03-25 01:59:29 [ecarstrade.be] INFO: Found listing with ID: 6922684auction61871
2026-03-25 01:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922684auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:29 [ecarstrade.be] INFO: Scrape type for 6922684auction61871: 0
2026-03-25 01:59:29 [ecarstrade.be] INFO: Found listing with ID: 6875378auction61871
2026-03-25 01:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875378auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:30 [ecarstrade.be] INFO: Scrape type for 6875378auction61871: 0
2026-03-25 01:59:30 [ecarstrade.be] INFO: Found listing with ID: 6875352auction61871
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875352auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:30 [ecarstrade.be] INFO: Scrape type for 6875352auction61871: 0
2026-03-25 01:59:30 [ecarstrade.be] INFO: Found listing with ID: 6981215auction61871
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:30 [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-25 01:59:30 [ecarstrade.be] INFO: Scrape type for 6981215auction61871: 0
2026-03-25 01:59:30 [ecarstrade.be] INFO: Found listing with ID: 6981254auction61871
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:30 [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-25 01:59:30 [ecarstrade.be] INFO: Scrape type for 6981254auction61871: 0
2026-03-25 01:59:30 [ecarstrade.be] INFO: Found listing with ID: 6981238auction61871
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:30 [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-25 01:59:30 [ecarstrade.be] INFO: Scrape type for 6981238auction61871: 0
2026-03-25 01:59:30 [ecarstrade.be] INFO: Found listing with ID: 6936657auction61871
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:30 [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-25 01:59:30 [ecarstrade.be] INFO: Scrape type for 6936657auction61871: 0
2026-03-25 01:59:30 [ecarstrade.be] INFO: Found listing with ID: 6936652auction61871
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:30 [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-25 01:59:30 [ecarstrade.be] INFO: Scrape type for 6936652auction61871: 0
2026-03-25 01:59:30 [ecarstrade.be] INFO: Found listing with ID: 6844380auction61871
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844380auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:30 [ecarstrade.be] INFO: Scrape type for 6844380auction61871: 0
2026-03-25 01:59:30 [ecarstrade.be] INFO: Found listing with ID: 6991556auction61871
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991556auction61871%27 HTTP/1.1" 200 None
2026-03-25 01:59:30 [ecarstrade.be] INFO: Scrape type for 6991556auction61871: 0
2026-03-25 01:59:30 [ecarstrade.be] INFO: Found listing with ID: 6994879auction101892
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994879auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:30 [ecarstrade.be] INFO: Scrape type for 6994879auction101892: 0
2026-03-25 01:59:30 [ecarstrade.be] INFO: Found listing with ID: 6994884auction101892
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994884auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:30 [ecarstrade.be] INFO: Scrape type for 6994884auction101892: 0
2026-03-25 01:59:30 [ecarstrade.be] INFO: Found listing with ID: 6994885auction101892
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994885auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:30 [ecarstrade.be] INFO: Scrape type for 6994885auction101892: 0
2026-03-25 01:59:30 [ecarstrade.be] INFO: Found listing with ID: 6994886auction101892
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994886auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:30 [ecarstrade.be] INFO: Scrape type for 6994886auction101892: 0
2026-03-25 01:59:30 [ecarstrade.be] INFO: Found listing with ID: 6994889auction101892
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994889auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:30 [ecarstrade.be] INFO: Scrape type for 6994889auction101892: 0
2026-03-25 01:59:30 [ecarstrade.be] INFO: Found listing with ID: 6934350auction101892
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934350auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:30 [ecarstrade.be] INFO: Scrape type for 6934350auction101892: 0
2026-03-25 01:59:30 [ecarstrade.be] INFO: Found listing with ID: 6994877auction101892
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994877auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:30 [ecarstrade.be] INFO: Scrape type for 6994877auction101892: 0
2026-03-25 01:59:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:59:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page163?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page162?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6994882auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994882auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6994882auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6994883auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994883auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6994883auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6980466auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980466auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6980466auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6980464auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980464auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6980464auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6980463auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980463auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6980463auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6980469auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980469auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6980469auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6980467auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980467auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6980467auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6984154auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984154auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6984154auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6984171auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984171auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6984171auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6990827auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990827auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6990827auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6990830auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990830auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6990830auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6990832auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990832auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6990832auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6990833auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990833auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6990833auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6990834auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990834auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6990834auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6990835auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990835auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6990835auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6990836auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990836auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6990836auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6980474auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980474auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6980474auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6980470auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980470auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6980470auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6980461auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980461auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6980461auction101892: 0
2026-03-25 01:59:37 [ecarstrade.be] INFO: Found listing with ID: 6984165auction101892
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984165auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:37 [ecarstrade.be] INFO: Scrape type for 6984165auction101892: 0
2026-03-25 01:59:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:59:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page164?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page163?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6984169auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984169auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6984169auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6984170auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984170auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6984170auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6984156auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984156auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6984156auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6984160auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984160auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6984160auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6990102auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990102auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6990102auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6990094auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990094auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6990094auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6990100auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990100auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6990100auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6990103auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990103auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6990103auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6990104auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990104auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6990104auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6990106auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990106auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6990106auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6990110auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990110auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6990110auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6990114auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990114auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6990114auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6990117auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990117auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6990117auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6990082auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990082auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6990082auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6990083auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990083auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6990083auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6990084auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990084auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6990084auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6990088auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990088auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6990088auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6976195auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976195auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6976195auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6976193auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976193auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6976193auction101892: 0
2026-03-25 01:59:44 [ecarstrade.be] INFO: Found listing with ID: 6976192auction101892
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976192auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:44 [ecarstrade.be] INFO: Scrape type for 6976192auction101892: 0
2026-03-25 01:59:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 01:59:52 [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-25 01:59:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6976190auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976190auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6976190auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6976186auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976186auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6976186auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6984163auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984163auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6984163auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6984164auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984164auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6984164auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6984157auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984157auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6984157auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6984158auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984158auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6984158auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6892353auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276892353auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6892353auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6886607auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886607auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6886607auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6874575auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276874575auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6874575auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6874576auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276874576auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6874576auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6874577auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276874577auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6874577auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6874583auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276874583auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6874583auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6874584auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276874584auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6874584auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6874568auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276874568auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6874568auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6874569auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276874569auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6874569auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6874571auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276874571auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6874571auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6427469auction101892
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276427469auction101892%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6427469auction101892: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6586844auction106404
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276586844auction106404%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6586844auction106404: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6598020auction106404
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276598020auction106404%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6598020auction106404: 0
2026-03-25 01:59:52 [ecarstrade.be] INFO: Found listing with ID: 6612949auction106404
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 01:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612949auction106404%27 HTTP/1.1" 200 None
2026-03-25 01:59:52 [ecarstrade.be] INFO: Scrape type for 6612949auction106404: 0
2026-03-25 01:59:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:00:06 [scrapy.extensions.logstats] INFO: Crawled 256 pages (at 7 pages/min), scraped 89 items (at 0 items/min)
2026-03-25 02:00:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 02:00:29 [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-25 02:00:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6612951auction106404
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612951auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:00:29 [ecarstrade.be] INFO: Scrape type for 6612951auction106404: 0
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6612952auction106404
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612952auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:00:29 [ecarstrade.be] INFO: Scrape type for 6612952auction106404: 0
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6612957auction106404
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612957auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:00:29 [ecarstrade.be] INFO: Scrape type for 6612957auction106404: 0
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6617072auction106404
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276617072auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:00:29 [ecarstrade.be] INFO: Scrape type for 6617072auction106404: 0
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6618515auction106404
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618515auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:00:29 [ecarstrade.be] INFO: Scrape type for 6618515auction106404: 0
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6618517auction106404
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618517auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:00:29 [ecarstrade.be] INFO: Scrape type for 6618517auction106404: 0
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6618518auction106404
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618518auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:00:29 [ecarstrade.be] INFO: Scrape type for 6618518auction106404: 0
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6618519auction106404
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618519auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:00:29 [ecarstrade.be] INFO: Scrape type for 6618519auction106404: 0
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6618808auction106404
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618808auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:00:29 [ecarstrade.be] INFO: Scrape type for 6618808auction106404: 0
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6618818auction106404
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618818auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:00:29 [ecarstrade.be] INFO: Scrape type for 6618818auction106404: 0
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6618820auction106404
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618820auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:00:29 [ecarstrade.be] INFO: Scrape type for 6618820auction106404: 0
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6618836auction106404
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618836auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:00:29 [ecarstrade.be] INFO: Scrape type for 6618836auction106404: 0
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6625391auction106404
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276625391auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:00:29 [ecarstrade.be] INFO: Scrape type for 6625391auction106404: 2
2026-03-25 02:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6645591auction106404
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276645591auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:00:29 [ecarstrade.be] INFO: Scrape type for 6645591auction106404: 0
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6663881auction106404
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276663881auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:00:29 [ecarstrade.be] INFO: Scrape type for 6663881auction106404: 0
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6666970auction106392
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276666970auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:00:29 [ecarstrade.be] INFO: Scrape type for 6666970auction106392: 0
2026-03-25 02:00:29 [ecarstrade.be] INFO: Found listing with ID: 6673299auction106392
2026-03-25 02:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276673299auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:00:30 [ecarstrade.be] INFO: Scrape type for 6673299auction106392: 0
2026-03-25 02:00:30 [ecarstrade.be] INFO: Found listing with ID: 6673305auction106392
2026-03-25 02:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276673305auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:00:30 [ecarstrade.be] INFO: Scrape type for 6673305auction106392: 0
2026-03-25 02:00:30 [ecarstrade.be] INFO: Found listing with ID: 6675823auction106392
2026-03-25 02:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276675823auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:00:30 [ecarstrade.be] INFO: Scrape type for 6675823auction106392: 0
2026-03-25 02:00:30 [ecarstrade.be] INFO: Found listing with ID: 6677264auction106392
2026-03-25 02:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276677264auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:00:30 [ecarstrade.be] INFO: Scrape type for 6677264auction106392: 0
2026-03-25 02: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-25 02:00:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6625391> (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-25 02:00:37 [ecarstrade.be] INFO: Extracting details for car 6625391auction106404
2026-03-25 02:00:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6625391auction106404
2026-03-25 02:00:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 161bac83-b20e-5be0-949a-e809ec76ec29 with scrape type 2
2026-03-25 02:00:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 161bac83-b20e-5be0-949a-e809ec76ec29 with scrape type 2
2026-03-25 02:00:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 161bac83-b20e-5be0-949a-e809ec76ec29, identifier: 6625391auction106404
2026-03-25 02:00:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6625391auction106404
2026-03-25 02:00:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6625391auction106404
2026-03-25 02:00:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6625391auction106404 to the API
2026-03-25 02:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:00:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-25 02:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27161bac83-b20e-5be0-949a-e809ec76ec29%27 HTTP/1.1" 200 None
2026-03-25 02:00:38 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id 161bac83-b20e-5be0-949a-e809ec76ec29: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Grey\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Volkswagen Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp Aut.\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Other\u0022, \u0022Model\u0022: \u0022Volkswagen\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222026-03-10\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6625391\u0022, \u0022ExpirationDate\u0022: \u00222026-03-27T02:40:03Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp Aut.\u0022, \u0022Year\u0022: 2026, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 6, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022161bac83-b20e-5be0-949a-e809ec76ec29\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Wed, 25 Mar 2026 02:00:37 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-25 02:00:38 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-25 02:00:38 [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-27T02:40:03Z',
'fuel_type': 'Diesel',
'id': '161bac83-b20e-5be0-949a-e809ec76ec29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6625391',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-03-10',
'seats_number': 6,
'seller_name': None,
'title': 'Volkswagen Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp Aut.',
'transmission': 'automatic',
'trim': 'Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp Aut.',
'vin': None,
'year': 2026}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-25 02:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276625391auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:00:38 [ecarstrade.be] INFO: Saving data for 6625391auction106404: {'auction_closing_time': 1774579203.0, 'created_time': 1773587150.429467, 'last_price_update_time': 1774404038.406271}
2026-03-25 02:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6625391auction106404') HTTP/1.1" 204 0
2026-03-25 02:01:04 [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-25 02:01:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6680659auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276680659auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6680659auction106392: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6686371auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276686371auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6686371auction106392: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6690079auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276690079auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6690079auction106392: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6693846auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276693846auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6693846auction106392: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6694293auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276694293auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6694293auction106392: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6694671auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276694671auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6694671auction106392: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6696905auction106404
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276696905auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6696905auction106404: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6696909auction106404
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276696909auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6696909auction106404: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6718967auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276718967auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6718967auction106392: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6718986auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276718986auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6718986auction106392: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6718987auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276718987auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6718987auction106392: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6719003auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276719003auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6719003auction106392: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6719014auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276719014auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6719014auction106392: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6719044auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276719044auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6719044auction106392: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6719049auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276719049auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6719049auction106392: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6719069auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276719069auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6719069auction106392: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6719092auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276719092auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6719092auction106392: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6719104auction106404
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276719104auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6719104auction106404: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6719150auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276719150auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6719150auction106392: 0
2026-03-25 02:01:04 [ecarstrade.be] INFO: Found listing with ID: 6721443auction106392
2026-03-25 02:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276721443auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:04 [ecarstrade.be] INFO: Scrape type for 6721443auction106392: 0
2026-03-25 02: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-25 02:01:06 [scrapy.extensions.logstats] INFO: Crawled 259 pages (at 3 pages/min), scraped 89 items (at 0 items/min)
2026-03-25 02:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 02:01:12 [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-25 02:01:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:01:12 [ecarstrade.be] INFO: Found listing with ID: 6722685auction106392
2026-03-25 02:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276722685auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:12 [ecarstrade.be] INFO: Scrape type for 6722685auction106392: 0
2026-03-25 02:01:12 [ecarstrade.be] INFO: Found listing with ID: 6723454auction106392
2026-03-25 02:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276723454auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:12 [ecarstrade.be] INFO: Scrape type for 6723454auction106392: 0
2026-03-25 02:01:12 [ecarstrade.be] INFO: Found listing with ID: 6725012auction106392
2026-03-25 02:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276725012auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:12 [ecarstrade.be] INFO: Scrape type for 6725012auction106392: 0
2026-03-25 02:01:12 [ecarstrade.be] INFO: Found listing with ID: 6725037auction106392
2026-03-25 02:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276725037auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:12 [ecarstrade.be] INFO: Scrape type for 6725037auction106392: 0
2026-03-25 02:01:12 [ecarstrade.be] INFO: Found listing with ID: 6725063auction106392
2026-03-25 02:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276725063auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:12 [ecarstrade.be] INFO: Scrape type for 6725063auction106392: 0
2026-03-25 02:01:12 [ecarstrade.be] INFO: Found listing with ID: 6725067auction106392
2026-03-25 02:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276725067auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:12 [ecarstrade.be] INFO: Scrape type for 6725067auction106392: 0
2026-03-25 02:01:12 [ecarstrade.be] INFO: Found listing with ID: 6725123auction106392
2026-03-25 02:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276725123auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:12 [ecarstrade.be] INFO: Scrape type for 6725123auction106392: 0
2026-03-25 02:01:12 [ecarstrade.be] INFO: Found listing with ID: 6725764auction106392
2026-03-25 02:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276725764auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:12 [ecarstrade.be] INFO: Scrape type for 6725764auction106392: 0
2026-03-25 02:01:12 [ecarstrade.be] INFO: Found listing with ID: 6732946auction106392
2026-03-25 02:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276732946auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:12 [ecarstrade.be] INFO: Scrape type for 6732946auction106392: 0
2026-03-25 02:01:12 [ecarstrade.be] INFO: Found listing with ID: 6735056auction106404
2026-03-25 02:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276735056auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:12 [ecarstrade.be] INFO: Scrape type for 6735056auction106404: 0
2026-03-25 02:01:12 [ecarstrade.be] INFO: Found listing with ID: 6737028auction106392
2026-03-25 02:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276737028auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:13 [ecarstrade.be] INFO: Scrape type for 6737028auction106392: 0
2026-03-25 02:01:13 [ecarstrade.be] INFO: Found listing with ID: 6737029auction106392
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276737029auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:13 [ecarstrade.be] INFO: Scrape type for 6737029auction106392: 0
2026-03-25 02:01:13 [ecarstrade.be] INFO: Found listing with ID: 6738189auction106392
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276738189auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:13 [ecarstrade.be] INFO: Scrape type for 6738189auction106392: 0
2026-03-25 02:01:13 [ecarstrade.be] INFO: Found listing with ID: 6742440auction106392
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276742440auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:13 [ecarstrade.be] INFO: Scrape type for 6742440auction106392: 0
2026-03-25 02:01:13 [ecarstrade.be] INFO: Found listing with ID: 6745347auction106404
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745347auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:13 [ecarstrade.be] INFO: Scrape type for 6745347auction106404: 0
2026-03-25 02:01:13 [ecarstrade.be] INFO: Found listing with ID: 6745355auction106404
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745355auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:13 [ecarstrade.be] INFO: Scrape type for 6745355auction106404: 0
2026-03-25 02:01:13 [ecarstrade.be] INFO: Found listing with ID: 6745358auction106404
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745358auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:13 [ecarstrade.be] INFO: Scrape type for 6745358auction106404: 0
2026-03-25 02:01:13 [ecarstrade.be] INFO: Found listing with ID: 6745368auction106404
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745368auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:13 [ecarstrade.be] INFO: Scrape type for 6745368auction106404: 0
2026-03-25 02:01:13 [ecarstrade.be] INFO: Found listing with ID: 6745371auction106404
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745371auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:13 [ecarstrade.be] INFO: Scrape type for 6745371auction106404: 0
2026-03-25 02:01:13 [ecarstrade.be] INFO: Found listing with ID: 6745390auction106392
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745390auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:13 [ecarstrade.be] INFO: Scrape type for 6745390auction106392: 0
2026-03-25 02:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:01:19 [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-25 02:01:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6746049auction106392
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276746049auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6746049auction106392: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6746066auction106392
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276746066auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6746066auction106392: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6747730auction106404
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276747730auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6747730auction106404: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6747731auction106404
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276747731auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6747731auction106404: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6749433auction106392
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276749433auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6749433auction106392: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6750709auction106392
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276750709auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6750709auction106392: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6750730auction106392
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276750730auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6750730auction106392: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6752454auction106404
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752454auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6752454auction106404: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6752595auction106404
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752595auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6752595auction106404: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6752601auction106404
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752601auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6752601auction106404: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6752602auction106404
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752602auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6752602auction106404: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6752603auction106404
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752603auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6752603auction106404: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6754289auction106392
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276754289auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6754289auction106392: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6754290auction106392
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276754290auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6754290auction106392: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6754292auction106392
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276754292auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6754292auction106392: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6755896auction106392
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276755896auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6755896auction106392: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6757282auction106404
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276757282auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6757282auction106404: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6757850auction106404
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276757850auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6757850auction106404: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6759417auction106392
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276759417auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6759417auction106392: 0
2026-03-25 02:01:20 [ecarstrade.be] INFO: Found listing with ID: 6759418auction106392
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276759418auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:20 [ecarstrade.be] INFO: Scrape type for 6759418auction106392: 0
2026-03-25 02:01:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:01:54 [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-25 02:01:54 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:01:54 [ecarstrade.be] INFO: Found listing with ID: 6760076auction106392
2026-03-25 02:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276760076auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:54 [ecarstrade.be] INFO: Scrape type for 6760076auction106392: 0
2026-03-25 02:01:54 [ecarstrade.be] INFO: Found listing with ID: 6760879auction106404
2026-03-25 02:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276760879auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6760879auction106404: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6760880auction106404
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276760880auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6760880auction106404: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6761373auction106392
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276761373auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6761373auction106392: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6763813auction106392
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276763813auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6763813auction106392: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6764589auction106404
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276764589auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6764589auction106404: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6764590auction106404
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276764590auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6764590auction106404: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6764591auction106404
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276764591auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6764591auction106404: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6764592auction106404
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276764592auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6764592auction106404: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6765306auction106392
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276765306auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6765306auction106392: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6765687auction106404
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276765687auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6765687auction106404: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6766624auction106392
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276766624auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6766624auction106392: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6775855auction106404
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276775855auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6775855auction106404: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6775858auction106404
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276775858auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6775858auction106404: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6776756auction106392
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276776756auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6776756auction106392: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6776872auction106404
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276776872auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6776872auction106404: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6776880auction106392
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276776880auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6776880auction106392: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6777591auction106392
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276777591auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6777591auction106392: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6777601auction106392
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276777601auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6777601auction106392: 0
2026-03-25 02:01:55 [ecarstrade.be] INFO: Found listing with ID: 6777602auction106392
2026-03-25 02:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276777602auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:01:55 [ecarstrade.be] INFO: Scrape type for 6777602auction106392: 0
2026-03-25 02: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-25 02:02: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-25 02:02:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:02:01 [ecarstrade.be] INFO: Found listing with ID: 6777603auction106392
2026-03-25 02:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777603auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:01 [ecarstrade.be] INFO: Scrape type for 6777603auction106392: 0
2026-03-25 02:02:01 [ecarstrade.be] INFO: Found listing with ID: 6777604auction106392
2026-03-25 02:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777604auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:01 [ecarstrade.be] INFO: Scrape type for 6777604auction106392: 0
2026-03-25 02:02:01 [ecarstrade.be] INFO: Found listing with ID: 6777605auction106392
2026-03-25 02:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777605auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:01 [ecarstrade.be] INFO: Scrape type for 6777605auction106392: 0
2026-03-25 02:02:01 [ecarstrade.be] INFO: Found listing with ID: 6777607auction106392
2026-03-25 02:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777607auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:01 [ecarstrade.be] INFO: Scrape type for 6777607auction106392: 0
2026-03-25 02:02:01 [ecarstrade.be] INFO: Found listing with ID: 6777608auction106392
2026-03-25 02:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777608auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:02 [ecarstrade.be] INFO: Scrape type for 6777608auction106392: 0
2026-03-25 02:02:02 [ecarstrade.be] INFO: Found listing with ID: 6777609auction106392
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777609auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:02 [ecarstrade.be] INFO: Scrape type for 6777609auction106392: 0
2026-03-25 02:02:02 [ecarstrade.be] INFO: Found listing with ID: 6777610auction106392
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777610auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:02 [ecarstrade.be] INFO: Scrape type for 6777610auction106392: 0
2026-03-25 02:02:02 [ecarstrade.be] INFO: Found listing with ID: 6777611auction106392
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777611auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:02 [ecarstrade.be] INFO: Scrape type for 6777611auction106392: 0
2026-03-25 02:02:02 [ecarstrade.be] INFO: Found listing with ID: 6777613auction106392
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777613auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:02 [ecarstrade.be] INFO: Scrape type for 6777613auction106392: 0
2026-03-25 02:02:02 [ecarstrade.be] INFO: Found listing with ID: 6777622auction106392
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777622auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:02 [ecarstrade.be] INFO: Scrape type for 6777622auction106392: 0
2026-03-25 02:02:02 [ecarstrade.be] INFO: Found listing with ID: 6777633auction106392
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777633auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:02 [ecarstrade.be] INFO: Scrape type for 6777633auction106392: 0
2026-03-25 02:02:02 [ecarstrade.be] INFO: Found listing with ID: 6777634auction106392
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777634auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:02 [ecarstrade.be] INFO: Scrape type for 6777634auction106392: 0
2026-03-25 02:02:02 [ecarstrade.be] INFO: Found listing with ID: 6777637auction106392
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777637auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:02 [ecarstrade.be] INFO: Scrape type for 6777637auction106392: 0
2026-03-25 02:02:02 [ecarstrade.be] INFO: Found listing with ID: 6777638auction106392
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777638auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:02 [ecarstrade.be] INFO: Scrape type for 6777638auction106392: 0
2026-03-25 02:02:02 [ecarstrade.be] INFO: Found listing with ID: 6777780auction106392
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777780auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:02 [ecarstrade.be] INFO: Scrape type for 6777780auction106392: 0
2026-03-25 02:02:02 [ecarstrade.be] INFO: Found listing with ID: 6777781auction106392
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777781auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:02 [ecarstrade.be] INFO: Scrape type for 6777781auction106392: 0
2026-03-25 02:02:02 [ecarstrade.be] INFO: Found listing with ID: 6777782auction106392
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777782auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:02 [ecarstrade.be] INFO: Scrape type for 6777782auction106392: 0
2026-03-25 02:02:02 [ecarstrade.be] INFO: Found listing with ID: 6777783auction106392
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777783auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:02 [ecarstrade.be] INFO: Scrape type for 6777783auction106392: 0
2026-03-25 02:02:02 [ecarstrade.be] INFO: Found listing with ID: 6777784auction106392
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777784auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:02 [ecarstrade.be] INFO: Scrape type for 6777784auction106392: 0
2026-03-25 02:02:02 [ecarstrade.be] INFO: Found listing with ID: 6778086auction106392
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778086auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:02 [ecarstrade.be] INFO: Scrape type for 6778086auction106392: 0
2026-03-25 02:02:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:02:06 [scrapy.extensions.logstats] INFO: Crawled 263 pages (at 4 pages/min), scraped 89 items (at 0 items/min)
2026-03-25 02:02:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 02:02: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-25 02:02:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:02:08 [ecarstrade.be] INFO: Found listing with ID: 6778376auction106404
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778376auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:08 [ecarstrade.be] INFO: Scrape type for 6778376auction106404: 0
2026-03-25 02:02:08 [ecarstrade.be] INFO: Found listing with ID: 6778380auction106404
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778380auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:08 [ecarstrade.be] INFO: Scrape type for 6778380auction106404: 0
2026-03-25 02:02:08 [ecarstrade.be] INFO: Found listing with ID: 6778382auction106404
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778382auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:08 [ecarstrade.be] INFO: Scrape type for 6778382auction106404: 0
2026-03-25 02:02:08 [ecarstrade.be] INFO: Found listing with ID: 6779365auction106392
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779365auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:08 [ecarstrade.be] INFO: Scrape type for 6779365auction106392: 0
2026-03-25 02:02:08 [ecarstrade.be] INFO: Found listing with ID: 6780522auction106392
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780522auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:08 [ecarstrade.be] INFO: Scrape type for 6780522auction106392: 0
2026-03-25 02:02:08 [ecarstrade.be] INFO: Found listing with ID: 6780523auction106392
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780523auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:08 [ecarstrade.be] INFO: Scrape type for 6780523auction106392: 0
2026-03-25 02:02:08 [ecarstrade.be] INFO: Found listing with ID: 6780524auction106392
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780524auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:08 [ecarstrade.be] INFO: Scrape type for 6780524auction106392: 0
2026-03-25 02:02:08 [ecarstrade.be] INFO: Found listing with ID: 6780525auction106392
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780525auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:08 [ecarstrade.be] INFO: Scrape type for 6780525auction106392: 0
2026-03-25 02:02:08 [ecarstrade.be] INFO: Found listing with ID: 6780526auction106392
2026-03-25 02:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780526auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:09 [ecarstrade.be] INFO: Scrape type for 6780526auction106392: 0
2026-03-25 02:02:09 [ecarstrade.be] INFO: Found listing with ID: 6780527auction106392
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780527auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:09 [ecarstrade.be] INFO: Scrape type for 6780527auction106392: 0
2026-03-25 02:02:09 [ecarstrade.be] INFO: Found listing with ID: 6780528auction106392
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780528auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:09 [ecarstrade.be] INFO: Scrape type for 6780528auction106392: 0
2026-03-25 02:02:09 [ecarstrade.be] INFO: Found listing with ID: 6781520auction106392
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781520auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:09 [ecarstrade.be] INFO: Scrape type for 6781520auction106392: 0
2026-03-25 02:02:09 [ecarstrade.be] INFO: Found listing with ID: 6781521auction106392
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781521auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:09 [ecarstrade.be] INFO: Scrape type for 6781521auction106392: 0
2026-03-25 02:02:09 [ecarstrade.be] INFO: Found listing with ID: 6781866auction106392
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781866auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:09 [ecarstrade.be] INFO: Scrape type for 6781866auction106392: 0
2026-03-25 02:02:09 [ecarstrade.be] INFO: Found listing with ID: 6781870auction106392
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781870auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:09 [ecarstrade.be] INFO: Scrape type for 6781870auction106392: 0
2026-03-25 02:02:09 [ecarstrade.be] INFO: Found listing with ID: 6781871auction106392
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781871auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:09 [ecarstrade.be] INFO: Scrape type for 6781871auction106392: 0
2026-03-25 02:02:09 [ecarstrade.be] INFO: Found listing with ID: 6784596auction106392
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784596auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:09 [ecarstrade.be] INFO: Scrape type for 6784596auction106392: 0
2026-03-25 02:02:09 [ecarstrade.be] INFO: Found listing with ID: 6785651auction106392
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276785651auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:09 [ecarstrade.be] INFO: Scrape type for 6785651auction106392: 0
2026-03-25 02:02:09 [ecarstrade.be] INFO: Found listing with ID: 6786586auction106392
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276786586auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:09 [ecarstrade.be] INFO: Scrape type for 6786586auction106392: 0
2026-03-25 02:02:09 [ecarstrade.be] INFO: Found listing with ID: 6786883auction106404
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276786883auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:09 [ecarstrade.be] INFO: Scrape type for 6786883auction106404: 0
2026-03-25 02:02:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:02: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-25 02:02:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6786884auction106404
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276786884auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6786884auction106404: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6787087auction106392
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787087auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6787087auction106392: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6787216auction106404
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787216auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6787216auction106404: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6787217auction106404
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787217auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6787217auction106404: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6787218auction106404
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787218auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6787218auction106404: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6787502auction106392
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787502auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6787502auction106392: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6788220auction106392
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788220auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6788220auction106392: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6790751auction106392
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276790751auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6790751auction106392: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6801120auction106392
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276801120auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6801120auction106392: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6802623auction106392
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802623auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6802623auction106392: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6802625auction106392
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802625auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6802625auction106392: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6802702auction106404
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802702auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6802702auction106404: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6802993auction106404
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802993auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6802993auction106404: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6802994auction106404
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802994auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6802994auction106404: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6802996auction106404
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802996auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6802996auction106404: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6802997auction106404
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802997auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6802997auction106404: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6807829auction106404
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807829auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6807829auction106404: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6807830auction106404
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807830auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6807830auction106404: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6808676auction106392
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276808676auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6808676auction106392: 0
2026-03-25 02:02:16 [ecarstrade.be] INFO: Found listing with ID: 6812642auction106404
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812642auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:16 [ecarstrade.be] INFO: Scrape type for 6812642auction106404: 0
2026-03-25 02:02:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:02: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-25 02:02:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:02:23 [ecarstrade.be] INFO: Found listing with ID: 6812644auction106404
2026-03-25 02:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812644auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:23 [ecarstrade.be] INFO: Scrape type for 6812644auction106404: 0
2026-03-25 02:02:23 [ecarstrade.be] INFO: Found listing with ID: 6815695auction106404
2026-03-25 02:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276815695auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:23 [ecarstrade.be] INFO: Scrape type for 6815695auction106404: 0
2026-03-25 02:02:23 [ecarstrade.be] INFO: Found listing with ID: 6815947auction106404
2026-03-25 02:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276815947auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:23 [ecarstrade.be] INFO: Scrape type for 6815947auction106404: 0
2026-03-25 02:02:23 [ecarstrade.be] INFO: Found listing with ID: 6818584auction106392
2026-03-25 02:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818584auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:23 [ecarstrade.be] INFO: Scrape type for 6818584auction106392: 0
2026-03-25 02:02:23 [ecarstrade.be] INFO: Found listing with ID: 6818586auction106392
2026-03-25 02:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818586auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:23 [ecarstrade.be] INFO: Scrape type for 6818586auction106392: 0
2026-03-25 02:02:23 [ecarstrade.be] INFO: Found listing with ID: 6818590auction106392
2026-03-25 02:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818590auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:24 [ecarstrade.be] INFO: Scrape type for 6818590auction106392: 0
2026-03-25 02:02:24 [ecarstrade.be] INFO: Found listing with ID: 6818591auction106392
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818591auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:24 [ecarstrade.be] INFO: Scrape type for 6818591auction106392: 0
2026-03-25 02:02:24 [ecarstrade.be] INFO: Found listing with ID: 6818936auction106392
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818936auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:24 [ecarstrade.be] INFO: Scrape type for 6818936auction106392: 0
2026-03-25 02:02:24 [ecarstrade.be] INFO: Found listing with ID: 6819384auction106392
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819384auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:24 [ecarstrade.be] INFO: Scrape type for 6819384auction106392: 0
2026-03-25 02:02:24 [ecarstrade.be] INFO: Found listing with ID: 6819416auction106392
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819416auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:24 [ecarstrade.be] INFO: Scrape type for 6819416auction106392: 0
2026-03-25 02:02:24 [ecarstrade.be] INFO: Found listing with ID: 6820333auction106392
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276820333auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:24 [ecarstrade.be] INFO: Scrape type for 6820333auction106392: 0
2026-03-25 02:02:24 [ecarstrade.be] INFO: Found listing with ID: 6820903auction106392
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276820903auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:24 [ecarstrade.be] INFO: Scrape type for 6820903auction106392: 0
2026-03-25 02:02:24 [ecarstrade.be] INFO: Found listing with ID: 6827414auction106392
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827414auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:24 [ecarstrade.be] INFO: Scrape type for 6827414auction106392: 0
2026-03-25 02:02:24 [ecarstrade.be] INFO: Found listing with ID: 6827674auction106392
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827674auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:24 [ecarstrade.be] INFO: Scrape type for 6827674auction106392: 0
2026-03-25 02:02:24 [ecarstrade.be] INFO: Found listing with ID: 6827675auction106392
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827675auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:24 [ecarstrade.be] INFO: Scrape type for 6827675auction106392: 0
2026-03-25 02:02:24 [ecarstrade.be] INFO: Found listing with ID: 6828723auction106404
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276828723auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:24 [ecarstrade.be] INFO: Scrape type for 6828723auction106404: 0
2026-03-25 02:02:24 [ecarstrade.be] INFO: Found listing with ID: 6828724auction106392
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276828724auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:24 [ecarstrade.be] INFO: Scrape type for 6828724auction106392: 0
2026-03-25 02:02:24 [ecarstrade.be] INFO: Found listing with ID: 6830000auction106392
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276830000auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:24 [ecarstrade.be] INFO: Scrape type for 6830000auction106392: 0
2026-03-25 02:02:24 [ecarstrade.be] INFO: Found listing with ID: 6830522auction106392
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276830522auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:24 [ecarstrade.be] INFO: Scrape type for 6830522auction106392: 0
2026-03-25 02:02:24 [ecarstrade.be] INFO: Found listing with ID: 6830542auction106392
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276830542auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:24 [ecarstrade.be] INFO: Scrape type for 6830542auction106392: 0
2026-03-25 02:02:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:02:31 [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-25 02:02:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6831029auction106392
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276831029auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6831029auction106392: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6831648auction106404
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276831648auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6831648auction106404: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6834240auction106392
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276834240auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6834240auction106392: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6835309auction106392
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835309auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6835309auction106392: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6835314auction106392
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835314auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6835314auction106392: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6837652auction106392
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276837652auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6837652auction106392: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6838803auction106392
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276838803auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6838803auction106392: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6839068auction106392
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839068auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6839068auction106392: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6839069auction106392
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839069auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6839069auction106392: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6839459auction106392
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839459auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6839459auction106392: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6839757auction106404
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839757auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6839757auction106404: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6839759auction106404
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839759auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6839759auction106404: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6841645auction106392
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841645auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6841645auction106392: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6842641auction106404
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842641auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6842641auction106404: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6842642auction106404
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842642auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6842642auction106404: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6842643auction106404
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842643auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6842643auction106404: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6842644auction106404
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842644auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6842644auction106404: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6842645auction106404
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842645auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6842645auction106404: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6842646auction106404
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842646auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:31 [ecarstrade.be] INFO: Scrape type for 6842646auction106404: 0
2026-03-25 02:02:31 [ecarstrade.be] INFO: Found listing with ID: 6842647auction106404
2026-03-25 02:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842647auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:32 [ecarstrade.be] INFO: Scrape type for 6842647auction106404: 0
2026-03-25 02:02:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:02:39 [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-25 02:02:39 [ecarstrade.be] INFO: Found 5 car items
2026-03-25 02:02:39 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 02:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 02:02:39 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 02:02:39 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 02:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 02:02:39 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 02:02:39 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 02:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 02:02:39 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 02:02:39 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 02:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 02:02:39 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 02:02:39 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 02:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 02:02:39 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 02:02:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:02:45 [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-25 02:02:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:02:45 [ecarstrade.be] INFO: Found listing with ID: 6843340auction106392
2026-03-25 02:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276843340auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:45 [ecarstrade.be] INFO: Scrape type for 6843340auction106392: 0
2026-03-25 02:02:45 [ecarstrade.be] INFO: Found listing with ID: 6843341auction106392
2026-03-25 02:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276843341auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:45 [ecarstrade.be] INFO: Scrape type for 6843341auction106392: 0
2026-03-25 02:02:45 [ecarstrade.be] INFO: Found listing with ID: 6844030auction106392
2026-03-25 02:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276844030auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:45 [ecarstrade.be] INFO: Scrape type for 6844030auction106392: 0
2026-03-25 02:02:45 [ecarstrade.be] INFO: Found listing with ID: 6848139auction106392
2026-03-25 02:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276848139auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:45 [ecarstrade.be] INFO: Scrape type for 6848139auction106392: 0
2026-03-25 02:02:45 [ecarstrade.be] INFO: Found listing with ID: 6850767auction106392
2026-03-25 02:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276850767auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:45 [ecarstrade.be] INFO: Scrape type for 6850767auction106392: 0
2026-03-25 02:02:45 [ecarstrade.be] INFO: Found listing with ID: 6850913auction106404
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276850913auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:46 [ecarstrade.be] INFO: Scrape type for 6850913auction106404: 0
2026-03-25 02:02:46 [ecarstrade.be] INFO: Found listing with ID: 6850914auction106404
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276850914auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:46 [ecarstrade.be] INFO: Scrape type for 6850914auction106404: 0
2026-03-25 02:02:46 [ecarstrade.be] INFO: Found listing with ID: 6851177auction106392
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276851177auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:46 [ecarstrade.be] INFO: Scrape type for 6851177auction106392: 0
2026-03-25 02:02:46 [ecarstrade.be] INFO: Found listing with ID: 6851182auction106392
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276851182auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:46 [ecarstrade.be] INFO: Scrape type for 6851182auction106392: 0
2026-03-25 02:02:46 [ecarstrade.be] INFO: Found listing with ID: 6852772auction106404
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852772auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:46 [ecarstrade.be] INFO: Scrape type for 6852772auction106404: 0
2026-03-25 02:02:46 [ecarstrade.be] INFO: Found listing with ID: 6852773auction106404
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852773auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:46 [ecarstrade.be] INFO: Scrape type for 6852773auction106404: 0
2026-03-25 02:02:46 [ecarstrade.be] INFO: Found listing with ID: 6855991auction106392
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855991auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:46 [ecarstrade.be] INFO: Scrape type for 6855991auction106392: 0
2026-03-25 02:02:46 [ecarstrade.be] INFO: Found listing with ID: 6857831auction106392
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276857831auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:46 [ecarstrade.be] INFO: Scrape type for 6857831auction106392: 0
2026-03-25 02:02:46 [ecarstrade.be] INFO: Found listing with ID: 6857836auction106392
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276857836auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:46 [ecarstrade.be] INFO: Scrape type for 6857836auction106392: 0
2026-03-25 02:02:46 [ecarstrade.be] INFO: Found listing with ID: 6858717auction106392
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276858717auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:46 [ecarstrade.be] INFO: Scrape type for 6858717auction106392: 0
2026-03-25 02:02:46 [ecarstrade.be] INFO: Found listing with ID: 6859376auction106392
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859376auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:46 [ecarstrade.be] INFO: Scrape type for 6859376auction106392: 0
2026-03-25 02:02:46 [ecarstrade.be] INFO: Found listing with ID: 6859378auction106392
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859378auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:46 [ecarstrade.be] INFO: Scrape type for 6859378auction106392: 0
2026-03-25 02:02:46 [ecarstrade.be] INFO: Found listing with ID: 6859384auction106404
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859384auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:46 [ecarstrade.be] INFO: Scrape type for 6859384auction106404: 0
2026-03-25 02:02:46 [ecarstrade.be] INFO: Found listing with ID: 6860940auction106392
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860940auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:46 [ecarstrade.be] INFO: Scrape type for 6860940auction106392: 0
2026-03-25 02:02:46 [ecarstrade.be] INFO: Found listing with ID: 6860944auction106392
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860944auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:46 [ecarstrade.be] INFO: Scrape type for 6860944auction106392: 0
2026-03-25 02:02:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:02:54 [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-25 02:02:54 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:02:54 [ecarstrade.be] INFO: Found listing with ID: 6860945auction106392
2026-03-25 02:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860945auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:54 [ecarstrade.be] INFO: Scrape type for 6860945auction106392: 0
2026-03-25 02:02:54 [ecarstrade.be] INFO: Found listing with ID: 6860946auction106392
2026-03-25 02:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860946auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:54 [ecarstrade.be] INFO: Scrape type for 6860946auction106392: 0
2026-03-25 02:02:54 [ecarstrade.be] INFO: Found listing with ID: 6860951auction106392
2026-03-25 02:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860951auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:54 [ecarstrade.be] INFO: Scrape type for 6860951auction106392: 0
2026-03-25 02:02:54 [ecarstrade.be] INFO: Found listing with ID: 6860953auction106392
2026-03-25 02:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860953auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:54 [ecarstrade.be] INFO: Scrape type for 6860953auction106392: 0
2026-03-25 02:02:54 [ecarstrade.be] INFO: Found listing with ID: 6860955auction106392
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860955auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:55 [ecarstrade.be] INFO: Scrape type for 6860955auction106392: 0
2026-03-25 02:02:55 [ecarstrade.be] INFO: Found listing with ID: 6860956auction106392
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860956auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:55 [ecarstrade.be] INFO: Scrape type for 6860956auction106392: 0
2026-03-25 02:02:55 [ecarstrade.be] INFO: Found listing with ID: 6860959auction106392
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860959auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:55 [ecarstrade.be] INFO: Scrape type for 6860959auction106392: 0
2026-03-25 02:02:55 [ecarstrade.be] INFO: Found listing with ID: 6860960auction106392
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860960auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:55 [ecarstrade.be] INFO: Scrape type for 6860960auction106392: 0
2026-03-25 02:02:55 [ecarstrade.be] INFO: Found listing with ID: 6860961auction106392
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860961auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:55 [ecarstrade.be] INFO: Scrape type for 6860961auction106392: 0
2026-03-25 02:02:55 [ecarstrade.be] INFO: Found listing with ID: 6860962auction106392
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860962auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:55 [ecarstrade.be] INFO: Scrape type for 6860962auction106392: 0
2026-03-25 02:02:55 [ecarstrade.be] INFO: Found listing with ID: 6860963auction106392
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860963auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:55 [ecarstrade.be] INFO: Scrape type for 6860963auction106392: 0
2026-03-25 02:02:55 [ecarstrade.be] INFO: Found listing with ID: 6860964auction106392
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860964auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:55 [ecarstrade.be] INFO: Scrape type for 6860964auction106392: 0
2026-03-25 02:02:55 [ecarstrade.be] INFO: Found listing with ID: 6900115auction106404
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900115auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:02:55 [ecarstrade.be] INFO: Scrape type for 6900115auction106404: 0
2026-03-25 02:02:55 [ecarstrade.be] INFO: Found listing with ID: 6900117auction106392
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900117auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:55 [ecarstrade.be] INFO: Scrape type for 6900117auction106392: 0
2026-03-25 02:02:55 [ecarstrade.be] INFO: Found listing with ID: 6900121auction106392
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900121auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:55 [ecarstrade.be] INFO: Scrape type for 6900121auction106392: 0
2026-03-25 02:02:55 [ecarstrade.be] INFO: Found listing with ID: 6900122auction106392
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900122auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:55 [ecarstrade.be] INFO: Scrape type for 6900122auction106392: 0
2026-03-25 02:02:55 [ecarstrade.be] INFO: Found listing with ID: 6900124auction106392
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900124auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:55 [ecarstrade.be] INFO: Scrape type for 6900124auction106392: 0
2026-03-25 02:02:55 [ecarstrade.be] INFO: Found listing with ID: 6900126auction106392
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900126auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:55 [ecarstrade.be] INFO: Scrape type for 6900126auction106392: 0
2026-03-25 02:02:55 [ecarstrade.be] INFO: Found listing with ID: 6900130auction106392
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900130auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:55 [ecarstrade.be] INFO: Scrape type for 6900130auction106392: 0
2026-03-25 02:02:55 [ecarstrade.be] INFO: Found listing with ID: 6900135auction106392
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900135auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:02:55 [ecarstrade.be] INFO: Scrape type for 6900135auction106392: 0
2026-03-25 02:02:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:03:01 [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-25 02:03:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900171auction106392
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900171auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:01 [ecarstrade.be] INFO: Scrape type for 6900171auction106392: 0
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900173auction106404
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900173auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:01 [ecarstrade.be] INFO: Scrape type for 6900173auction106404: 0
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900178auction106404
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900178auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:01 [ecarstrade.be] INFO: Scrape type for 6900178auction106404: 0
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900179auction106392
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900179auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:01 [ecarstrade.be] INFO: Scrape type for 6900179auction106392: 0
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900180auction106392
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900180auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:01 [ecarstrade.be] INFO: Scrape type for 6900180auction106392: 0
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900207auction106392
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900207auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:01 [ecarstrade.be] INFO: Scrape type for 6900207auction106392: 0
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900234auction106392
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900234auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:01 [ecarstrade.be] INFO: Scrape type for 6900234auction106392: 0
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900236auction106392
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900236auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:01 [ecarstrade.be] INFO: Scrape type for 6900236auction106392: 0
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900237auction106392
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900237auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:01 [ecarstrade.be] INFO: Scrape type for 6900237auction106392: 0
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900260auction106392
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900260auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:01 [ecarstrade.be] INFO: Scrape type for 6900260auction106392: 0
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900316auction106404
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900316auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:01 [ecarstrade.be] INFO: Scrape type for 6900316auction106404: 0
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900318auction106404
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900318auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:01 [ecarstrade.be] INFO: Scrape type for 6900318auction106404: 0
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900328auction106392
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900328auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:01 [ecarstrade.be] INFO: Scrape type for 6900328auction106392: 0
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900330auction106392
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900330auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:01 [ecarstrade.be] INFO: Scrape type for 6900330auction106392: 0
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900331auction106392
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900331auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:01 [ecarstrade.be] INFO: Scrape type for 6900331auction106392: 0
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900334auction106404
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900334auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:01 [ecarstrade.be] INFO: Scrape type for 6900334auction106404: 0
2026-03-25 02:03:01 [ecarstrade.be] INFO: Found listing with ID: 6900340auction106392
2026-03-25 02:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900340auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:02 [ecarstrade.be] INFO: Scrape type for 6900340auction106392: 0
2026-03-25 02:03:02 [ecarstrade.be] INFO: Found listing with ID: 6900354auction106404
2026-03-25 02:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900354auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:02 [ecarstrade.be] INFO: Scrape type for 6900354auction106404: 0
2026-03-25 02:03:02 [ecarstrade.be] INFO: Found listing with ID: 6900369auction106392
2026-03-25 02:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900369auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:02 [ecarstrade.be] INFO: Scrape type for 6900369auction106392: 0
2026-03-25 02:03:02 [ecarstrade.be] INFO: Found listing with ID: 6900371auction106392
2026-03-25 02:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900371auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:02 [ecarstrade.be] INFO: Scrape type for 6900371auction106392: 0
2026-03-25 02:03:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:03:06 [scrapy.extensions.logstats] INFO: Crawled 271 pages (at 8 pages/min), scraped 89 items (at 0 items/min)
2026-03-25 02:03:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 02:03:08 [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-25 02:03:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900354auction106404
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900354auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900354auction106404: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900369auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900369auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900369auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900371auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900371auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900371auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900375auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900375auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900375auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900376auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900376auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900376auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900377auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900377auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900377auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900379auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900379auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900379auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900381auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900381auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900381auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900387auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900387auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900387auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900394auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900394auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900394auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900398auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900398auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900398auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900400auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900400auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900400auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900405auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900405auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900405auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900407auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900407auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900407auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900412auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900412auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900412auction106392: 2
2026-03-25 02:03:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900416auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900416auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900416auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900421auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900421auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900421auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900423auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900423auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900423auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900432auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900432auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900432auction106392: 0
2026-03-25 02:03:09 [ecarstrade.be] INFO: Found listing with ID: 6900438auction106392
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900438auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:09 [ecarstrade.be] INFO: Scrape type for 6900438auction106392: 0
2026-03-25 02:03:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:03:15 [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-25 02:03:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6900440auction106392
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900440auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6900440auction106392: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6900441auction106404
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900441auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6900441auction106404: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6900443auction106404
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900443auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6900443auction106404: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6900447auction106392
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900447auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6900447auction106392: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6900449auction106392
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900449auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6900449auction106392: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6900452auction106392
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900452auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6900452auction106392: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6900453auction106392
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900453auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6900453auction106392: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6900460auction106392
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900460auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6900460auction106392: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6900461auction106392
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900461auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6900461auction106392: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6900478auction106392
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900478auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6900478auction106392: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6900479auction106392
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900479auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6900479auction106392: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6900495auction106404
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900495auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6900495auction106404: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6900617auction106392
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900617auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6900617auction106392: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6900620auction106392
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900620auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6900620auction106392: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6901391auction106392
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276901391auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6901391auction106392: 2
2026-03-25 02:03:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6902439auction106392
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902439auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6902439auction106392: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6902451auction106404
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902451auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6902451auction106404: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6903179auction106404
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903179auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6903179auction106404: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6903180auction106404
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903180auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6903180auction106404: 0
2026-03-25 02:03:16 [ecarstrade.be] INFO: Found listing with ID: 6903182auction106404
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903182auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:16 [ecarstrade.be] INFO: Scrape type for 6903182auction106404: 0
2026-03-25 02:03:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900412> (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-25 02:03:22 [ecarstrade.be] INFO: Extracting details for car 6900412auction106392
2026-03-25 02:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 625d99e3-0c67-597f-b57d-b9725131e90a with identifier: 6900412auction106392
2026-03-25 02:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 625d99e3-0c67-597f-b57d-b9725131e90a with scrape type 2
2026-03-25 02:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 625d99e3-0c67-597f-b57d-b9725131e90a with scrape type 2
2026-03-25 02:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 625d99e3-0c67-597f-b57d-b9725131e90a, identifier: 6900412auction106392
2026-03-25 02:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 625d99e3-0c67-597f-b57d-b9725131e90a with identifier: 6900412auction106392
2026-03-25 02:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 625d99e3-0c67-597f-b57d-b9725131e90a with identifier: 6900412auction106392
2026-03-25 02:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 625d99e3-0c67-597f-b57d-b9725131e90a with identifier: 6900412auction106392 to the API
2026-03-25 02:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:03:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900412>
{'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-27T02:40:03Z',
'fuel_type': 'Electric',
'id': '625d99e3-0c67-597f-b57d-b9725131e90a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900412',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 31975,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Enyaq iV 50',
'transmission': 'automatic',
'trim': 'iV 50',
'vin': None,
'year': 2022}
2026-03-25 02:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900412auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:23 [ecarstrade.be] INFO: Saving data for 6900412auction106392: {'auction_closing_time': 1774579203.0, 'created_time': 1772614361.712178, 'last_price_update_time': 1774404203.193994}
2026-03-25 02:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900412auction106392') HTTP/1.1" 204 0
2026-03-25 02:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6901391> (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-25 02:03:23 [ecarstrade.be] INFO: Extracting details for car 6901391auction106392
2026-03-25 02:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4873ac41-1781-591c-81bb-112927381905 with identifier: 6901391auction106392
2026-03-25 02:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4873ac41-1781-591c-81bb-112927381905 with scrape type 2
2026-03-25 02:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4873ac41-1781-591c-81bb-112927381905 with scrape type 2
2026-03-25 02:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4873ac41-1781-591c-81bb-112927381905, identifier: 6901391auction106392
2026-03-25 02:03:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4873ac41-1781-591c-81bb-112927381905 with identifier: 6901391auction106392
2026-03-25 02:03:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4873ac41-1781-591c-81bb-112927381905 with identifier: 6901391auction106392
2026-03-25 02:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4873ac41-1781-591c-81bb-112927381905 with identifier: 6901391auction106392 to the API
2026-03-25 02:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:03:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:03:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6901391>
{'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-27T02:40:03Z',
'fuel_type': 'Petrol',
'id': '4873ac41-1781-591c-81bb-112927381905',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6901391',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 5694,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-19',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-25 02:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276901391auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:24 [ecarstrade.be] INFO: Saving data for 6901391auction106392: {'auction_closing_time': 1774579203.0, 'created_time': 1772614362.330527, 'last_price_update_time': 1774404204.466486}
2026-03-25 02:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6901391auction106392') HTTP/1.1" 204 0
2026-03-25 02:03:54 [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-25 02:03:54 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6903183auction106404
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903183auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6903183auction106404: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6903184auction106404
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903184auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6903184auction106404: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6903185auction106404
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903185auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6903185auction106404: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6903186auction106404
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903186auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6903186auction106404: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6903188auction106404
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903188auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6903188auction106404: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6903189auction106404
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903189auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6903189auction106404: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6903525auction106404
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903525auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6903525auction106404: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6903529auction106404
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903529auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6903529auction106404: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6904571auction106392
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904571auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6904571auction106392: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6906591auction106404
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906591auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6906591auction106404: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6906593auction106404
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906593auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6906593auction106404: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6906598auction106404
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906598auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6906598auction106404: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6906600auction106404
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906600auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6906600auction106404: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6906601auction106404
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906601auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6906601auction106404: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6906602auction106404
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906602auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6906602auction106404: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6906610auction106392
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906610auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6906610auction106392: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6906613auction106392
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906613auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6906613auction106392: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6907011auction106392
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907011auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6907011auction106392: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6907012auction106392
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907012auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6907012auction106392: 0
2026-03-25 02:03:54 [ecarstrade.be] INFO: Found listing with ID: 6907018auction106392
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907018auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:03:54 [ecarstrade.be] INFO: Scrape type for 6907018auction106392: 0
2026-03-25 02:03:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:04:00 [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-25 02:04:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6907020auction106392
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276907020auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6907020auction106392: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6907022auction106392
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276907022auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6907022auction106392: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6907025auction106392
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276907025auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6907025auction106392: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6907632auction106392
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276907632auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6907632auction106392: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6908677auction106404
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276908677auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6908677auction106404: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6908678auction106404
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276908678auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6908678auction106404: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6908984auction106404
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276908984auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6908984auction106404: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6908985auction106404
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276908985auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6908985auction106404: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6909655auction106392
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276909655auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6909655auction106392: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6915541auction106404
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276915541auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6915541auction106404: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6915542auction106404
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276915542auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6915542auction106404: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6915544auction106404
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276915544auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6915544auction106404: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6915546auction106404
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276915546auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6915546auction106404: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6915549auction106404
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276915549auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6915549auction106404: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6915550auction106404
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276915550auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6915550auction106404: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6915551auction106404
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276915551auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6915551auction106404: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6916239auction106392
2026-03-25 02:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276916239auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:00 [ecarstrade.be] INFO: Scrape type for 6916239auction106392: 0
2026-03-25 02:04:00 [ecarstrade.be] INFO: Found listing with ID: 6918182auction106392
2026-03-25 02:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276918182auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:01 [ecarstrade.be] INFO: Scrape type for 6918182auction106392: 0
2026-03-25 02:04:01 [ecarstrade.be] INFO: Found listing with ID: 6918212auction106404
2026-03-25 02:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276918212auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:01 [ecarstrade.be] INFO: Scrape type for 6918212auction106404: 0
2026-03-25 02:04:01 [ecarstrade.be] INFO: Found listing with ID: 6918214auction106404
2026-03-25 02:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276918214auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:01 [ecarstrade.be] INFO: Scrape type for 6918214auction106404: 0
2026-03-25 02:04:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:04:06 [scrapy.extensions.logstats] INFO: Crawled 277 pages (at 6 pages/min), scraped 91 items (at 2 items/min)
2026-03-25 02:04:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 02:04:07 [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-25 02:04:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6918216auction106404
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276918216auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6918216auction106404: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6918217auction106404
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276918217auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6918217auction106404: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6918218auction106404
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276918218auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6918218auction106404: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6921337auction106392
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276921337auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6921337auction106392: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6921757auction106392
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276921757auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6921757auction106392: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6922096auction106392
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922096auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6922096auction106392: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6922097auction106392
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922097auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6922097auction106392: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6922098auction106392
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922098auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6922098auction106392: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6922426auction106392
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922426auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6922426auction106392: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6922433auction106392
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922433auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6922433auction106392: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6922441auction106392
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922441auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6922441auction106392: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6922445auction106392
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922445auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6922445auction106392: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6922698auction106392
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922698auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6922698auction106392: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6922702auction106392
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922702auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6922702auction106392: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6922706auction106392
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922706auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6922706auction106392: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6922714auction106392
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922714auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6922714auction106392: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6922716auction106392
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922716auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6922716auction106392: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6922717auction106392
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922717auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:07 [ecarstrade.be] INFO: Scrape type for 6922717auction106392: 0
2026-03-25 02:04:07 [ecarstrade.be] INFO: Found listing with ID: 6922719auction106392
2026-03-25 02:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276922719auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:08 [ecarstrade.be] INFO: Scrape type for 6922719auction106392: 0
2026-03-25 02:04:08 [ecarstrade.be] INFO: Found listing with ID: 6922720auction106392
2026-03-25 02:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276922720auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:08 [ecarstrade.be] INFO: Scrape type for 6922720auction106392: 0
2026-03-25 02: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-25 02:04:16 [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-25 02:04:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6922721auction106392
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922721auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6922721auction106392: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6922730auction106392
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922730auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6922730auction106392: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6922731auction106392
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922731auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6922731auction106392: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6922735auction106392
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922735auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6922735auction106392: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6922736auction106392
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922736auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6922736auction106392: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6922744auction106392
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922744auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6922744auction106392: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6922745auction106392
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922745auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6922745auction106392: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6922755auction106392
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922755auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6922755auction106392: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6922758auction106392
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922758auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6922758auction106392: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6922761auction106392
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922761auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6922761auction106392: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6922764auction106392
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922764auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6922764auction106392: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6925635auction106392
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925635auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6925635auction106392: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6925878auction106392
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925878auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6925878auction106392: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6926439auction106404
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926439auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6926439auction106404: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6926441auction106404
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926441auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6926441auction106404: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6926442auction106404
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926442auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6926442auction106404: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6926756auction106404
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926756auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6926756auction106404: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6926757auction106404
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926757auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6926757auction106404: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6926761auction106392
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926761auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6926761auction106392: 0
2026-03-25 02:04:17 [ecarstrade.be] INFO: Found listing with ID: 6926762auction106392
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926762auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:17 [ecarstrade.be] INFO: Scrape type for 6926762auction106392: 0
2026-03-25 02:04:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:04:23 [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-25 02:04:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:04:23 [ecarstrade.be] INFO: Found listing with ID: 6926763auction106392
2026-03-25 02:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276926763auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:23 [ecarstrade.be] INFO: Scrape type for 6926763auction106392: 0
2026-03-25 02:04:23 [ecarstrade.be] INFO: Found listing with ID: 6926766auction106392
2026-03-25 02:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276926766auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:23 [ecarstrade.be] INFO: Scrape type for 6926766auction106392: 0
2026-03-25 02:04:23 [ecarstrade.be] INFO: Found listing with ID: 6928323auction106404
2026-03-25 02:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276928323auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:23 [ecarstrade.be] INFO: Scrape type for 6928323auction106404: 0
2026-03-25 02:04:23 [ecarstrade.be] INFO: Found listing with ID: 6929910auction106392
2026-03-25 02:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276929910auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:23 [ecarstrade.be] INFO: Scrape type for 6929910auction106392: 0
2026-03-25 02:04:23 [ecarstrade.be] INFO: Found listing with ID: 6930054auction106392
2026-03-25 02:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276930054auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:23 [ecarstrade.be] INFO: Scrape type for 6930054auction106392: 0
2026-03-25 02:04:23 [ecarstrade.be] INFO: Found listing with ID: 6930069auction106392
2026-03-25 02:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276930069auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:23 [ecarstrade.be] INFO: Scrape type for 6930069auction106392: 0
2026-03-25 02:04:23 [ecarstrade.be] INFO: Found listing with ID: 6930607auction106392
2026-03-25 02:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276930607auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:23 [ecarstrade.be] INFO: Scrape type for 6930607auction106392: 0
2026-03-25 02:04:23 [ecarstrade.be] INFO: Found listing with ID: 6932742auction106404
2026-03-25 02:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276932742auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:23 [ecarstrade.be] INFO: Scrape type for 6932742auction106404: 0
2026-03-25 02:04:23 [ecarstrade.be] INFO: Found listing with ID: 6932743auction106404
2026-03-25 02:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276932743auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:23 [ecarstrade.be] INFO: Scrape type for 6932743auction106404: 0
2026-03-25 02:04:23 [ecarstrade.be] INFO: Found listing with ID: 6932745auction106404
2026-03-25 02:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276932745auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:23 [ecarstrade.be] INFO: Scrape type for 6932745auction106404: 0
2026-03-25 02:04:23 [ecarstrade.be] INFO: Found listing with ID: 6933821auction106392
2026-03-25 02:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276933821auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:23 [ecarstrade.be] INFO: Scrape type for 6933821auction106392: 0
2026-03-25 02:04:23 [ecarstrade.be] INFO: Found listing with ID: 6933822auction106392
2026-03-25 02:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276933822auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:23 [ecarstrade.be] INFO: Scrape type for 6933822auction106392: 0
2026-03-25 02:04:23 [ecarstrade.be] INFO: Found listing with ID: 6933823auction106392
2026-03-25 02:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276933823auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:23 [ecarstrade.be] INFO: Scrape type for 6933823auction106392: 0
2026-03-25 02:04:23 [ecarstrade.be] INFO: Found listing with ID: 6933824auction106392
2026-03-25 02:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276933824auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:23 [ecarstrade.be] INFO: Scrape type for 6933824auction106392: 0
2026-03-25 02:04:23 [ecarstrade.be] INFO: Found listing with ID: 6933825auction106392
2026-03-25 02:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933825auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:24 [ecarstrade.be] INFO: Scrape type for 6933825auction106392: 0
2026-03-25 02:04:24 [ecarstrade.be] INFO: Found listing with ID: 6933826auction106392
2026-03-25 02:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933826auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:24 [ecarstrade.be] INFO: Scrape type for 6933826auction106392: 0
2026-03-25 02:04:24 [ecarstrade.be] INFO: Found listing with ID: 6933827auction106392
2026-03-25 02:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933827auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:24 [ecarstrade.be] INFO: Scrape type for 6933827auction106392: 0
2026-03-25 02:04:24 [ecarstrade.be] INFO: Found listing with ID: 6933828auction106392
2026-03-25 02:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933828auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:24 [ecarstrade.be] INFO: Scrape type for 6933828auction106392: 0
2026-03-25 02:04:24 [ecarstrade.be] INFO: Found listing with ID: 6933829auction106392
2026-03-25 02:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933829auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:24 [ecarstrade.be] INFO: Scrape type for 6933829auction106392: 0
2026-03-25 02:04:24 [ecarstrade.be] INFO: Found listing with ID: 6933844auction106392
2026-03-25 02:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933844auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:24 [ecarstrade.be] INFO: Scrape type for 6933844auction106392: 0
2026-03-25 02:04:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:04:30 [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-25 02:04:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:04:30 [ecarstrade.be] INFO: Found listing with ID: 6933845auction106392
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933845auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:30 [ecarstrade.be] INFO: Scrape type for 6933845auction106392: 0
2026-03-25 02:04:30 [ecarstrade.be] INFO: Found listing with ID: 6933846auction106392
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933846auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:30 [ecarstrade.be] INFO: Scrape type for 6933846auction106392: 0
2026-03-25 02:04:30 [ecarstrade.be] INFO: Found listing with ID: 6933847auction106392
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933847auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:30 [ecarstrade.be] INFO: Scrape type for 6933847auction106392: 0
2026-03-25 02:04:30 [ecarstrade.be] INFO: Found listing with ID: 6933850auction106392
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933850auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:30 [ecarstrade.be] INFO: Scrape type for 6933850auction106392: 0
2026-03-25 02:04:30 [ecarstrade.be] INFO: Found listing with ID: 6933851auction106392
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933851auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:30 [ecarstrade.be] INFO: Scrape type for 6933851auction106392: 0
2026-03-25 02:04:30 [ecarstrade.be] INFO: Found listing with ID: 6934145auction106392
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934145auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:30 [ecarstrade.be] INFO: Scrape type for 6934145auction106392: 0
2026-03-25 02:04:30 [ecarstrade.be] INFO: Found listing with ID: 6934171auction106392
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934171auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:30 [ecarstrade.be] INFO: Scrape type for 6934171auction106392: 0
2026-03-25 02:04:30 [ecarstrade.be] INFO: Found listing with ID: 6934187auction106392
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934187auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:30 [ecarstrade.be] INFO: Scrape type for 6934187auction106392: 0
2026-03-25 02:04:30 [ecarstrade.be] INFO: Found listing with ID: 6934192auction106392
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934192auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:30 [ecarstrade.be] INFO: Scrape type for 6934192auction106392: 0
2026-03-25 02:04:30 [ecarstrade.be] INFO: Found listing with ID: 6934209auction106392
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934209auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:30 [ecarstrade.be] INFO: Scrape type for 6934209auction106392: 0
2026-03-25 02:04:30 [ecarstrade.be] INFO: Found listing with ID: 6934217auction106404
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934217auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:30 [ecarstrade.be] INFO: Scrape type for 6934217auction106404: 0
2026-03-25 02:04:30 [ecarstrade.be] INFO: Found listing with ID: 6934489auction106392
2026-03-25 02:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934489auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:31 [ecarstrade.be] INFO: Scrape type for 6934489auction106392: 0
2026-03-25 02:04:31 [ecarstrade.be] INFO: Found listing with ID: 6934724auction106404
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934724auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:31 [ecarstrade.be] INFO: Scrape type for 6934724auction106404: 0
2026-03-25 02:04:31 [ecarstrade.be] INFO: Found listing with ID: 6934725auction106404
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934725auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:31 [ecarstrade.be] INFO: Scrape type for 6934725auction106404: 0
2026-03-25 02:04:31 [ecarstrade.be] INFO: Found listing with ID: 6934756auction106404
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934756auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:31 [ecarstrade.be] INFO: Scrape type for 6934756auction106404: 0
2026-03-25 02:04:31 [ecarstrade.be] INFO: Found listing with ID: 6934757auction106404
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934757auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:31 [ecarstrade.be] INFO: Scrape type for 6934757auction106404: 0
2026-03-25 02:04:31 [ecarstrade.be] INFO: Found listing with ID: 6934758auction106404
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934758auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:31 [ecarstrade.be] INFO: Scrape type for 6934758auction106404: 0
2026-03-25 02:04:31 [ecarstrade.be] INFO: Found listing with ID: 6934759auction106404
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934759auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:31 [ecarstrade.be] INFO: Scrape type for 6934759auction106404: 0
2026-03-25 02:04:31 [ecarstrade.be] INFO: Found listing with ID: 6934765auction106404
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934765auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:31 [ecarstrade.be] INFO: Scrape type for 6934765auction106404: 0
2026-03-25 02:04:31 [ecarstrade.be] INFO: Found listing with ID: 6934766auction106404
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934766auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:31 [ecarstrade.be] INFO: Scrape type for 6934766auction106404: 0
2026-03-25 02:04:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:04:37 [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-25 02:04:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:04:37 [ecarstrade.be] INFO: Found listing with ID: 6934767auction106404
2026-03-25 02:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276934767auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:37 [ecarstrade.be] INFO: Scrape type for 6934767auction106404: 0
2026-03-25 02:04:37 [ecarstrade.be] INFO: Found listing with ID: 6934768auction106404
2026-03-25 02:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276934768auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:37 [ecarstrade.be] INFO: Scrape type for 6934768auction106404: 0
2026-03-25 02:04:37 [ecarstrade.be] INFO: Found listing with ID: 6934769auction106404
2026-03-25 02:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276934769auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:37 [ecarstrade.be] INFO: Scrape type for 6934769auction106404: 0
2026-03-25 02:04:37 [ecarstrade.be] INFO: Found listing with ID: 6934770auction106404
2026-03-25 02:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276934770auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:37 [ecarstrade.be] INFO: Scrape type for 6934770auction106404: 0
2026-03-25 02:04:37 [ecarstrade.be] INFO: Found listing with ID: 6934771auction106404
2026-03-25 02:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276934771auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:37 [ecarstrade.be] INFO: Scrape type for 6934771auction106404: 0
2026-03-25 02:04:37 [ecarstrade.be] INFO: Found listing with ID: 6934772auction106404
2026-03-25 02:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276934772auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:37 [ecarstrade.be] INFO: Scrape type for 6934772auction106404: 0
2026-03-25 02:04:37 [ecarstrade.be] INFO: Found listing with ID: 6934773auction106404
2026-03-25 02:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276934773auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:37 [ecarstrade.be] INFO: Scrape type for 6934773auction106404: 0
2026-03-25 02:04:37 [ecarstrade.be] INFO: Found listing with ID: 6934774auction106404
2026-03-25 02:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276934774auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:37 [ecarstrade.be] INFO: Scrape type for 6934774auction106404: 0
2026-03-25 02:04:37 [ecarstrade.be] INFO: Found listing with ID: 6934775auction106404
2026-03-25 02:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276934775auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:37 [ecarstrade.be] INFO: Scrape type for 6934775auction106404: 0
2026-03-25 02:04:37 [ecarstrade.be] INFO: Found listing with ID: 6934776auction106404
2026-03-25 02:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276934776auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:37 [ecarstrade.be] INFO: Scrape type for 6934776auction106404: 0
2026-03-25 02:04:37 [ecarstrade.be] INFO: Found listing with ID: 6934777auction106404
2026-03-25 02:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276934777auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:37 [ecarstrade.be] INFO: Scrape type for 6934777auction106404: 0
2026-03-25 02:04:37 [ecarstrade.be] INFO: Found listing with ID: 6934778auction106404
2026-03-25 02:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276934778auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:37 [ecarstrade.be] INFO: Scrape type for 6934778auction106404: 0
2026-03-25 02:04:37 [ecarstrade.be] INFO: Found listing with ID: 6934779auction106404
2026-03-25 02:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934779auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:38 [ecarstrade.be] INFO: Scrape type for 6934779auction106404: 0
2026-03-25 02:04:38 [ecarstrade.be] INFO: Found listing with ID: 6935190auction106392
2026-03-25 02:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935190auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:38 [ecarstrade.be] INFO: Scrape type for 6935190auction106392: 0
2026-03-25 02:04:38 [ecarstrade.be] INFO: Found listing with ID: 6935200auction106392
2026-03-25 02:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935200auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:38 [ecarstrade.be] INFO: Scrape type for 6935200auction106392: 0
2026-03-25 02:04:38 [ecarstrade.be] INFO: Found listing with ID: 6935202auction106392
2026-03-25 02:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935202auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:38 [ecarstrade.be] INFO: Scrape type for 6935202auction106392: 2
2026-03-25 02:04:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:04:38 [ecarstrade.be] INFO: Found listing with ID: 6935205auction106392
2026-03-25 02:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935205auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:38 [ecarstrade.be] INFO: Scrape type for 6935205auction106392: 0
2026-03-25 02:04:38 [ecarstrade.be] INFO: Found listing with ID: 6935207auction106392
2026-03-25 02:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935207auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:38 [ecarstrade.be] INFO: Scrape type for 6935207auction106392: 0
2026-03-25 02:04:38 [ecarstrade.be] INFO: Found listing with ID: 6935209auction106392
2026-03-25 02:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935209auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:38 [ecarstrade.be] INFO: Scrape type for 6935209auction106392: 0
2026-03-25 02:04:38 [ecarstrade.be] INFO: Found listing with ID: 6935211auction106392
2026-03-25 02:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935211auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:38 [ecarstrade.be] INFO: Scrape type for 6935211auction106392: 0
2026-03-25 02:04:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:04:45 [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-25 02:04:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6935224auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935224auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6935224auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6935230auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935230auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6935230auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6935232auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935232auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6935232auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6935260auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935260auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6935260auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6935268auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935268auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6935268auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6935756auction106404
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935756auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6935756auction106404: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6935823auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935823auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6935823auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6936283auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936283auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6936283auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6936597auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936597auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6936597auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6936599auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936599auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6936599auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6937336auction106404
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937336auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6937336auction106404: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6938572auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938572auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6938572auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6938589auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938589auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6938589auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6938606auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938606auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6938606auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6940264auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940264auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6940264auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6940266auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940266auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6940266auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6940267auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940267auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6940267auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6940279auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940279auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6940279auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6940280auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940280auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6940280auction106392: 0
2026-03-25 02:04:45 [ecarstrade.be] INFO: Found listing with ID: 6940801auction106392
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940801auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:45 [ecarstrade.be] INFO: Scrape type for 6940801auction106392: 2
2026-03-25 02:04:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:04:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935202> (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-25 02:04:51 [ecarstrade.be] INFO: Extracting details for car 6935202auction106392
2026-03-25 02:04:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b8cd37b-1d12-5d0f-bf36-2b762876a6c2 with identifier: 6935202auction106392
2026-03-25 02:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b8cd37b-1d12-5d0f-bf36-2b762876a6c2 with scrape type 2
2026-03-25 02:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b8cd37b-1d12-5d0f-bf36-2b762876a6c2 with scrape type 2
2026-03-25 02:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b8cd37b-1d12-5d0f-bf36-2b762876a6c2, identifier: 6935202auction106392
2026-03-25 02:04:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b8cd37b-1d12-5d0f-bf36-2b762876a6c2 with identifier: 6935202auction106392
2026-03-25 02:04:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b8cd37b-1d12-5d0f-bf36-2b762876a6c2 with identifier: 6935202auction106392
2026-03-25 02:04:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b8cd37b-1d12-5d0f-bf36-2b762876a6c2 with identifier: 6935202auction106392 to the API
2026-03-25 02:04:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:04:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:04:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935202>
{'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-27T02:40:03Z',
'fuel_type': 'Electric',
'id': '6b8cd37b-1d12-5d0f-bf36-2b762876a6c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935202',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Opel',
'model': 'Frontera',
'odometer': 8717,
'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 Electric 44 kWh',
'transmission': 'automatic',
'trim': 'Edition Electric 44 kWh',
'vin': None,
'year': 2025}
2026-03-25 02:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935202auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:52 [ecarstrade.be] INFO: Saving data for 6935202auction106392: {'auction_closing_time': 1774579203.0, 'created_time': 1774303420.78123, 'last_price_update_time': 1774404292.469198}
2026-03-25 02:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935202auction106392') HTTP/1.1" 204 0
2026-03-25 02:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6940801> (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-25 02:04:52 [ecarstrade.be] INFO: Extracting details for car 6940801auction106392
2026-03-25 02:04:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6115dbb-21f3-554f-a554-d5dc9c21dcfa with identifier: 6940801auction106392
2026-03-25 02:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6115dbb-21f3-554f-a554-d5dc9c21dcfa with scrape type 2
2026-03-25 02:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6115dbb-21f3-554f-a554-d5dc9c21dcfa with scrape type 2
2026-03-25 02:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6115dbb-21f3-554f-a554-d5dc9c21dcfa, identifier: 6940801auction106392
2026-03-25 02:04:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6115dbb-21f3-554f-a554-d5dc9c21dcfa with identifier: 6940801auction106392
2026-03-25 02:04:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6115dbb-21f3-554f-a554-d5dc9c21dcfa with identifier: 6940801auction106392
2026-03-25 02:04:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6115dbb-21f3-554f-a554-d5dc9c21dcfa with identifier: 6940801auction106392 to the API
2026-03-25 02:04:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:04:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6940801>
{'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-27T02:40: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/6940801',
'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 50 kWh Electric',
'transmission': 'automatic',
'trim': 'e- Van 50 kWh 50 kWh Electric',
'vin': None,
'year': 2024}
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940801auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Saving data for 6940801auction106392: {'auction_closing_time': 1774579203.0, 'created_time': 1772841026.749317, 'last_price_update_time': 1774404293.205558}
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6940801auction106392') HTTP/1.1" 204 0
2026-03-25 02:04:53 [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-25 02:04:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6940804auction106392
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940804auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6940804auction106392: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6946077auction106392
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946077auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6946077auction106392: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6946078auction106392
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946078auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6946078auction106392: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6946689auction106404
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946689auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6946689auction106404: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6948151auction106404
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948151auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6948151auction106404: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6948152auction106392
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948152auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6948152auction106392: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6948153auction106392
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948153auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6948153auction106392: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6949302auction106392
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949302auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6949302auction106392: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6949420auction106392
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949420auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6949420auction106392: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6949422auction106404
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949422auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6949422auction106404: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6949423auction106404
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949423auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6949423auction106404: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6949424auction106404
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949424auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6949424auction106404: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6949425auction106404
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949425auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6949425auction106404: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6949426auction106404
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949426auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6949426auction106404: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6949427auction106404
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949427auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6949427auction106404: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6949428auction106404
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949428auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6949428auction106404: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6949429auction106404
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949429auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6949429auction106404: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6949430auction106404
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949430auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6949430auction106404: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6949431auction106404
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949431auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6949431auction106404: 0
2026-03-25 02:04:53 [ecarstrade.be] INFO: Found listing with ID: 6949432auction106404
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949432auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:04:53 [ecarstrade.be] INFO: Scrape type for 6949432auction106404: 0
2026-03-25 02:04:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:05:05 [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-25 02:05:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6949433auction106404
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276949433auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6949433auction106404: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6950399auction106392
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276950399auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6950399auction106392: 1
2026-03-25 02: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-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6950403auction106392
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276950403auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6950403auction106392: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6950793auction106392
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276950793auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6950793auction106392: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6951691auction106392
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276951691auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6951691auction106392: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6951693auction106392
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276951693auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6951693auction106392: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6952008auction106392
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276952008auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6952008auction106392: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6953674auction106392
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276953674auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6953674auction106392: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6953679auction106392
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276953679auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6953679auction106392: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6953926auction106404
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276953926auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6953926auction106404: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6953927auction106404
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276953927auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6953927auction106404: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6953928auction106404
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276953928auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6953928auction106404: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6954555auction106392
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276954555auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6954555auction106392: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6954557auction106392
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276954557auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6954557auction106392: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6956362auction106392
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276956362auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6956362auction106392: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6956366auction106392
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276956366auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6956366auction106392: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6956815auction106392
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276956815auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6956815auction106392: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6956816auction106392
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276956816auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6956816auction106392: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6957053auction106392
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276957053auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6957053auction106392: 0
2026-03-25 02:05:05 [ecarstrade.be] INFO: Found listing with ID: 6957355auction106392
2026-03-25 02:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276957355auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:05 [ecarstrade.be] INFO: Scrape type for 6957355auction106392: 0
2026-03-25 02: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-25 02:05:06 [scrapy.extensions.logstats] INFO: Crawled 287 pages (at 10 pages/min), scraped 93 items (at 2 items/min)
2026-03-25 02:05:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 02:05:11 [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-25 02:05:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6957366auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [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-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6957366auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6957370auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [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-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6957370auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6957371auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957371auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6957371auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6957999auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [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-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6957999auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6959293auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959293auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6959293auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6959577auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [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-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6959577auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6961282auction106404
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961282auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6961282auction106404: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6961283auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [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-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6961283auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6961351auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [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-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6961351auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6961352auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [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-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6961352auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6961356auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [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-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6961356auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6961359auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961359auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6961359auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6961360auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [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-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6961360auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6961968auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [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-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6961968auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6961972auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [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-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6961972auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6963807auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963807auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6963807auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6963808auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [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-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6963808auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6963809auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [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-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6963809auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6963813auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [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-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6963813auction106392: 0
2026-03-25 02:05:11 [ecarstrade.be] INFO: Found listing with ID: 6964442auction106392
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964442auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:11 [ecarstrade.be] INFO: Scrape type for 6964442auction106392: 0
2026-03-25 02:05:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:05:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950399> (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-25 02:05:12 [ecarstrade.be] INFO: Extracting details for car 6950399auction106392
2026-03-25 02:05:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 139575c8-d079-5137-a35f-b1a7fab1164e with identifier: 6950399auction106392
2026-03-25 02:05:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 139575c8-d079-5137-a35f-b1a7fab1164e with scrape type 1
2026-03-25 02:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 139575c8-d079-5137-a35f-b1a7fab1164e
2026-03-25 02:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05: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%252F6950001-6960000%252F6950399%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1773140062%27 HTTP/1.1" 200 None
2026-03-25 02:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950399/photo_001/780x0__r.jpg?hash=1773140062 not downloaded yet
2026-03-25 02:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05: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%252F6950001-6960000%252F6950399%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1773140062%27 HTTP/1.1" 200 None
2026-03-25 02:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950399/photo_002/780x0__r.jpg?hash=1773140062 not downloaded yet
2026-03-25 02:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6950001-6960000%252F6950399%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1773140062%27 HTTP/1.1" 200 None
2026-03-25 02:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950399/photo_003/780x0__r.jpg?hash=1773140062 not downloaded yet
2026-03-25 02:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6950001-6960000%252F6950399%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1773140062%27 HTTP/1.1" 200 None
2026-03-25 02:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950399/photo_004/780x0__r.jpg?hash=1773140062 not downloaded yet
2026-03-25 02:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6950001-6960000%252F6950399%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1773140062%27 HTTP/1.1" 200 None
2026-03-25 02:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950399/photo_005/780x0__r.jpg?hash=1773140062 not downloaded yet
2026-03-25 02:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6950001-6960000%252F6950399%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1773140062%27 HTTP/1.1" 200 None
2026-03-25 02:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950399/photo_006/780x0__r.jpg?hash=1773140062 not downloaded yet
2026-03-25 02:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950399/photo_002/780x0__r.jpg?hash=1773140062> (referer: https://ecarstrade.com/cars/6950399)
2026-03-25 02:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950399/photo_004/780x0__r.jpg?hash=1773140062> (referer: https://ecarstrade.com/cars/6950399)
2026-03-25 02:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950399/photo_003/780x0__r.jpg?hash=1773140062> (referer: https://ecarstrade.com/cars/6950399)
2026-03-25 02:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950399/photo_001/780x0__r.jpg?hash=1773140062> (referer: https://ecarstrade.com/cars/6950399)
2026-03-25 02:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950399/photo_005/780x0__r.jpg?hash=1773140062> (referer: https://ecarstrade.com/cars/6950399)
2026-03-25 02:05:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 139575c8-d079-5137-a35f-b1a7fab1164e
2026-03-25 02:05:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 139575c8-d079-5137-a35f-b1a7fab1164e
2026-03-25 02:05:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 139575c8-d079-5137-a35f-b1a7fab1164e
2026-03-25 02:05:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 139575c8-d079-5137-a35f-b1a7fab1164e
2026-03-25 02:05:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 139575c8-d079-5137-a35f-b1a7fab1164e
2026-03-25 02:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950399/photo_006/780x0__r.jpg?hash=1773140062> (referer: https://ecarstrade.com/cars/6950399)
2026-03-25 02:05:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 139575c8-d079-5137-a35f-b1a7fab1164e
2026-03-25 02:05:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 139575c8-d079-5137-a35f-b1a7fab1164e, skipping ID generation
2026-03-25 02:05:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 139575c8-d079-5137-a35f-b1a7fab1164e with scrape type 1
2026-03-25 02:05:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 139575c8-d079-5137-a35f-b1a7fab1164e sending to next pipeline
2026-03-25 02:05:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 139575c8-d079-5137-a35f-b1a7fab1164e, identifier: 6950399auction106392
2026-03-25 02:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 139575c8-d079-5137-a35f-b1a7fab1164e with identifier: 6950399auction106392
2026-03-25 02:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 139575c8-d079-5137-a35f-b1a7fab1164e with identifier: 6950399auction106392
2026-03-25 02:05:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 139575c8-d079-5137-a35f-b1a7fab1164e with identifier: 6950399auction106392 to the API
2026-03-25 02:05:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:05:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:05:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950399/photo_006/780x0__r.jpg?hash=1773140062>
{'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-27T02:40:03Z',
'fuel_type': 'Petrol',
'id': '139575c8-d079-5137-a35f-b1a7fab1164e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950399',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 5810,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-17',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-25 02:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950399auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:14 [ecarstrade.be] INFO: Saving data for 6950399auction106392: {'created_time': 1774404314.153237, 'last_price_update_time': 1774404314.153252, 'auction_closing_time': 1774579203.0}
2026-03-25 02:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950399auction106392') HTTP/1.1" 204 0
2026-03-25 02:05:18 [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-25 02:05:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6964446auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964446auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6964446auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6965267auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965267auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6965267auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6965271auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965271auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6965271auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6965272auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965272auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6965272auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6965273auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965273auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6965273auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6965275auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965275auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6965275auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6966304auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966304auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6966304auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6966305auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966305auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6966305auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6966306auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966306auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6966306auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6966307auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966307auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6966307auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6966308auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966308auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6966308auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6967796auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276967796auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6967796auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6968334auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968334auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6968334auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6968336auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968336auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6968336auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6968337auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968337auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6968337auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6968338auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968338auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6968338auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6968339auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968339auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6968339auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6969302auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276969302auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6969302auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6969306auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276969306auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6969306auction106392: 0
2026-03-25 02:05:18 [ecarstrade.be] INFO: Found listing with ID: 6970598auction106392
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276970598auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:18 [ecarstrade.be] INFO: Scrape type for 6970598auction106392: 0
2026-03-25 02:05:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:05:24 [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-25 02:05:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:05:24 [ecarstrade.be] INFO: Found listing with ID: 6970598auction106392
2026-03-25 02:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:24 [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-25 02:05:24 [ecarstrade.be] INFO: Scrape type for 6970598auction106392: 0
2026-03-25 02:05:24 [ecarstrade.be] INFO: Found listing with ID: 6971314auction106392
2026-03-25 02:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:24 [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-25 02:05:24 [ecarstrade.be] INFO: Scrape type for 6971314auction106392: 0
2026-03-25 02:05:24 [ecarstrade.be] INFO: Found listing with ID: 6971316auction106392
2026-03-25 02:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:24 [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-25 02:05:24 [ecarstrade.be] INFO: Scrape type for 6971316auction106392: 0
2026-03-25 02:05:24 [ecarstrade.be] INFO: Found listing with ID: 6971320auction106392
2026-03-25 02:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:24 [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-25 02:05:24 [ecarstrade.be] INFO: Scrape type for 6971320auction106392: 0
2026-03-25 02:05:24 [ecarstrade.be] INFO: Found listing with ID: 6971321auction106392
2026-03-25 02:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:24 [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-25 02:05:24 [ecarstrade.be] INFO: Scrape type for 6971321auction106392: 0
2026-03-25 02:05:24 [ecarstrade.be] INFO: Found listing with ID: 6971322auction106392
2026-03-25 02:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971322auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:24 [ecarstrade.be] INFO: Scrape type for 6971322auction106392: 0
2026-03-25 02:05:24 [ecarstrade.be] INFO: Found listing with ID: 6972353auction106392
2026-03-25 02:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:24 [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-25 02:05:24 [ecarstrade.be] INFO: Scrape type for 6972353auction106392: 0
2026-03-25 02:05:25 [ecarstrade.be] INFO: Found listing with ID: 6972447auction106392
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972447auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:25 [ecarstrade.be] INFO: Scrape type for 6972447auction106392: 0
2026-03-25 02:05:25 [ecarstrade.be] INFO: Found listing with ID: 6972448auction106392
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972448auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:25 [ecarstrade.be] INFO: Scrape type for 6972448auction106392: 0
2026-03-25 02:05:25 [ecarstrade.be] INFO: Found listing with ID: 6972449auction106392
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972449auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:25 [ecarstrade.be] INFO: Scrape type for 6972449auction106392: 0
2026-03-25 02:05:25 [ecarstrade.be] INFO: Found listing with ID: 6972451auction106404
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972451auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:25 [ecarstrade.be] INFO: Scrape type for 6972451auction106404: 0
2026-03-25 02:05:25 [ecarstrade.be] INFO: Found listing with ID: 6972459auction106392
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972459auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:25 [ecarstrade.be] INFO: Scrape type for 6972459auction106392: 0
2026-03-25 02:05:25 [ecarstrade.be] INFO: Found listing with ID: 6972463auction106392
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972463auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:25 [ecarstrade.be] INFO: Scrape type for 6972463auction106392: 1
2026-03-25 02:05:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:05:25 [ecarstrade.be] INFO: Found listing with ID: 6972599auction106404
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972599auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:25 [ecarstrade.be] INFO: Scrape type for 6972599auction106404: 0
2026-03-25 02:05:25 [ecarstrade.be] INFO: Found listing with ID: 6972604auction106392
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972604auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:25 [ecarstrade.be] INFO: Scrape type for 6972604auction106392: 0
2026-03-25 02:05:25 [ecarstrade.be] INFO: Found listing with ID: 6972605auction106392
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972605auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:25 [ecarstrade.be] INFO: Scrape type for 6972605auction106392: 0
2026-03-25 02:05:25 [ecarstrade.be] INFO: Found listing with ID: 6972606auction106392
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972606auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:25 [ecarstrade.be] INFO: Scrape type for 6972606auction106392: 0
2026-03-25 02:05:25 [ecarstrade.be] INFO: Found listing with ID: 6972607auction106392
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972607auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:25 [ecarstrade.be] INFO: Scrape type for 6972607auction106392: 0
2026-03-25 02:05:25 [ecarstrade.be] INFO: Found listing with ID: 6972609auction106392
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972609auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:25 [ecarstrade.be] INFO: Scrape type for 6972609auction106392: 0
2026-03-25 02:05:25 [ecarstrade.be] INFO: Found listing with ID: 6972610auction106392
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972610auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:25 [ecarstrade.be] INFO: Scrape type for 6972610auction106392: 0
2026-03-25 02:05:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972463> (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-25 02:05:31 [ecarstrade.be] INFO: Extracting details for car 6972463auction106392
2026-03-25 02:05:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 971d9b96-47f4-51c0-9951-65d1e4679020 with identifier: 6972463auction106392
2026-03-25 02:05:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 971d9b96-47f4-51c0-9951-65d1e4679020 with scrape type 1
2026-03-25 02:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 971d9b96-47f4-51c0-9951-65d1e4679020
2026-03-25 02:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6972463%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1773737683%27 HTTP/1.1" 200 None
2026-03-25 02:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6972463/photo_001/780x0__r.jpg?hash=1773737683 not downloaded yet
2026-03-25 02:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6972463%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1773737683%27 HTTP/1.1" 200 None
2026-03-25 02:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6972463/photo_002/780x0__r.jpg?hash=1773737683 not downloaded yet
2026-03-25 02:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6972463%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1773737683%27 HTTP/1.1" 200 None
2026-03-25 02:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6972463/photo_003/780x0__r.jpg?hash=1773737683 not downloaded yet
2026-03-25 02:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6972463%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1773737683%27 HTTP/1.1" 200 None
2026-03-25 02:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6972463/photo_004/780x0__r.jpg?hash=1773737683 not downloaded yet
2026-03-25 02:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6972463%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1773737683%27 HTTP/1.1" 200 None
2026-03-25 02:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6972463/photo_005/780x0__r.jpg?hash=1773737683 not downloaded yet
2026-03-25 02:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6972463%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1773737683%27 HTTP/1.1" 200 None
2026-03-25 02:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6972463/photo_006/780x0__r.jpg?hash=1773737683 not downloaded yet
2026-03-25 02:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6972463/photo_001/780x0__r.jpg?hash=1773737683> (referer: https://ecarstrade.com/cars/6972463)
2026-03-25 02:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6972463/photo_002/780x0__r.jpg?hash=1773737683> (referer: https://ecarstrade.com/cars/6972463)
2026-03-25 02:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6972463/photo_004/780x0__r.jpg?hash=1773737683> (referer: https://ecarstrade.com/cars/6972463)
2026-03-25 02:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6972463/photo_003/780x0__r.jpg?hash=1773737683> (referer: https://ecarstrade.com/cars/6972463)
2026-03-25 02:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6972463/photo_006/780x0__r.jpg?hash=1773737683> (referer: https://ecarstrade.com/cars/6972463)
2026-03-25 02:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6972463/photo_005/780x0__r.jpg?hash=1773737683> (referer: https://ecarstrade.com/cars/6972463)
2026-03-25 02:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 971d9b96-47f4-51c0-9951-65d1e4679020
2026-03-25 02:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 971d9b96-47f4-51c0-9951-65d1e4679020
2026-03-25 02:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 971d9b96-47f4-51c0-9951-65d1e4679020
2026-03-25 02:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 971d9b96-47f4-51c0-9951-65d1e4679020
2026-03-25 02:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 971d9b96-47f4-51c0-9951-65d1e4679020
2026-03-25 02:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 971d9b96-47f4-51c0-9951-65d1e4679020
2026-03-25 02:05:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 971d9b96-47f4-51c0-9951-65d1e4679020, skipping ID generation
2026-03-25 02:05:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 971d9b96-47f4-51c0-9951-65d1e4679020 with scrape type 1
2026-03-25 02:05:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 971d9b96-47f4-51c0-9951-65d1e4679020 sending to next pipeline
2026-03-25 02:05:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 971d9b96-47f4-51c0-9951-65d1e4679020, identifier: 6972463auction106392
2026-03-25 02:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 971d9b96-47f4-51c0-9951-65d1e4679020 with identifier: 6972463auction106392
2026-03-25 02:05:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 02:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 02:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 971d9b96-47f4-51c0-9951-65d1e4679020 with identifier: 6972463auction106392
2026-03-25 02:05:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 971d9b96-47f4-51c0-9951-65d1e4679020 with identifier: 6972463auction106392 to the API
2026-03-25 02:05:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:05:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:05:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6972463/photo_005/780x0__r.jpg?hash=1773737683>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T02:40:03Z',
'fuel_type': 'Electric',
'id': '971d9b96-47f4-51c0-9951-65d1e4679020',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972463',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 19166,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-29',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen E-C4 136 ch Automatique Feel',
'transmission': 'automatic',
'trim': 'E- 136 ch Automatique Feel',
'vin': None,
'year': 2022}
2026-03-25 02:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972463auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:32 [ecarstrade.be] INFO: Saving data for 6972463auction106392: {'created_time': 1774404332.384776, 'last_price_update_time': 1774404332.384789, 'auction_closing_time': 1774579203.0}
2026-03-25 02:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972463auction106392') HTTP/1.1" 204 0
2026-03-25 02:05:33 [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-25 02:05:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:05:33 [ecarstrade.be] INFO: Found listing with ID: 6972612auction106392
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972612auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:33 [ecarstrade.be] INFO: Scrape type for 6972612auction106392: 0
2026-03-25 02:05:33 [ecarstrade.be] INFO: Found listing with ID: 6972615auction106404
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972615auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:33 [ecarstrade.be] INFO: Scrape type for 6972615auction106404: 0
2026-03-25 02:05:33 [ecarstrade.be] INFO: Found listing with ID: 6972616auction106404
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972616auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:33 [ecarstrade.be] INFO: Scrape type for 6972616auction106404: 0
2026-03-25 02:05:33 [ecarstrade.be] INFO: Found listing with ID: 6973211auction106392
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973211auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:33 [ecarstrade.be] INFO: Scrape type for 6973211auction106392: 0
2026-03-25 02:05:33 [ecarstrade.be] INFO: Found listing with ID: 6973223auction106392
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973223auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:33 [ecarstrade.be] INFO: Scrape type for 6973223auction106392: 0
2026-03-25 02:05:33 [ecarstrade.be] INFO: Found listing with ID: 6973225auction106392
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973225auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:33 [ecarstrade.be] INFO: Scrape type for 6973225auction106392: 0
2026-03-25 02:05:33 [ecarstrade.be] INFO: Found listing with ID: 6973508auction106392
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973508auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:33 [ecarstrade.be] INFO: Scrape type for 6973508auction106392: 0
2026-03-25 02:05:33 [ecarstrade.be] INFO: Found listing with ID: 6973964auction106392
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973964auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:33 [ecarstrade.be] INFO: Scrape type for 6973964auction106392: 0
2026-03-25 02:05:33 [ecarstrade.be] INFO: Found listing with ID: 6973965auction106392
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973965auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:33 [ecarstrade.be] INFO: Scrape type for 6973965auction106392: 0
2026-03-25 02:05:33 [ecarstrade.be] INFO: Found listing with ID: 6974824auction106392
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974824auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:33 [ecarstrade.be] INFO: Scrape type for 6974824auction106392: 0
2026-03-25 02:05:33 [ecarstrade.be] INFO: Found listing with ID: 6975474auction106404
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276975474auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:34 [ecarstrade.be] INFO: Scrape type for 6975474auction106404: 0
2026-03-25 02:05:34 [ecarstrade.be] INFO: Found listing with ID: 6976158auction106392
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976158auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:34 [ecarstrade.be] INFO: Scrape type for 6976158auction106392: 0
2026-03-25 02:05:34 [ecarstrade.be] INFO: Found listing with ID: 6976161auction106392
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976161auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:34 [ecarstrade.be] INFO: Scrape type for 6976161auction106392: 0
2026-03-25 02:05:34 [ecarstrade.be] INFO: Found listing with ID: 6976179auction106392
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976179auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:34 [ecarstrade.be] INFO: Scrape type for 6976179auction106392: 0
2026-03-25 02:05:34 [ecarstrade.be] INFO: Found listing with ID: 6976215auction106392
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976215auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:34 [ecarstrade.be] INFO: Scrape type for 6976215auction106392: 0
2026-03-25 02:05:34 [ecarstrade.be] INFO: Found listing with ID: 6976216auction106392
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976216auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:34 [ecarstrade.be] INFO: Scrape type for 6976216auction106392: 0
2026-03-25 02:05:34 [ecarstrade.be] INFO: Found listing with ID: 6976217auction106392
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976217auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:34 [ecarstrade.be] INFO: Scrape type for 6976217auction106392: 0
2026-03-25 02:05:34 [ecarstrade.be] INFO: Found listing with ID: 6976218auction106392
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976218auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:34 [ecarstrade.be] INFO: Scrape type for 6976218auction106392: 0
2026-03-25 02:05:34 [ecarstrade.be] INFO: Found listing with ID: 6976609auction106392
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976609auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:34 [ecarstrade.be] INFO: Scrape type for 6976609auction106392: 0
2026-03-25 02:05:34 [ecarstrade.be] INFO: Found listing with ID: 6976611auction106392
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976611auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:34 [ecarstrade.be] INFO: Scrape type for 6976611auction106392: 0
2026-03-25 02:05:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:05:42 [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-25 02:05:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:05:42 [ecarstrade.be] INFO: Found listing with ID: 6976613auction106404
2026-03-25 02:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276976613auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:42 [ecarstrade.be] INFO: Scrape type for 6976613auction106404: 0
2026-03-25 02:05:42 [ecarstrade.be] INFO: Found listing with ID: 6976614auction106404
2026-03-25 02:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276976614auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:42 [ecarstrade.be] INFO: Scrape type for 6976614auction106404: 0
2026-03-25 02:05:42 [ecarstrade.be] INFO: Found listing with ID: 6976615auction106404
2026-03-25 02:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276976615auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:42 [ecarstrade.be] INFO: Scrape type for 6976615auction106404: 0
2026-03-25 02:05:42 [ecarstrade.be] INFO: Found listing with ID: 6976616auction106404
2026-03-25 02:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276976616auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:42 [ecarstrade.be] INFO: Scrape type for 6976616auction106404: 0
2026-03-25 02:05:42 [ecarstrade.be] INFO: Found listing with ID: 6976617auction106404
2026-03-25 02:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276976617auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:42 [ecarstrade.be] INFO: Scrape type for 6976617auction106404: 0
2026-03-25 02:05:42 [ecarstrade.be] INFO: Found listing with ID: 6976980auction106392
2026-03-25 02:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276976980auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:42 [ecarstrade.be] INFO: Scrape type for 6976980auction106392: 0
2026-03-25 02:05:42 [ecarstrade.be] INFO: Found listing with ID: 6976982auction106392
2026-03-25 02:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276976982auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:42 [ecarstrade.be] INFO: Scrape type for 6976982auction106392: 0
2026-03-25 02:05:42 [ecarstrade.be] INFO: Found listing with ID: 6976986auction106392
2026-03-25 02:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276976986auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:42 [ecarstrade.be] INFO: Scrape type for 6976986auction106392: 0
2026-03-25 02:05:42 [ecarstrade.be] INFO: Found listing with ID: 6976987auction106392
2026-03-25 02:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276976987auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:42 [ecarstrade.be] INFO: Scrape type for 6976987auction106392: 0
2026-03-25 02:05:42 [ecarstrade.be] INFO: Found listing with ID: 6976988auction106392
2026-03-25 02:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276976988auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:42 [ecarstrade.be] INFO: Scrape type for 6976988auction106392: 0
2026-03-25 02:05:42 [ecarstrade.be] INFO: Found listing with ID: 6977661auction106392
2026-03-25 02:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276977661auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:42 [ecarstrade.be] INFO: Scrape type for 6977661auction106392: 0
2026-03-25 02:05:42 [ecarstrade.be] INFO: Found listing with ID: 6978907auction106392
2026-03-25 02:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276978907auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:42 [ecarstrade.be] INFO: Scrape type for 6978907auction106392: 0
2026-03-25 02:05:42 [ecarstrade.be] INFO: Found listing with ID: 6979328auction106404
2026-03-25 02:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276979328auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:42 [ecarstrade.be] INFO: Scrape type for 6979328auction106404: 0
2026-03-25 02:05:42 [ecarstrade.be] INFO: Found listing with ID: 6980215auction106392
2026-03-25 02:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276980215auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:42 [ecarstrade.be] INFO: Scrape type for 6980215auction106392: 0
2026-03-25 02:05:42 [ecarstrade.be] INFO: Found listing with ID: 6980216auction106392
2026-03-25 02:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276980216auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:42 [ecarstrade.be] INFO: Scrape type for 6980216auction106392: 0
2026-03-25 02:05:42 [ecarstrade.be] INFO: Found listing with ID: 6980217auction106392
2026-03-25 02:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980217auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:43 [ecarstrade.be] INFO: Scrape type for 6980217auction106392: 0
2026-03-25 02:05:43 [ecarstrade.be] INFO: Found listing with ID: 6980218auction106392
2026-03-25 02:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980218auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:43 [ecarstrade.be] INFO: Scrape type for 6980218auction106392: 0
2026-03-25 02:05:43 [ecarstrade.be] INFO: Found listing with ID: 6980343auction106392
2026-03-25 02:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980343auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:43 [ecarstrade.be] INFO: Scrape type for 6980343auction106392: 0
2026-03-25 02:05:43 [ecarstrade.be] INFO: Found listing with ID: 6980344auction106392
2026-03-25 02:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980344auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:43 [ecarstrade.be] INFO: Scrape type for 6980344auction106392: 0
2026-03-25 02:05:43 [ecarstrade.be] INFO: Found listing with ID: 6980345auction106392
2026-03-25 02:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980345auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:43 [ecarstrade.be] INFO: Scrape type for 6980345auction106392: 0
2026-03-25 02:05:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:05:49 [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-25 02:05:49 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980346auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980346auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980346auction106392: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980347auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980347auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980347auction106392: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980348auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980348auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980348auction106392: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980351auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980351auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980351auction106392: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980352auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980352auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980352auction106392: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980353auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980353auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980353auction106392: 2
2026-03-25 02:05:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980354auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980354auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980354auction106392: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980355auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980355auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980355auction106392: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980356auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980356auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980356auction106392: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980357auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980357auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980357auction106392: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980358auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980358auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980358auction106392: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980359auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980359auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980359auction106392: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980361auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980361auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980361auction106392: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980362auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980362auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980362auction106392: 2
2026-03-25 02:05:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980364auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980364auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980364auction106392: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980581auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980581auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980581auction106392: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6980787auction106404
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980787auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6980787auction106404: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6982830auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982830auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6982830auction106392: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6982839auction106392
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982839auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6982839auction106392: 0
2026-03-25 02:05:49 [ecarstrade.be] INFO: Found listing with ID: 6984003auction106404
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984003auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:49 [ecarstrade.be] INFO: Scrape type for 6984003auction106404: 0
2026-03-25 02:05:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:05:55 [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-25 02:05:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6984004auction106404
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984004auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6984004auction106404: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6984005auction106404
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984005auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6984005auction106404: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6984792auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984792auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6984792auction106392: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6985928auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985928auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6985928auction106392: 2
2026-03-25 02:05:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6985932auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985932auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6985932auction106392: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6985934auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985934auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6985934auction106392: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6985935auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985935auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6985935auction106392: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6985936auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985936auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6985936auction106392: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6988951auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988951auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6988951auction106392: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6988952auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988952auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6988952auction106392: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6988954auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988954auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6988954auction106392: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6988955auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988955auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6988955auction106392: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6990654auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990654auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6990654auction106392: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6991136auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991136auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6991136auction106392: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6991220auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991220auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6991220auction106392: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6991221auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991221auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6991221auction106392: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6991770auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991770auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6991770auction106392: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6991771auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991771auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6991771auction106392: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6992843auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992843auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6992843auction106392: 0
2026-03-25 02:05:56 [ecarstrade.be] INFO: Found listing with ID: 6992845auction106392
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992845auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:56 [ecarstrade.be] INFO: Scrape type for 6992845auction106392: 0
2026-03-25 02:05:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:05:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980353> (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-25 02:05:56 [ecarstrade.be] INFO: Extracting details for car 6980353auction106392
2026-03-25 02:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with identifier: 6980353auction106392
2026-03-25 02:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with scrape type 2
2026-03-25 02:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with scrape type 2
2026-03-25 02:05:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85ca132e-06ca-5f39-977c-d2c31e13d2f4, identifier: 6980353auction106392
2026-03-25 02:05:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with identifier: 6980353auction106392
2026-03-25 02:05:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with identifier: 6980353auction106392
2026-03-25 02:05:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with identifier: 6980353auction106392 to the API
2026-03-25 02:05:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:05:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:05:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980353>
{'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-27T02:40:03Z',
'fuel_type': 'Electric',
'id': '85ca132e-06ca-5f39-977c-d2c31e13d2f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980353',
'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-Berlingo Van 50 kWh Electric 50 kWh',
'vin': None,
'year': 2024}
2026-03-25 02:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980353auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:57 [ecarstrade.be] INFO: Saving data for 6980353auction106392: {'auction_closing_time': 1774579203.0, 'created_time': 1773959289.698678, 'last_price_update_time': 1774404357.204578}
2026-03-25 02:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980353auction106392') HTTP/1.1" 204 0
2026-03-25 02:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980362> (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-25 02:05:57 [ecarstrade.be] INFO: Extracting details for car 6980362auction106392
2026-03-25 02:05:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 865b4518-7c65-54eb-919e-5f5372152876 with identifier: 6980362auction106392
2026-03-25 02:05:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 865b4518-7c65-54eb-919e-5f5372152876 with scrape type 2
2026-03-25 02:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 865b4518-7c65-54eb-919e-5f5372152876 with scrape type 2
2026-03-25 02:05:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 865b4518-7c65-54eb-919e-5f5372152876, identifier: 6980362auction106392
2026-03-25 02:05:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 865b4518-7c65-54eb-919e-5f5372152876 with identifier: 6980362auction106392
2026-03-25 02:05:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 865b4518-7c65-54eb-919e-5f5372152876 with identifier: 6980362auction106392
2026-03-25 02:05:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 865b4518-7c65-54eb-919e-5f5372152876 with identifier: 6980362auction106392 to the API
2026-03-25 02:05:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:05:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:05:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980362>
{'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-27T02:40:03Z',
'fuel_type': 'Petrol',
'id': '865b4518-7c65-54eb-919e-5f5372152876',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980362',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 19249,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-16',
'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-25 02:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980362auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:05:57 [ecarstrade.be] INFO: Saving data for 6980362auction106392: {'auction_closing_time': 1774579203.0, 'created_time': 1773959470.083211, 'last_price_update_time': 1774404357.896583}
2026-03-25 02:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980362auction106392') HTTP/1.1" 204 0
2026-03-25 02:06:02 [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-25 02:06:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:06:02 [ecarstrade.be] INFO: Found listing with ID: 6992845auction106392
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992845auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:02 [ecarstrade.be] INFO: Scrape type for 6992845auction106392: 0
2026-03-25 02:06:02 [ecarstrade.be] INFO: Found listing with ID: 6993024auction106392
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993024auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:02 [ecarstrade.be] INFO: Scrape type for 6993024auction106392: 0
2026-03-25 02:06:02 [ecarstrade.be] INFO: Found listing with ID: 6993025auction106392
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993025auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:02 [ecarstrade.be] INFO: Scrape type for 6993025auction106392: 0
2026-03-25 02:06:02 [ecarstrade.be] INFO: Found listing with ID: 6993026auction106392
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993026auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:02 [ecarstrade.be] INFO: Scrape type for 6993026auction106392: 0
2026-03-25 02:06:02 [ecarstrade.be] INFO: Found listing with ID: 6993029auction106392
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993029auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:02 [ecarstrade.be] INFO: Scrape type for 6993029auction106392: 0
2026-03-25 02:06:02 [ecarstrade.be] INFO: Found listing with ID: 6993030auction106392
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993030auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:02 [ecarstrade.be] INFO: Scrape type for 6993030auction106392: 0
2026-03-25 02:06:02 [ecarstrade.be] INFO: Found listing with ID: 6993031auction106392
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993031auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:02 [ecarstrade.be] INFO: Scrape type for 6993031auction106392: 0
2026-03-25 02:06:02 [ecarstrade.be] INFO: Found listing with ID: 6993032auction106392
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993032auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:02 [ecarstrade.be] INFO: Scrape type for 6993032auction106392: 0
2026-03-25 02:06:02 [ecarstrade.be] INFO: Found listing with ID: 6993743auction106392
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993743auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:02 [ecarstrade.be] INFO: Scrape type for 6993743auction106392: 0
2026-03-25 02:06:02 [ecarstrade.be] INFO: Found listing with ID: 6993744auction106392
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993744auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:03 [ecarstrade.be] INFO: Scrape type for 6993744auction106392: 0
2026-03-25 02:06:03 [ecarstrade.be] INFO: Found listing with ID: 6993745auction106404
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993745auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:06:03 [ecarstrade.be] INFO: Scrape type for 6993745auction106404: 0
2026-03-25 02:06:03 [ecarstrade.be] INFO: Found listing with ID: 6994241auction106392
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994241auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:03 [ecarstrade.be] INFO: Scrape type for 6994241auction106392: 0
2026-03-25 02:06:03 [ecarstrade.be] INFO: Found listing with ID: 6994873auction106404
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994873auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:06:03 [ecarstrade.be] INFO: Scrape type for 6994873auction106404: 0
2026-03-25 02:06:03 [ecarstrade.be] INFO: Found listing with ID: 6995245auction106404
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995245auction106404%27 HTTP/1.1" 200 None
2026-03-25 02:06:03 [ecarstrade.be] INFO: Scrape type for 6995245auction106404: 0
2026-03-25 02:06:03 [ecarstrade.be] INFO: Found listing with ID: 6995495auction106392
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995495auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:03 [ecarstrade.be] INFO: Scrape type for 6995495auction106392: 0
2026-03-25 02:06:03 [ecarstrade.be] INFO: Found listing with ID: 6995496auction106392
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995496auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:03 [ecarstrade.be] INFO: Scrape type for 6995496auction106392: 0
2026-03-25 02:06:03 [ecarstrade.be] INFO: Found listing with ID: 6995498auction106392
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995498auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:03 [ecarstrade.be] INFO: Scrape type for 6995498auction106392: 0
2026-03-25 02:06:03 [ecarstrade.be] INFO: Found listing with ID: 6995500auction106392
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995500auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:03 [ecarstrade.be] INFO: Scrape type for 6995500auction106392: 0
2026-03-25 02:06:03 [ecarstrade.be] INFO: Found listing with ID: 6995809auction106392
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995809auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:03 [ecarstrade.be] INFO: Scrape type for 6995809auction106392: 0
2026-03-25 02:06:03 [ecarstrade.be] INFO: Found listing with ID: 6995810auction106392
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995810auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:03 [ecarstrade.be] INFO: Scrape type for 6995810auction106392: 0
2026-03-25 02:06:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6985928> (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-25 02:06:03 [ecarstrade.be] INFO: Extracting details for car 6985928auction106392
2026-03-25 02:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef47059f-3c3a-5a74-81f4-73be1ae6658d with identifier: 6985928auction106392
2026-03-25 02:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef47059f-3c3a-5a74-81f4-73be1ae6658d with scrape type 2
2026-03-25 02:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef47059f-3c3a-5a74-81f4-73be1ae6658d with scrape type 2
2026-03-25 02:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ef47059f-3c3a-5a74-81f4-73be1ae6658d, identifier: 6985928auction106392
2026-03-25 02:06:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ef47059f-3c3a-5a74-81f4-73be1ae6658d with identifier: 6985928auction106392
2026-03-25 02:06:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ef47059f-3c3a-5a74-81f4-73be1ae6658d with identifier: 6985928auction106392
2026-03-25 02:06:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ef47059f-3c3a-5a74-81f4-73be1ae6658d with identifier: 6985928auction106392 to the API
2026-03-25 02:06:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:06:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:06:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6985928>
{'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-27T02:40:03Z',
'fuel_type': 'Petrol',
'id': 'ef47059f-3c3a-5a74-81f4-73be1ae6658d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6985928',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 22730,
'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 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Plus 1.2L PureTech 130 (EAT8)',
'vin': None,
'year': 2025}
2026-03-25 02:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985928auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:04 [ecarstrade.be] INFO: Saving data for 6985928auction106392: {'auction_closing_time': 1774579203.0, 'created_time': 1774017541.888701, 'last_price_update_time': 1774404364.248341}
2026-03-25 02:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985928auction106392') HTTP/1.1" 204 0
2026-03-25 02:06:06 [scrapy.extensions.logstats] INFO: Crawled 300 pages (at 13 pages/min), scraped 98 items (at 5 items/min)
2026-03-25 02:06:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 02:06:22 [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-25 02:06:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6995811auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995811auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:22 [ecarstrade.be] INFO: Scrape type for 6995811auction106392: 0
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6997367auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997367auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:22 [ecarstrade.be] INFO: Scrape type for 6997367auction106392: 0
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6997369auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997369auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:22 [ecarstrade.be] INFO: Scrape type for 6997369auction106392: 0
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6997380auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997380auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:22 [ecarstrade.be] INFO: Scrape type for 6997380auction106392: 0
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6997381auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997381auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:22 [ecarstrade.be] INFO: Scrape type for 6997381auction106392: 0
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6997383auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997383auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:22 [ecarstrade.be] INFO: Scrape type for 6997383auction106392: 0
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6998338auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998338auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:22 [ecarstrade.be] INFO: Scrape type for 6998338auction106392: 0
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6998339auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998339auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:22 [ecarstrade.be] INFO: Scrape type for 6998339auction106392: 0
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6999053auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999053auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:22 [ecarstrade.be] INFO: Scrape type for 6999053auction106392: 0
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6999054auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999054auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:22 [ecarstrade.be] INFO: Scrape type for 6999054auction106392: 0
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6999055auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999055auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:22 [ecarstrade.be] INFO: Scrape type for 6999055auction106392: 0
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6999150auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999150auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:22 [ecarstrade.be] INFO: Scrape type for 6999150auction106392: 0
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6999151auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999151auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:22 [ecarstrade.be] INFO: Scrape type for 6999151auction106392: 0
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6999152auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999152auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:22 [ecarstrade.be] INFO: Scrape type for 6999152auction106392: 0
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6999153auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999153auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:22 [ecarstrade.be] INFO: Scrape type for 6999153auction106392: 0
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6999154auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999154auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:22 [ecarstrade.be] INFO: Scrape type for 6999154auction106392: 0
2026-03-25 02:06:22 [ecarstrade.be] INFO: Found listing with ID: 6999155auction106392
2026-03-25 02:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276999155auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:23 [ecarstrade.be] INFO: Scrape type for 6999155auction106392: 0
2026-03-25 02:06:23 [ecarstrade.be] INFO: Found listing with ID: 6999156auction106392
2026-03-25 02:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276999156auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:23 [ecarstrade.be] INFO: Scrape type for 6999156auction106392: 0
2026-03-25 02:06:23 [ecarstrade.be] INFO: Found listing with ID: 6999157auction106392
2026-03-25 02:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276999157auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:23 [ecarstrade.be] INFO: Scrape type for 6999157auction106392: 0
2026-03-25 02:06:23 [ecarstrade.be] INFO: Found listing with ID: 6999158auction106392
2026-03-25 02:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276999158auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:23 [ecarstrade.be] INFO: Scrape type for 6999158auction106392: 0
2026-03-25 02:06:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:06:30 [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-25 02:06:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999160auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999160auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999160auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999161auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999161auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999161auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999162auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999162auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999162auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999163auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999163auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999163auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999164auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999164auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999164auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999165auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999165auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999165auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999166auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999166auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999166auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999167auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999167auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999167auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999168auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999168auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999168auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999169auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999169auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999169auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999170auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999170auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999170auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999171auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999171auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999171auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999172auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999172auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999172auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999173auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999173auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999173auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999174auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999174auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999174auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999176auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999176auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999176auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999177auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999177auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999177auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999178auction106392
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999178auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:30 [ecarstrade.be] INFO: Scrape type for 6999178auction106392: 0
2026-03-25 02:06:30 [ecarstrade.be] INFO: Found listing with ID: 6999179auction106392
2026-03-25 02:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276999179auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:31 [ecarstrade.be] INFO: Scrape type for 6999179auction106392: 0
2026-03-25 02:06:31 [ecarstrade.be] INFO: Found listing with ID: 6999180auction106392
2026-03-25 02:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02: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%276999180auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:06:31 [ecarstrade.be] INFO: Scrape type for 6999180auction106392: 0
2026-03-25 02:06:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:07:05 [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-25 02:07:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999180auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999180auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999180auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999181auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999181auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999181auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999182auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999182auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999182auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999183auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999183auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999183auction106392: 1
2026-03-25 02:07:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999184auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999184auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999184auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999185auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999185auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999185auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999186auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999186auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999186auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999187auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999187auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999187auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999188auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999188auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999188auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999189auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999189auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999189auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999190auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999190auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999190auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999191auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999191auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999191auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999192auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999192auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999192auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999193auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999193auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999193auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999194auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999194auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999194auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999195auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999195auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999195auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999196auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999196auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999196auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999197auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999197auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999197auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999198auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999198auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999198auction106392: 0
2026-03-25 02:07:05 [ecarstrade.be] INFO: Found listing with ID: 6999199auction106392
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999199auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:05 [ecarstrade.be] INFO: Scrape type for 6999199auction106392: 0
2026-03-25 02:07:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:07:06 [scrapy.extensions.logstats] INFO: Crawled 303 pages (at 3 pages/min), scraped 98 items (at 0 items/min)
2026-03-25 02:07:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 02:07:11 [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-25 02:07:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:07:11 [ecarstrade.be] INFO: Found listing with ID: 6999201auction106392
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999201auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:11 [ecarstrade.be] INFO: Scrape type for 6999201auction106392: 0
2026-03-25 02:07:11 [ecarstrade.be] INFO: Found listing with ID: 6994998auction110944
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994998auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:11 [ecarstrade.be] INFO: Scrape type for 6994998auction110944: 0
2026-03-25 02:07:11 [ecarstrade.be] INFO: Found listing with ID: 6994999auction110944
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994999auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:11 [ecarstrade.be] INFO: Scrape type for 6994999auction110944: 0
2026-03-25 02:07:11 [ecarstrade.be] INFO: Found listing with ID: 6995000auction110944
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995000auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:11 [ecarstrade.be] INFO: Scrape type for 6995000auction110944: 0
2026-03-25 02:07:11 [ecarstrade.be] INFO: Found listing with ID: 6995005auction110944
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995005auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:11 [ecarstrade.be] INFO: Scrape type for 6995005auction110944: 0
2026-03-25 02:07:11 [ecarstrade.be] INFO: Found listing with ID: 6995006auction110944
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995006auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:11 [ecarstrade.be] INFO: Scrape type for 6995006auction110944: 0
2026-03-25 02:07:11 [ecarstrade.be] INFO: Found listing with ID: 6995014auction110944
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995014auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:11 [ecarstrade.be] INFO: Scrape type for 6995014auction110944: 0
2026-03-25 02:07:11 [ecarstrade.be] INFO: Found listing with ID: 6995015auction110944
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995015auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:11 [ecarstrade.be] INFO: Scrape type for 6995015auction110944: 0
2026-03-25 02:07:11 [ecarstrade.be] INFO: Found listing with ID: 6995016auction110944
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995016auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:11 [ecarstrade.be] INFO: Scrape type for 6995016auction110944: 0
2026-03-25 02:07:11 [ecarstrade.be] INFO: Found listing with ID: 6995111auction110944
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995111auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:11 [ecarstrade.be] INFO: Scrape type for 6995111auction110944: 0
2026-03-25 02:07:11 [ecarstrade.be] INFO: Found listing with ID: 6995112auction110944
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995112auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:11 [ecarstrade.be] INFO: Scrape type for 6995112auction110944: 0
2026-03-25 02:07:11 [ecarstrade.be] INFO: Found listing with ID: 6995113auction110944
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995113auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:12 [ecarstrade.be] INFO: Scrape type for 6995113auction110944: 0
2026-03-25 02:07:12 [ecarstrade.be] INFO: Found listing with ID: 6995114auction110944
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995114auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:12 [ecarstrade.be] INFO: Scrape type for 6995114auction110944: 0
2026-03-25 02:07:12 [ecarstrade.be] INFO: Found listing with ID: 6995235auction110944
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995235auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:12 [ecarstrade.be] INFO: Scrape type for 6995235auction110944: 0
2026-03-25 02:07:12 [ecarstrade.be] INFO: Found listing with ID: 6995237auction110944
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995237auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:12 [ecarstrade.be] INFO: Scrape type for 6995237auction110944: 0
2026-03-25 02:07:12 [ecarstrade.be] INFO: Found listing with ID: 6995238auction110944
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995238auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:12 [ecarstrade.be] INFO: Scrape type for 6995238auction110944: 0
2026-03-25 02:07:12 [ecarstrade.be] INFO: Found listing with ID: 6995249auction110944
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995249auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:12 [ecarstrade.be] INFO: Scrape type for 6995249auction110944: 0
2026-03-25 02:07:12 [ecarstrade.be] INFO: Found listing with ID: 6995250auction110944
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995250auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:12 [ecarstrade.be] INFO: Scrape type for 6995250auction110944: 0
2026-03-25 02:07:12 [ecarstrade.be] INFO: Found listing with ID: 6995252auction110944
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995252auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:12 [ecarstrade.be] INFO: Scrape type for 6995252auction110944: 0
2026-03-25 02:07:12 [ecarstrade.be] INFO: Found listing with ID: 6995449auction110944
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995449auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:12 [ecarstrade.be] INFO: Scrape type for 6995449auction110944: 0
2026-03-25 02:07:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999183> (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-25 02:07:13 [ecarstrade.be] INFO: Extracting details for car 6999183auction106392
2026-03-25 02:07:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8 with identifier: 6999183auction106392
2026-03-25 02:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8 with scrape type 1
2026-03-25 02:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8
2026-03-25 02:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999183%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774378498%27 HTTP/1.1" 200 None
2026-03-25 02:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999183/photo_001/780x0__r.jpg?hash=1774378498 not downloaded yet
2026-03-25 02:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999183%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774378498%27 HTTP/1.1" 200 None
2026-03-25 02:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999183/photo_002/780x0__r.jpg?hash=1774378498 not downloaded yet
2026-03-25 02:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999183%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774378498%27 HTTP/1.1" 200 None
2026-03-25 02:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999183/photo_003/780x0__r.jpg?hash=1774378498 not downloaded yet
2026-03-25 02:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999183%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774378497%27 HTTP/1.1" 200 None
2026-03-25 02:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999183/photo_004/780x0__r.jpg?hash=1774378497 not downloaded yet
2026-03-25 02:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999183%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774378498%27 HTTP/1.1" 200 None
2026-03-25 02:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999183/photo_005/780x0__r.jpg?hash=1774378498 not downloaded yet
2026-03-25 02:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999183%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774378498%27 HTTP/1.1" 200 None
2026-03-25 02:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999183/photo_006/780x0__r.jpg?hash=1774378498 not downloaded yet
2026-03-25 02:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999183/photo_002/780x0__r.jpg?hash=1774378498> (referer: https://ecarstrade.com/cars/6999183)
2026-03-25 02:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999183/photo_005/780x0__r.jpg?hash=1774378498> (referer: https://ecarstrade.com/cars/6999183)
2026-03-25 02:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999183/photo_001/780x0__r.jpg?hash=1774378498> (referer: https://ecarstrade.com/cars/6999183)
2026-03-25 02:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999183/photo_006/780x0__r.jpg?hash=1774378498> (referer: https://ecarstrade.com/cars/6999183)
2026-03-25 02:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999183/photo_004/780x0__r.jpg?hash=1774378497> (referer: https://ecarstrade.com/cars/6999183)
2026-03-25 02:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999183/photo_003/780x0__r.jpg?hash=1774378498> (referer: https://ecarstrade.com/cars/6999183)
2026-03-25 02:07:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8
2026-03-25 02:07:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8
2026-03-25 02:07:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8
2026-03-25 02:07:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8
2026-03-25 02:07:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8
2026-03-25 02:07:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8
2026-03-25 02:07:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8, skipping ID generation
2026-03-25 02:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8 with scrape type 1
2026-03-25 02:07:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8 sending to next pipeline
2026-03-25 02:07:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8, identifier: 6999183auction106392
2026-03-25 02:07:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8 with identifier: 6999183auction106392
2026-03-25 02:07:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8 with identifier: 6999183auction106392
2026-03-25 02:07:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8 with identifier: 6999183auction106392 to the API
2026-03-25 02:07:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:07:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:07:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999183/photo_003/780x0__r.jpg?hash=1774378498>
{'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-27T02:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9e10fc23-06f8-5ef7-ae2d-0320fd5eada8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999183',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 29473,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-02',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure 5008 Hybrid 136 e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6',
'vin': None,
'year': 2025}
2026-03-25 02:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999183auction106392%27 HTTP/1.1" 200 None
2026-03-25 02:07:14 [ecarstrade.be] INFO: Saving data for 6999183auction106392: {'created_time': 1774404434.053837, 'last_price_update_time': 1774404434.053848, 'auction_closing_time': 1774579203.0}
2026-03-25 02:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999183auction106392') HTTP/1.1" 204 0
2026-03-25 02:07:18 [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-25 02:07:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995449auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995449auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995449auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995450auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995450auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995450auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995451auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995451auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995451auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995453auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995453auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995453auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995454auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995454auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995454auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995487auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995487auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995487auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995488auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995488auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995488auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995489auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995489auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995489auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995490auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995490auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995490auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995491auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995491auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995491auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995493auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995493auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995493auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995807auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995807auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995807auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995820auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995820auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995820auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995846auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995846auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995846auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995847auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995847auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995847auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995848auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995848auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995848auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995871auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995871auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:18 [ecarstrade.be] INFO: Scrape type for 6995871auction110944: 0
2026-03-25 02:07:18 [ecarstrade.be] INFO: Found listing with ID: 6995873auction110944
2026-03-25 02:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995873auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:19 [ecarstrade.be] INFO: Scrape type for 6995873auction110944: 0
2026-03-25 02:07:19 [ecarstrade.be] INFO: Found listing with ID: 6995874auction110944
2026-03-25 02:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995874auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:19 [ecarstrade.be] INFO: Scrape type for 6995874auction110944: 0
2026-03-25 02:07:19 [ecarstrade.be] INFO: Found listing with ID: 6995875auction110944
2026-03-25 02:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995875auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:19 [ecarstrade.be] INFO: Scrape type for 6995875auction110944: 0
2026-03-25 02:07:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:07:25 [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-25 02:07:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6995885auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995885auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6995885auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6995886auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995886auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6995886auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6995887auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995887auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6995887auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6995889auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995889auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6995889auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6995890auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995890auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6995890auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6996247auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996247auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6996247auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6996251auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996251auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6996251auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6996252auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996252auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6996252auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6996253auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996253auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6996253auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6996376auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996376auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6996376auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6996378auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996378auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6996378auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6996381auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996381auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6996381auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6996383auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996383auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6996383auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6996384auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996384auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6996384auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6996386auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996386auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6996386auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6996387auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996387auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6996387auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6996544auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996544auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6996544auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6996548auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996548auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6996548auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6996552auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996552auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6996552auction110944: 0
2026-03-25 02:07:25 [ecarstrade.be] INFO: Found listing with ID: 6996555auction110944
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996555auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:25 [ecarstrade.be] INFO: Scrape type for 6996555auction110944: 0
2026-03-25 02:07:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:07:33 [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-25 02:07:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6996558auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996558auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6996558auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6996560auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996560auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6996560auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6996562auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996562auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6996562auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6996564auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996564auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6996564auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6997363auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997363auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6997363auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6997364auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997364auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6997364auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6997385auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997385auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6997385auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6997742auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997742auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6997742auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6997743auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997743auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6997743auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6997744auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997744auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6997744auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6997750auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997750auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6997750auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6998044auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998044auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6998044auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6998045auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998045auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6998045auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6998265auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998265auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6998265auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6998266auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998266auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6998266auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6998267auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998267auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6998267auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6998396auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998396auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6998396auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6998399auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998399auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6998399auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6998404auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998404auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6998404auction110944: 0
2026-03-25 02:07:33 [ecarstrade.be] INFO: Found listing with ID: 6998840auction110944
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998840auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:07:33 [ecarstrade.be] INFO: Scrape type for 6998840auction110944: 0
2026-03-25 02:07:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:06 [scrapy.extensions.logstats] INFO: Crawled 308 pages (at 5 pages/min), scraped 99 items (at 1 items/min)
2026-03-25 02:08:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 02:08:11 [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-25 02:08:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:08:11 [ecarstrade.be] INFO: Found listing with ID: 6998841auction110944
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998841auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:08:11 [ecarstrade.be] INFO: Scrape type for 6998841auction110944: 0
2026-03-25 02:08:11 [ecarstrade.be] INFO: Found listing with ID: 6999056auction110944
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999056auction110944%27 HTTP/1.1" 200 None
2026-03-25 02:08:11 [ecarstrade.be] INFO: Scrape type for 6999056auction110944: 0
2026-03-25 02:08:11 [ecarstrade.be] INFO: Found listing with ID: 6994160auction110929
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994160auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:11 [ecarstrade.be] INFO: Scrape type for 6994160auction110929: 2
2026-03-25 02:08:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:11 [ecarstrade.be] INFO: Found listing with ID: 6993881auction110929
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993881auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:11 [ecarstrade.be] INFO: Scrape type for 6993881auction110929: 2
2026-03-25 02:08:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:11 [ecarstrade.be] INFO: Found listing with ID: 6993930auction110929
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993930auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:11 [ecarstrade.be] INFO: Scrape type for 6993930auction110929: 2
2026-03-25 02:08:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:11 [ecarstrade.be] INFO: Found listing with ID: 6993886auction110929
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993886auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:11 [ecarstrade.be] INFO: Scrape type for 6993886auction110929: 2
2026-03-25 02:08:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:11 [ecarstrade.be] INFO: Found listing with ID: 6993922auction110929
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993922auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:11 [ecarstrade.be] INFO: Scrape type for 6993922auction110929: 2
2026-03-25 02:08:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:11 [ecarstrade.be] INFO: Found listing with ID: 6994206auction110929
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994206auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:11 [ecarstrade.be] INFO: Scrape type for 6994206auction110929: 2
2026-03-25 02:08:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:11 [ecarstrade.be] INFO: Found listing with ID: 6994207auction110929
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994207auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:11 [ecarstrade.be] INFO: Scrape type for 6994207auction110929: 2
2026-03-25 02:08:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:11 [ecarstrade.be] INFO: Found listing with ID: 6993928auction110929
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993928auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:11 [ecarstrade.be] INFO: Scrape type for 6993928auction110929: 2
2026-03-25 02:08:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:11 [ecarstrade.be] INFO: Found listing with ID: 6993925auction110929
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993925auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:11 [ecarstrade.be] INFO: Scrape type for 6993925auction110929: 2
2026-03-25 02:08:11 [ecarstrade.be] INFO: Found listing with ID: 6993883auction110929
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993883auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:11 [ecarstrade.be] INFO: Scrape type for 6993883auction110929: 2
2026-03-25 02:08:11 [ecarstrade.be] INFO: Found listing with ID: 6994041auction110929
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994041auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:11 [ecarstrade.be] INFO: Scrape type for 6994041auction110929: 2
2026-03-25 02:08:11 [ecarstrade.be] INFO: Found listing with ID: 6993892auction110929
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993892auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:11 [ecarstrade.be] INFO: Scrape type for 6993892auction110929: 2
2026-03-25 02:08:11 [ecarstrade.be] INFO: Found listing with ID: 6994045auction110929
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994045auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:11 [ecarstrade.be] INFO: Scrape type for 6994045auction110929: 2
2026-03-25 02:08:11 [ecarstrade.be] INFO: Found listing with ID: 6993897auction110929
2026-03-25 02:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993897auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:12 [ecarstrade.be] INFO: Scrape type for 6993897auction110929: 2
2026-03-25 02:08:12 [ecarstrade.be] INFO: Found listing with ID: 6993964auction110929
2026-03-25 02:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993964auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:12 [ecarstrade.be] INFO: Scrape type for 6993964auction110929: 2
2026-03-25 02:08:12 [ecarstrade.be] INFO: Found listing with ID: 6994144auction110929
2026-03-25 02:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994144auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:12 [ecarstrade.be] INFO: Scrape type for 6994144auction110929: 2
2026-03-25 02:08:12 [ecarstrade.be] INFO: Found listing with ID: 6994202auction110929
2026-03-25 02:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994202auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:12 [ecarstrade.be] INFO: Scrape type for 6994202auction110929: 2
2026-03-25 02:08:12 [ecarstrade.be] INFO: Found listing with ID: 6994143auction110929
2026-03-25 02:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994143auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:12 [ecarstrade.be] INFO: Scrape type for 6994143auction110929: 2
2026-03-25 02:08:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993881> (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-25 02:08:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:18 [ecarstrade.be] INFO: Extracting details for car 6993881auction110929
2026-03-25 02:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5aa45c7e-445f-5647-a1f0-2ab395d8da4a with identifier: 6993881auction110929
2026-03-25 02:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5aa45c7e-445f-5647-a1f0-2ab395d8da4a with scrape type 2
2026-03-25 02:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5aa45c7e-445f-5647-a1f0-2ab395d8da4a with scrape type 2
2026-03-25 02:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5aa45c7e-445f-5647-a1f0-2ab395d8da4a, identifier: 6993881auction110929
2026-03-25 02:08:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5aa45c7e-445f-5647-a1f0-2ab395d8da4a with identifier: 6993881auction110929
2026-03-25 02:08:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5aa45c7e-445f-5647-a1f0-2ab395d8da4a with identifier: 6993881auction110929
2026-03-25 02:08:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5aa45c7e-445f-5647-a1f0-2ab395d8da4a with identifier: 6993881auction110929 to the API
2026-03-25 02:08:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993881>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '5aa45c7e-445f-5647-a1f0-2ab395d8da4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993881',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 62593,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI E-TRON SPORTBACK BEV 95KWH 55 QUATTRO S-LINE',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK BEV 95KWH 55 QUATTRO S-LINE',
'vin': None,
'year': 2023}
2026-03-25 02:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993881auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:18 [ecarstrade.be] INFO: Saving data for 6993881auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303696.681648, 'last_price_update_time': 1774404498.705353}
2026-03-25 02:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993881auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994160> (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-25 02:08:18 [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-25 02:08:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994207> (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-25 02:08:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:18 [ecarstrade.be] INFO: Extracting details for car 6994160auction110929
2026-03-25 02:08:18 [ecarstrade.be] INFO: Extracting details for car 6994207auction110929
2026-03-25 02:08:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993922> (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-25 02:08:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a63e853-fc46-5ad6-bc8d-e5af64c8bf5f with identifier: 6994160auction110929
2026-03-25 02:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a63e853-fc46-5ad6-bc8d-e5af64c8bf5f with scrape type 2
2026-03-25 02:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a63e853-fc46-5ad6-bc8d-e5af64c8bf5f with scrape type 2
2026-03-25 02:08:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7a63e853-fc46-5ad6-bc8d-e5af64c8bf5f, identifier: 6994160auction110929
2026-03-25 02:08:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:08:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18c22121-0f1b-55d3-8e42-6ce4173355b6 with identifier: 6994207auction110929
2026-03-25 02:08:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18c22121-0f1b-55d3-8e42-6ce4173355b6 with scrape type 2
2026-03-25 02:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18c22121-0f1b-55d3-8e42-6ce4173355b6 with scrape type 2
2026-03-25 02:08:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 18c22121-0f1b-55d3-8e42-6ce4173355b6, identifier: 6994207auction110929
2026-03-25 02:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7a63e853-fc46-5ad6-bc8d-e5af64c8bf5f with identifier: 6994160auction110929
2026-03-25 02:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7a63e853-fc46-5ad6-bc8d-e5af64c8bf5f with identifier: 6994160auction110929
2026-03-25 02:08:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7a63e853-fc46-5ad6-bc8d-e5af64c8bf5f with identifier: 6994160auction110929 to the API
2026-03-25 02:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994160>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '7a63e853-fc46-5ad6-bc8d-e5af64c8bf5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994160',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'ID. Buzz',
'odometer': 13630,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-11',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN ID.BUZZ BEV 91KWH 210KW PRO LWB AUTO',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN ID.BUZZ BEV 91KWH 210KW PRO LWB AUTO',
'vin': None,
'year': 2025}
2026-03-25 02:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994160auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:19 [ecarstrade.be] INFO: Saving data for 6994160auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303697.406218, 'last_price_update_time': 1774404499.478174}
2026-03-25 02:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994160auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 18c22121-0f1b-55d3-8e42-6ce4173355b6 with identifier: 6994207auction110929
2026-03-25 02:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 18c22121-0f1b-55d3-8e42-6ce4173355b6 with identifier: 6994207auction110929
2026-03-25 02:08:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 18c22121-0f1b-55d3-8e42-6ce4173355b6 with identifier: 6994207auction110929 to the API
2026-03-25 02:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994207>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '18c22121-0f1b-55d3-8e42-6ce4173355b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994207',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 115692,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 2.0 T6 PHEV INSCRIPTION EXPR. AUTO 4WD',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 T6 PHEV INSCRIPTION EXPR. AUTO 4WD',
'vin': None,
'year': 2022}
2026-03-25 02:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994207auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:19 [ecarstrade.be] INFO: Saving data for 6994207auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303720.641424, 'last_price_update_time': 1774404499.781607}
2026-03-25 02:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994207auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:19 [ecarstrade.be] INFO: Extracting details for car 6993922auction110929
2026-03-25 02:08:19 [ecarstrade.be] INFO: Found listing with ID: 6993955auction110929
2026-03-25 02:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993955auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:19 [ecarstrade.be] INFO: Scrape type for 6993955auction110929: 2
2026-03-25 02:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994206> (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-25 02:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993886> (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-25 02:08:19 [ecarstrade.be] INFO: Found listing with ID: 6994027auction110929
2026-03-25 02:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994027auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:19 [ecarstrade.be] INFO: Scrape type for 6994027auction110929: 2
2026-03-25 02:08:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59b71886-8060-5f9d-9a39-24bf88a46baf with identifier: 6993922auction110929
2026-03-25 02:08:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59b71886-8060-5f9d-9a39-24bf88a46baf with scrape type 2
2026-03-25 02:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59b71886-8060-5f9d-9a39-24bf88a46baf with scrape type 2
2026-03-25 02:08:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 59b71886-8060-5f9d-9a39-24bf88a46baf, identifier: 6993922auction110929
2026-03-25 02:08:19 [ecarstrade.be] INFO: Extracting details for car 6994206auction110929
2026-03-25 02:08:19 [ecarstrade.be] INFO: Extracting details for car 6993886auction110929
2026-03-25 02:08:19 [ecarstrade.be] INFO: Found listing with ID: 6993943auction110929
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993943auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:20 [ecarstrade.be] INFO: Scrape type for 6993943auction110929: 2
2026-03-25 02:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 59b71886-8060-5f9d-9a39-24bf88a46baf with identifier: 6993922auction110929
2026-03-25 02:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 59b71886-8060-5f9d-9a39-24bf88a46baf with identifier: 6993922auction110929
2026-03-25 02:08:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 59b71886-8060-5f9d-9a39-24bf88a46baf with identifier: 6993922auction110929 to the API
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993922>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '59b71886-8060-5f9d-9a39-24bf88a46baf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993922',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'Q3',
'odometer': 36989,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 1.4 45 TFSI E S TRONIC S LINE',
'transmission': 'automatic',
'trim': 'AUDI 1.4 45 TFSI E S TRONIC S LINE',
'vin': None,
'year': 2022}
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993922auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:20 [ecarstrade.be] INFO: Saving data for 6993922auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303704.895195, 'last_price_update_time': 1774404500.273069}
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993922auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:20 [ecarstrade.be] INFO: Found listing with ID: 6994035auction110929
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994035auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:20 [ecarstrade.be] INFO: Scrape type for 6994035auction110929: 2
2026-03-25 02:08:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81c6a17c-a8b0-5c6a-ad3e-95ce64b68d42 with identifier: 6994206auction110929
2026-03-25 02:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81c6a17c-a8b0-5c6a-ad3e-95ce64b68d42 with scrape type 2
2026-03-25 02:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81c6a17c-a8b0-5c6a-ad3e-95ce64b68d42 with scrape type 2
2026-03-25 02:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81c6a17c-a8b0-5c6a-ad3e-95ce64b68d42, identifier: 6994206auction110929
2026-03-25 02:08:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9f1fd13-5c37-5849-b632-f988bcd6b3fa with identifier: 6993886auction110929
2026-03-25 02:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9f1fd13-5c37-5849-b632-f988bcd6b3fa with scrape type 2
2026-03-25 02:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9f1fd13-5c37-5849-b632-f988bcd6b3fa with scrape type 2
2026-03-25 02:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c9f1fd13-5c37-5849-b632-f988bcd6b3fa, identifier: 6993886auction110929
2026-03-25 02:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81c6a17c-a8b0-5c6a-ad3e-95ce64b68d42 with identifier: 6994206auction110929
2026-03-25 02:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81c6a17c-a8b0-5c6a-ad3e-95ce64b68d42 with identifier: 6994206auction110929
2026-03-25 02:08:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81c6a17c-a8b0-5c6a-ad3e-95ce64b68d42 with identifier: 6994206auction110929 to the API
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994206>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '81c6a17c-a8b0-5c6a-ad3e-95ce64b68d42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994206',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 87800,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 2.0 T6 PHEV INSCRIPTION EXPR. AUTO 4WD',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 T6 PHEV INSCRIPTION EXPR. AUTO 4WD',
'vin': None,
'year': 2021}
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994206auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:20 [ecarstrade.be] INFO: Saving data for 6994206auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303697.730686, 'last_price_update_time': 1774404500.751195}
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994206auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c9f1fd13-5c37-5849-b632-f988bcd6b3fa with identifier: 6993886auction110929
2026-03-25 02:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c9f1fd13-5c37-5849-b632-f988bcd6b3fa with identifier: 6993886auction110929
2026-03-25 02:08:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c9f1fd13-5c37-5849-b632-f988bcd6b3fa with identifier: 6993886auction110929 to the API
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993886>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO G',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'c9f1fd13-5c37-5849-b632-f988bcd6b3fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993886',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Ranger',
'odometer': 131945,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'FORD RANGER 2.0 BIT 156KW 4WD D-CAB WILDTRAK AUTO',
'transmission': 'automatic',
'trim': 'FORD RANGER 2.0 BIT 156KW 4WD D-CAB WILDTRAK AUTO',
'vin': None,
'year': 2022}
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993886auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Saving data for 6993886auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303721.521079, 'last_price_update_time': 1774404501.04817}
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993886auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:21 [ecarstrade.be] INFO: Found listing with ID: 6994168auction110929
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994168auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Scrape type for 6994168auction110929: 2
2026-03-25 02:08:21 [ecarstrade.be] INFO: Found listing with ID: 6994117auction110929
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994117auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Scrape type for 6994117auction110929: 2
2026-03-25 02:08:21 [ecarstrade.be] INFO: Found listing with ID: 6994161auction110929
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994161auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Scrape type for 6994161auction110929: 2
2026-03-25 02:08:21 [ecarstrade.be] INFO: Found listing with ID: 6993917auction110929
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993917auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Scrape type for 6993917auction110929: 2
2026-03-25 02:08:21 [ecarstrade.be] INFO: Found listing with ID: 6993940auction110929
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993940auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Scrape type for 6993940auction110929: 2
2026-03-25 02:08:21 [ecarstrade.be] INFO: Found listing with ID: 6994147auction110929
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994147auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Scrape type for 6994147auction110929: 2
2026-03-25 02:08:21 [ecarstrade.be] INFO: Found listing with ID: 6994060auction110929
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994060auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Scrape type for 6994060auction110929: 2
2026-03-25 02:08:21 [ecarstrade.be] INFO: Found listing with ID: 6994200auction110929
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994200auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Scrape type for 6994200auction110929: 2
2026-03-25 02:08:21 [ecarstrade.be] INFO: Found listing with ID: 6994203auction110929
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994203auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Scrape type for 6994203auction110929: 2
2026-03-25 02:08:21 [ecarstrade.be] INFO: Found listing with ID: 6993903auction110929
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993903auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Scrape type for 6993903auction110929: 2
2026-03-25 02:08:21 [ecarstrade.be] INFO: Found listing with ID: 6993911auction110929
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993911auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Scrape type for 6993911auction110929: 2
2026-03-25 02:08:21 [ecarstrade.be] INFO: Found listing with ID: 6993941auction110929
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993941auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Scrape type for 6993941auction110929: 2
2026-03-25 02:08:21 [ecarstrade.be] INFO: Found listing with ID: 6993960auction110929
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993960auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Scrape type for 6993960auction110929: 2
2026-03-25 02:08:21 [ecarstrade.be] INFO: Found listing with ID: 6993982auction110929
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993982auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Scrape type for 6993982auction110929: 2
2026-03-25 02:08:21 [ecarstrade.be] INFO: Found listing with ID: 6994193auction110929
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994193auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Scrape type for 6994193auction110929: 2
2026-03-25 02:08:21 [ecarstrade.be] INFO: Found listing with ID: 6994031auction110929
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994031auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:21 [ecarstrade.be] INFO: Scrape type for 6994031auction110929: 2
2026-03-25 02:08:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993928> (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-25 02:08:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:25 [ecarstrade.be] INFO: Extracting details for car 6993928auction110929
2026-03-25 02:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e48d1ac7-c2c5-5080-9bcd-e2bdb598b075 with identifier: 6993928auction110929
2026-03-25 02:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e48d1ac7-c2c5-5080-9bcd-e2bdb598b075 with scrape type 2
2026-03-25 02:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e48d1ac7-c2c5-5080-9bcd-e2bdb598b075 with scrape type 2
2026-03-25 02:08:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e48d1ac7-c2c5-5080-9bcd-e2bdb598b075, identifier: 6993928auction110929
2026-03-25 02:08:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e48d1ac7-c2c5-5080-9bcd-e2bdb598b075 with identifier: 6993928auction110929
2026-03-25 02:08:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e48d1ac7-c2c5-5080-9bcd-e2bdb598b075 with identifier: 6993928auction110929
2026-03-25 02:08:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e48d1ac7-c2c5-5080-9bcd-e2bdb598b075 with identifier: 6993928auction110929 to the API
2026-03-25 02:08:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993928>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'e48d1ac7-c2c5-5080-9bcd-e2bdb598b075',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993928',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q5',
'odometer': 118295,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-16',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q5 DIESEL - 2017 40 TDi Quattro Business Ed.Sport S tr.',
'transmission': 'automatic',
'trim': 'AUDI DIESEL - 2017 40 TDi Quattro Business Ed.Sport S tr.',
'vin': None,
'year': 2020}
2026-03-25 02:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993928auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:25 [ecarstrade.be] INFO: Saving data for 6993928auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303696.153045, 'last_price_update_time': 1774404505.950802}
2026-03-25 02:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993928auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993883> (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-25 02:08:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:26 [ecarstrade.be] INFO: Extracting details for car 6993883auction110929
2026-03-25 02:08:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bb99503-7c59-59ad-9879-ae72d4c648c0 with identifier: 6993883auction110929
2026-03-25 02:08:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bb99503-7c59-59ad-9879-ae72d4c648c0 with scrape type 2
2026-03-25 02:08:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bb99503-7c59-59ad-9879-ae72d4c648c0 with scrape type 2
2026-03-25 02:08:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3bb99503-7c59-59ad-9879-ae72d4c648c0, identifier: 6993883auction110929
2026-03-25 02:08:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3bb99503-7c59-59ad-9879-ae72d4c648c0 with identifier: 6993883auction110929
2026-03-25 02:08:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3bb99503-7c59-59ad-9879-ae72d4c648c0 with identifier: 6993883auction110929
2026-03-25 02:08:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3bb99503-7c59-59ad-9879-ae72d4c648c0 with identifier: 6993883auction110929 to the API
2026-03-25 02:08:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993883>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '3bb99503-7c59-59ad-9879-ae72d4c648c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993883',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '330',
'odometer': 100116,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 330E (215KW) TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 E (215KW) TOURING',
'vin': None,
'year': 2022}
2026-03-25 02:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993883auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:26 [ecarstrade.be] INFO: Saving data for 6993883auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303698.410721, 'last_price_update_time': 1774404506.55237}
2026-03-25 02:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993883auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994041> (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-25 02:08:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993892> (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-25 02:08:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:26 [ecarstrade.be] INFO: Extracting details for car 6994041auction110929
2026-03-25 02:08:26 [ecarstrade.be] INFO: Extracting details for car 6993892auction110929
2026-03-25 02:08:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c4f8127-c053-5bd3-867c-95eba3a7eee9 with identifier: 6994041auction110929
2026-03-25 02:08:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c4f8127-c053-5bd3-867c-95eba3a7eee9 with scrape type 2
2026-03-25 02:08:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c4f8127-c053-5bd3-867c-95eba3a7eee9 with scrape type 2
2026-03-25 02:08:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c4f8127-c053-5bd3-867c-95eba3a7eee9, identifier: 6994041auction110929
2026-03-25 02:08:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0ade773-1ad0-5d01-a1c1-96d47678f49e with identifier: 6993892auction110929
2026-03-25 02:08:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0ade773-1ad0-5d01-a1c1-96d47678f49e with scrape type 2
2026-03-25 02:08:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0ade773-1ad0-5d01-a1c1-96d47678f49e with scrape type 2
2026-03-25 02:08:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d0ade773-1ad0-5d01-a1c1-96d47678f49e, identifier: 6993892auction110929
2026-03-25 02:08:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c4f8127-c053-5bd3-867c-95eba3a7eee9 with identifier: 6994041auction110929
2026-03-25 02:08:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c4f8127-c053-5bd3-867c-95eba3a7eee9 with identifier: 6994041auction110929
2026-03-25 02:08:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c4f8127-c053-5bd3-867c-95eba3a7eee9 with identifier: 6994041auction110929 to the API
2026-03-25 02:08:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994041>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '5c4f8127-c053-5bd3-867c-95eba3a7eee9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994041',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 144788,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-19',
'seats_number': 4,
'seller_name': None,
'title': 'MERCEDES-BENZ C-Klasse Cabrio C 200 4-Matic Mild Hybrid',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ C-Klasse Cabrio 4-Matic Mild Hybrid',
'vin': None,
'year': 2019}
2026-03-25 02:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994041auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:27 [ecarstrade.be] INFO: Saving data for 6994041auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303702.958856, 'last_price_update_time': 1774404507.159487}
2026-03-25 02:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994041auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d0ade773-1ad0-5d01-a1c1-96d47678f49e with identifier: 6993892auction110929
2026-03-25 02:08:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d0ade773-1ad0-5d01-a1c1-96d47678f49e with identifier: 6993892auction110929
2026-03-25 02:08:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d0ade773-1ad0-5d01-a1c1-96d47678f49e with identifier: 6993892auction110929 to the API
2026-03-25 02:08:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993892>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'd0ade773-1ad0-5d01-a1c1-96d47678f49e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993892',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 84901,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 1.3 CLA 180 AMG LINE DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA 1.3 AMG LINE DCT',
'vin': None,
'year': 2022}
2026-03-25 02:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993892auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:27 [ecarstrade.be] INFO: Saving data for 6993892auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303728.08419, 'last_price_update_time': 1774404507.446949}
2026-03-25 02:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993892auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994045> (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-25 02:08:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:28 [ecarstrade.be] INFO: Extracting details for car 6994045auction110929
2026-03-25 02:08:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9f6ad7e-e583-5c1b-b0fd-0fbc9578a3f8 with identifier: 6994045auction110929
2026-03-25 02:08:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9f6ad7e-e583-5c1b-b0fd-0fbc9578a3f8 with scrape type 2
2026-03-25 02:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9f6ad7e-e583-5c1b-b0fd-0fbc9578a3f8 with scrape type 2
2026-03-25 02:08:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e9f6ad7e-e583-5c1b-b0fd-0fbc9578a3f8, identifier: 6994045auction110929
2026-03-25 02:08:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e9f6ad7e-e583-5c1b-b0fd-0fbc9578a3f8 with identifier: 6994045auction110929
2026-03-25 02:08:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e9f6ad7e-e583-5c1b-b0fd-0fbc9578a3f8 with identifier: 6994045auction110929
2026-03-25 02:08:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e9f6ad7e-e583-5c1b-b0fd-0fbc9578a3f8 with identifier: 6994045auction110929 to the API
2026-03-25 02:08:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994045>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'e9f6ad7e-e583-5c1b-b0fd-0fbc9578a3f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994045',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 31425,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 1.3 CLA 180 BUSINESS SOLUTION',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CLA - Klasse 1.3 BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-25 02:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994045auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:29 [ecarstrade.be] INFO: Saving data for 6994045auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303751.678711, 'last_price_update_time': 1774404509.376819}
2026-03-25 02:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994045auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994144> (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-25 02:08:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:33 [ecarstrade.be] INFO: Extracting details for car 6994144auction110929
2026-03-25 02:08:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1822fcbf-65df-59aa-b616-2857d812d303 with identifier: 6994144auction110929
2026-03-25 02:08:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1822fcbf-65df-59aa-b616-2857d812d303 with scrape type 2
2026-03-25 02:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1822fcbf-65df-59aa-b616-2857d812d303 with scrape type 2
2026-03-25 02:08:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1822fcbf-65df-59aa-b616-2857d812d303, identifier: 6994144auction110929
2026-03-25 02:08:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1822fcbf-65df-59aa-b616-2857d812d303 with identifier: 6994144auction110929
2026-03-25 02:08:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1822fcbf-65df-59aa-b616-2857d812d303 with identifier: 6994144auction110929
2026-03-25 02:08:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1822fcbf-65df-59aa-b616-2857d812d303 with identifier: 6994144auction110929 to the API
2026-03-25 02:08:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994144>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '1822fcbf-65df-59aa-b616-2857d812d303',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994144',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 107231,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 BEV 75KWH LONG RANGE DUAL MOTOR 4WD AUTO',
'transmission': 'automatic',
'trim': 'TESLA MODEL 3 BEV 75KWH LONG RANGE DUAL MOTOR 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-25 02:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994144auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:34 [ecarstrade.be] INFO: Saving data for 6994144auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303704.208124, 'last_price_update_time': 1774404514.117075}
2026-03-25 02:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994144auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994202> (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-25 02:08:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:34 [ecarstrade.be] INFO: Extracting details for car 6994202auction110929
2026-03-25 02:08:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: caeaa931-2ef5-5d5a-9188-e2fad1370a2f with identifier: 6994202auction110929
2026-03-25 02:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item caeaa931-2ef5-5d5a-9188-e2fad1370a2f with scrape type 2
2026-03-25 02:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item caeaa931-2ef5-5d5a-9188-e2fad1370a2f with scrape type 2
2026-03-25 02:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: caeaa931-2ef5-5d5a-9188-e2fad1370a2f, identifier: 6994202auction110929
2026-03-25 02:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: caeaa931-2ef5-5d5a-9188-e2fad1370a2f with identifier: 6994202auction110929
2026-03-25 02:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: caeaa931-2ef5-5d5a-9188-e2fad1370a2f with identifier: 6994202auction110929
2026-03-25 02:08:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: caeaa931-2ef5-5d5a-9188-e2fad1370a2f with identifier: 6994202auction110929 to the API
2026-03-25 02:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994202>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'caeaa931-2ef5-5d5a-9188-e2fad1370a2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994202',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 112809,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T5 RECHARGE GEARTRONIC R-DESIGN',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T5 RECHARGE GEARTRONIC R-DESIGN',
'vin': None,
'year': 2021}
2026-03-25 02:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994202auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:35 [ecarstrade.be] INFO: Saving data for 6994202auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303722.171817, 'last_price_update_time': 1774404515.250967}
2026-03-25 02:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994202auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:36 [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-25 02:08:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:08:36 [ecarstrade.be] INFO: Found listing with ID: 6994185auction110929
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994185auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:36 [ecarstrade.be] INFO: Scrape type for 6994185auction110929: 2
2026-03-25 02:08:36 [ecarstrade.be] INFO: Found listing with ID: 6994136auction110929
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994136auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:36 [ecarstrade.be] INFO: Scrape type for 6994136auction110929: 2
2026-03-25 02:08:36 [ecarstrade.be] INFO: Found listing with ID: 6994135auction110929
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994135auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:36 [ecarstrade.be] INFO: Scrape type for 6994135auction110929: 2
2026-03-25 02:08:36 [ecarstrade.be] INFO: Found listing with ID: 6994064auction110929
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994064auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:36 [ecarstrade.be] INFO: Scrape type for 6994064auction110929: 2
2026-03-25 02:08:36 [ecarstrade.be] INFO: Found listing with ID: 6993920auction110929
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993920auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:36 [ecarstrade.be] INFO: Scrape type for 6993920auction110929: 2
2026-03-25 02:08:36 [ecarstrade.be] INFO: Found listing with ID: 6994051auction110929
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994051auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:36 [ecarstrade.be] INFO: Scrape type for 6994051auction110929: 2
2026-03-25 02:08:36 [ecarstrade.be] INFO: Found listing with ID: 6994038auction110929
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994038auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:36 [ecarstrade.be] INFO: Scrape type for 6994038auction110929: 2
2026-03-25 02:08:36 [ecarstrade.be] INFO: Found listing with ID: 6994053auction110929
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994053auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:36 [ecarstrade.be] INFO: Scrape type for 6994053auction110929: 2
2026-03-25 02:08:36 [ecarstrade.be] INFO: Found listing with ID: 6994128auction110929
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994128auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:36 [ecarstrade.be] INFO: Scrape type for 6994128auction110929: 2
2026-03-25 02:08:36 [ecarstrade.be] INFO: Found listing with ID: 6993986auction110929
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993986auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:36 [ecarstrade.be] INFO: Scrape type for 6993986auction110929: 2
2026-03-25 02:08:36 [ecarstrade.be] INFO: Found listing with ID: 6994029auction110929
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994029auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:36 [ecarstrade.be] INFO: Scrape type for 6994029auction110929: 2
2026-03-25 02:08:36 [ecarstrade.be] INFO: Found listing with ID: 6994131auction110929
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994131auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:36 [ecarstrade.be] INFO: Scrape type for 6994131auction110929: 2
2026-03-25 02:08:36 [ecarstrade.be] INFO: Found listing with ID: 6993958auction110929
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993958auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:36 [ecarstrade.be] INFO: Scrape type for 6993958auction110929: 2
2026-03-25 02:08:36 [ecarstrade.be] INFO: Found listing with ID: 6993962auction110929
2026-03-25 02:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993962auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:37 [ecarstrade.be] INFO: Scrape type for 6993962auction110929: 2
2026-03-25 02:08:37 [ecarstrade.be] INFO: Found listing with ID: 6994082auction110929
2026-03-25 02:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994082auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:37 [ecarstrade.be] INFO: Scrape type for 6994082auction110929: 2
2026-03-25 02:08:37 [ecarstrade.be] INFO: Found listing with ID: 6994163auction110929
2026-03-25 02:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994163auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:37 [ecarstrade.be] INFO: Scrape type for 6994163auction110929: 2
2026-03-25 02:08:37 [ecarstrade.be] INFO: Found listing with ID: 6994127auction110929
2026-03-25 02:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994127auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:37 [ecarstrade.be] INFO: Scrape type for 6994127auction110929: 2
2026-03-25 02:08:37 [ecarstrade.be] INFO: Found listing with ID: 6994139auction110929
2026-03-25 02:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994139auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:37 [ecarstrade.be] INFO: Scrape type for 6994139auction110929: 2
2026-03-25 02:08:37 [ecarstrade.be] INFO: Found listing with ID: 6994137auction110929
2026-03-25 02:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994137auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:37 [ecarstrade.be] INFO: Scrape type for 6994137auction110929: 2
2026-03-25 02:08:37 [ecarstrade.be] INFO: Found listing with ID: 6994205auction110929
2026-03-25 02:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994205auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:37 [ecarstrade.be] INFO: Scrape type for 6994205auction110929: 2
2026-03-25 02:08:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993955> (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-25 02:08:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:41 [ecarstrade.be] INFO: Extracting details for car 6993955auction110929
2026-03-25 02:08:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5949d4e-ea58-57d4-9e76-3f93f9e7e434 with identifier: 6993955auction110929
2026-03-25 02:08:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5949d4e-ea58-57d4-9e76-3f93f9e7e434 with scrape type 2
2026-03-25 02:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5949d4e-ea58-57d4-9e76-3f93f9e7e434 with scrape type 2
2026-03-25 02:08:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c5949d4e-ea58-57d4-9e76-3f93f9e7e434, identifier: 6993955auction110929
2026-03-25 02:08:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c5949d4e-ea58-57d4-9e76-3f93f9e7e434 with identifier: 6993955auction110929
2026-03-25 02:08:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c5949d4e-ea58-57d4-9e76-3f93f9e7e434 with identifier: 6993955auction110929
2026-03-25 02:08:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c5949d4e-ea58-57d4-9e76-3f93f9e7e434 with identifier: 6993955auction110929 to the API
2026-03-25 02:08:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993955>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c5949d4e-ea58-57d4-9e76-3f93f9e7e434',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993955',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 45000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E (162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E (162KW)',
'vin': None,
'year': 2022}
2026-03-25 02:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993955auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:42 [ecarstrade.be] INFO: Saving data for 6993955auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303715.279124, 'last_price_update_time': 1774404522.130225}
2026-03-25 02:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993955auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994027> (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-25 02:08:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:42 [ecarstrade.be] INFO: Extracting details for car 6994027auction110929
2026-03-25 02:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db665ec5-02fb-5f8a-a981-18050ab09620 with identifier: 6994027auction110929
2026-03-25 02:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db665ec5-02fb-5f8a-a981-18050ab09620 with scrape type 2
2026-03-25 02:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db665ec5-02fb-5f8a-a981-18050ab09620 with scrape type 2
2026-03-25 02:08:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: db665ec5-02fb-5f8a-a981-18050ab09620, identifier: 6994027auction110929
2026-03-25 02:08:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: db665ec5-02fb-5f8a-a981-18050ab09620 with identifier: 6994027auction110929
2026-03-25 02:08:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: db665ec5-02fb-5f8a-a981-18050ab09620 with identifier: 6994027auction110929
2026-03-25 02:08:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: db665ec5-02fb-5f8a-a981-18050ab09620 with identifier: 6994027auction110929 to the API
2026-03-25 02:08:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994027>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'db665ec5-02fb-5f8a-a981-18050ab09620',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994027',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'B 180',
'odometer': 49804,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-CLASS 1.3 B 180 BUSINESS SOLUTION',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ B-CLASS 1.3 BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-25 02:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994027auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:42 [ecarstrade.be] INFO: Saving data for 6994027auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303715.637112, 'last_price_update_time': 1774404522.747818}
2026-03-25 02:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994027auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993943> (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-25 02:08:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:43 [ecarstrade.be] INFO: Extracting details for car 6993943auction110929
2026-03-25 02:08:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 678e0e5d-76d9-5b5b-b008-35b43d3f842c with identifier: 6993943auction110929
2026-03-25 02:08:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 678e0e5d-76d9-5b5b-b008-35b43d3f842c with scrape type 2
2026-03-25 02:08:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 678e0e5d-76d9-5b5b-b008-35b43d3f842c with scrape type 2
2026-03-25 02:08:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 678e0e5d-76d9-5b5b-b008-35b43d3f842c, identifier: 6993943auction110929
2026-03-25 02:08:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 678e0e5d-76d9-5b5b-b008-35b43d3f842c with identifier: 6993943auction110929
2026-03-25 02:08:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 678e0e5d-76d9-5b5b-b008-35b43d3f842c with identifier: 6993943auction110929
2026-03-25 02:08:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 678e0e5d-76d9-5b5b-b008-35b43d3f842c with identifier: 6993943auction110929 to the API
2026-03-25 02:08:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993943>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '678e0e5d-76d9-5b5b-b008-35b43d3f842c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993943',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': '530',
'odometer': 147958,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 - 2017 530eA PHEV Performance OPF',
'transmission': 'automatic',
'trim': '5 - 2017 eA PHEV Performance OPF',
'vin': None,
'year': 2020}
2026-03-25 02:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993943auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:43 [ecarstrade.be] INFO: Saving data for 6993943auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303718.921184, 'last_price_update_time': 1774404523.632077}
2026-03-25 02:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993943auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994031> (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-25 02:08:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:48 [ecarstrade.be] INFO: Extracting details for car 6994031auction110929
2026-03-25 02:08:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab1ccd6d-87fd-5d01-bbea-16fe4a5cf508 with identifier: 6994031auction110929
2026-03-25 02:08:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab1ccd6d-87fd-5d01-bbea-16fe4a5cf508 with scrape type 2
2026-03-25 02:08:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab1ccd6d-87fd-5d01-bbea-16fe4a5cf508 with scrape type 2
2026-03-25 02:08:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab1ccd6d-87fd-5d01-bbea-16fe4a5cf508, identifier: 6994031auction110929
2026-03-25 02:08:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab1ccd6d-87fd-5d01-bbea-16fe4a5cf508 with identifier: 6994031auction110929
2026-03-25 02:08:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab1ccd6d-87fd-5d01-bbea-16fe4a5cf508 with identifier: 6994031auction110929
2026-03-25 02:08:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab1ccd6d-87fd-5d01-bbea-16fe4a5cf508 with identifier: 6994031auction110929 to the API
2026-03-25 02:08:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994031>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ab1ccd6d-87fd-5d01-bbea-16fe4a5cf508',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994031',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'B 180',
'odometer': 26276,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-CLASS 1.3 B 180 BUSINESS SOLUTION ESSENTIAL',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ B-CLASS 1.3 BUSINESS SOLUTION ESSENTIAL',
'vin': None,
'year': 2022}
2026-03-25 02:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994031auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:49 [ecarstrade.be] INFO: Saving data for 6994031auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303747.556115, 'last_price_update_time': 1774404529.144791}
2026-03-25 02:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994031auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994193> (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-25 02:08:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:49 [ecarstrade.be] INFO: Extracting details for car 6994193auction110929
2026-03-25 02:08:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acd14df0-df9c-5e4c-a0bf-805d261f701e with identifier: 6994193auction110929
2026-03-25 02:08:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acd14df0-df9c-5e4c-a0bf-805d261f701e with scrape type 2
2026-03-25 02:08:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acd14df0-df9c-5e4c-a0bf-805d261f701e with scrape type 2
2026-03-25 02:08:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: acd14df0-df9c-5e4c-a0bf-805d261f701e, identifier: 6994193auction110929
2026-03-25 02:08:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: acd14df0-df9c-5e4c-a0bf-805d261f701e with identifier: 6994193auction110929
2026-03-25 02:08:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: acd14df0-df9c-5e4c-a0bf-805d261f701e with identifier: 6994193auction110929
2026-03-25 02:08:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: acd14df0-df9c-5e4c-a0bf-805d261f701e with identifier: 6994193auction110929 to the API
2026-03-25 02:08:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994193>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'acd14df0-df9c-5e4c-a0bf-805d261f701e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994193',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 109624,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-12',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 RECHARGE GEARTR. INSCRIPTION EXPR',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T4 RECHARGE GEARTR. INSCRIPTION EXPR',
'vin': None,
'year': 2021}
2026-03-25 02:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994193auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:49 [ecarstrade.be] INFO: Saving data for 6994193auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303748.741347, 'last_price_update_time': 1774404529.688791}
2026-03-25 02:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994193auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993930> (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-25 02:08:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993982> (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-25 02:08:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:49 [ecarstrade.be] INFO: Extracting details for car 6993930auction110929
2026-03-25 02:08:49 [ecarstrade.be] INFO: Extracting details for car 6993982auction110929
2026-03-25 02:08:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 064b06f4-b9bc-57fb-8379-9ebefec74907 with identifier: 6993930auction110929
2026-03-25 02:08:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 064b06f4-b9bc-57fb-8379-9ebefec74907 with scrape type 2
2026-03-25 02:08:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 064b06f4-b9bc-57fb-8379-9ebefec74907 with scrape type 2
2026-03-25 02:08:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 064b06f4-b9bc-57fb-8379-9ebefec74907, identifier: 6993930auction110929
2026-03-25 02:08:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e206c4a-5f70-55d2-9bff-321ce45dc4c1 with identifier: 6993982auction110929
2026-03-25 02:08:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e206c4a-5f70-55d2-9bff-321ce45dc4c1 with scrape type 2
2026-03-25 02:08:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e206c4a-5f70-55d2-9bff-321ce45dc4c1 with scrape type 2
2026-03-25 02:08:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e206c4a-5f70-55d2-9bff-321ce45dc4c1, identifier: 6993982auction110929
2026-03-25 02:08:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 064b06f4-b9bc-57fb-8379-9ebefec74907 with identifier: 6993930auction110929
2026-03-25 02:08:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 064b06f4-b9bc-57fb-8379-9ebefec74907 with identifier: 6993930auction110929
2026-03-25 02:08:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 064b06f4-b9bc-57fb-8379-9ebefec74907 with identifier: 6993930auction110929 to the API
2026-03-25 02:08:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993930>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '064b06f4-b9bc-57fb-8379-9ebefec74907',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993930',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q5',
'odometer': 102850,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q5 Sportback 2.0 35 TDI S TRONIC BUS.ED.SL',
'transmission': 'automatic',
'trim': 'AUDI Sportback 2.0 35 TDI S TRONIC BUS.ED.SL',
'vin': None,
'year': 2021}
2026-03-25 02:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993930auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:50 [ecarstrade.be] INFO: Saving data for 6993930auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303721.09534, 'last_price_update_time': 1774404530.308917}
2026-03-25 02:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993930auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e206c4a-5f70-55d2-9bff-321ce45dc4c1 with identifier: 6993982auction110929
2026-03-25 02:08:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e206c4a-5f70-55d2-9bff-321ce45dc4c1 with identifier: 6993982auction110929
2026-03-25 02:08:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e206c4a-5f70-55d2-9bff-321ce45dc4c1 with identifier: 6993982auction110929 to the API
2026-03-25 02:08:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993982>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '4e206c4a-5f70-55d2-9bff-321ce45dc4c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993982',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'AC',
'model': 'Ford Mustang Mach-E',
'odometer': 131896,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-06',
'seats_number': 5,
'seller_name': None,
'title': 'FORD MUSTANG MACH-E BEV 99KWH 216KW EXTENDED RANGE RWD',
'transmission': 'automatic',
'trim': 'FORD MUSTANG MH-E BEV 99KWH 216KW EXTENDED RANGE RWD',
'vin': None,
'year': 2022}
2026-03-25 02:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993982auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:50 [ecarstrade.be] INFO: Saving data for 6993982auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303750.070132, 'last_price_update_time': 1774404530.613886}
2026-03-25 02:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993982auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993925> (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-25 02:08:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:54 [ecarstrade.be] INFO: Extracting details for car 6993925auction110929
2026-03-25 02:08:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6617d641-9ce9-57cb-9692-e9e53999d3af with identifier: 6993925auction110929
2026-03-25 02:08:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6617d641-9ce9-57cb-9692-e9e53999d3af with scrape type 2
2026-03-25 02:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6617d641-9ce9-57cb-9692-e9e53999d3af with scrape type 2
2026-03-25 02:08:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6617d641-9ce9-57cb-9692-e9e53999d3af, identifier: 6993925auction110929
2026-03-25 02:08:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6617d641-9ce9-57cb-9692-e9e53999d3af with identifier: 6993925auction110929
2026-03-25 02:08:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6617d641-9ce9-57cb-9692-e9e53999d3af with identifier: 6993925auction110929
2026-03-25 02:08:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6617d641-9ce9-57cb-9692-e9e53999d3af with identifier: 6993925auction110929 to the API
2026-03-25 02:08:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993925>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6617d641-9ce9-57cb-9692-e9e53999d3af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993925',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 61897,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-22',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI Sportback 1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-25 02:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993925auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:54 [ecarstrade.be] INFO: Saving data for 6993925auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303722.936004, 'last_price_update_time': 1774404534.496774}
2026-03-25 02:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993925auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993897> (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-25 02:08:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993960> (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-25 02:08:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:55 [ecarstrade.be] INFO: Extracting details for car 6993897auction110929
2026-03-25 02:08:55 [ecarstrade.be] INFO: Extracting details for car 6993960auction110929
2026-03-25 02:08:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e29f27e-1880-50aa-ba0d-097e4efaa8a7 with identifier: 6993897auction110929
2026-03-25 02:08:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e29f27e-1880-50aa-ba0d-097e4efaa8a7 with scrape type 2
2026-03-25 02:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e29f27e-1880-50aa-ba0d-097e4efaa8a7 with scrape type 2
2026-03-25 02:08:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e29f27e-1880-50aa-ba0d-097e4efaa8a7, identifier: 6993897auction110929
2026-03-25 02:08:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06fc41b0-78ed-563c-b787-42e9ebe64415 with identifier: 6993960auction110929
2026-03-25 02:08:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06fc41b0-78ed-563c-b787-42e9ebe64415 with scrape type 2
2026-03-25 02:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06fc41b0-78ed-563c-b787-42e9ebe64415 with scrape type 2
2026-03-25 02:08:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 06fc41b0-78ed-563c-b787-42e9ebe64415, identifier: 6993960auction110929
2026-03-25 02:08:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e29f27e-1880-50aa-ba0d-097e4efaa8a7 with identifier: 6993897auction110929
2026-03-25 02:08:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e29f27e-1880-50aa-ba0d-097e4efaa8a7 with identifier: 6993897auction110929
2026-03-25 02:08:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e29f27e-1880-50aa-ba0d-097e4efaa8a7 with identifier: 6993897auction110929 to the API
2026-03-25 02:08:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993897>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3e29f27e-1880-50aa-ba0d-097e4efaa8a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993897',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'A3',
'odometer': 44894,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S TRONIC S LINE SPORTBACK',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 1.4 40 TFSI E S TRONIC S LINE SPORTBACK',
'vin': None,
'year': 2021}
2026-03-25 02:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993897auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:55 [ecarstrade.be] INFO: Saving data for 6993897auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303727.197626, 'last_price_update_time': 1774404535.79157}
2026-03-25 02:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993897auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 06fc41b0-78ed-563c-b787-42e9ebe64415 with identifier: 6993960auction110929
2026-03-25 02:08:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 06fc41b0-78ed-563c-b787-42e9ebe64415 with identifier: 6993960auction110929
2026-03-25 02:08:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 06fc41b0-78ed-563c-b787-42e9ebe64415 with identifier: 6993960auction110929 to the API
2026-03-25 02:08:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993960>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '06fc41b0-78ed-563c-b787-42e9ebe64415',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993960',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 76532,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 SDRIVE18I 100KW',
'transmission': 'manual',
'trim': '1.5 SDRIVE18I 100KW',
'vin': None,
'year': 2022}
2026-03-25 02:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993960auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:56 [ecarstrade.be] INFO: Saving data for 6993960auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303750.669821, 'last_price_update_time': 1774404536.0874}
2026-03-25 02:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993960auction110929') HTTP/1.1" 204 0
2026-03-25 02:08:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993911> (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-25 02:08:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:08:57 [ecarstrade.be] INFO: Extracting details for car 6993911auction110929
2026-03-25 02:08:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d549d49a-fa38-5c32-a558-416e08afd2aa with identifier: 6993911auction110929
2026-03-25 02:08:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d549d49a-fa38-5c32-a558-416e08afd2aa with scrape type 2
2026-03-25 02:08:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d549d49a-fa38-5c32-a558-416e08afd2aa with scrape type 2
2026-03-25 02:08:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d549d49a-fa38-5c32-a558-416e08afd2aa, identifier: 6993911auction110929
2026-03-25 02:08:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d549d49a-fa38-5c32-a558-416e08afd2aa with identifier: 6993911auction110929
2026-03-25 02:08:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d549d49a-fa38-5c32-a558-416e08afd2aa with identifier: 6993911auction110929
2026-03-25 02:08:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d549d49a-fa38-5c32-a558-416e08afd2aa with identifier: 6993911auction110929 to the API
2026-03-25 02:08:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:08:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:08:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993911>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd549d49a-fa38-5c32-a558-416e08afd2aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993911',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A4',
'odometer': 51121,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT 2.0 30 TDI 100KW S TR BUSINESS ED',
'transmission': 'automatic',
'trim': 'AUDI AVANT 2.0 30 TDI 100KW S TR BUSINESS ED',
'vin': None,
'year': 2021}
2026-03-25 02:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993911auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:08:57 [ecarstrade.be] INFO: Saving data for 6993911auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303749.367254, 'last_price_update_time': 1774404537.683288}
2026-03-25 02:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993911auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994143> (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-25 02:09:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:00 [ecarstrade.be] INFO: Extracting details for car 6994143auction110929
2026-03-25 02:09:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3b55cb1-542a-5b7e-be29-f3f709f7e74f with identifier: 6994143auction110929
2026-03-25 02:09:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3b55cb1-542a-5b7e-be29-f3f709f7e74f with scrape type 2
2026-03-25 02:09:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3b55cb1-542a-5b7e-be29-f3f709f7e74f with scrape type 2
2026-03-25 02:09:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c3b55cb1-542a-5b7e-be29-f3f709f7e74f, identifier: 6994143auction110929
2026-03-25 02:09:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c3b55cb1-542a-5b7e-be29-f3f709f7e74f with identifier: 6994143auction110929
2026-03-25 02:09:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c3b55cb1-542a-5b7e-be29-f3f709f7e74f with identifier: 6994143auction110929
2026-03-25 02:09:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c3b55cb1-542a-5b7e-be29-f3f709f7e74f with identifier: 6994143auction110929 to the API
2026-03-25 02:09:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994143>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'c3b55cb1-542a-5b7e-be29-f3f709f7e74f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994143',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 42652,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 1.5 TSI ACT 110KW STYLE',
'transmission': 'manual',
'trim': 'SKODA SUPERB COMBI 1.5 TSI ACT 110KW STYLE',
'vin': None,
'year': 2021}
2026-03-25 02:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994143auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:00 [ecarstrade.be] INFO: Saving data for 6994143auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303714.708212, 'last_price_update_time': 1774404540.856571}
2026-03-25 02:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994143auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994203> (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-25 02:09:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:01 [ecarstrade.be] INFO: Extracting details for car 6994203auction110929
2026-03-25 02:09:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f72aa01-544b-5e62-84ba-3fde29dedead with identifier: 6994203auction110929
2026-03-25 02:09:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f72aa01-544b-5e62-84ba-3fde29dedead with scrape type 2
2026-03-25 02:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f72aa01-544b-5e62-84ba-3fde29dedead with scrape type 2
2026-03-25 02:09:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7f72aa01-544b-5e62-84ba-3fde29dedead, identifier: 6994203auction110929
2026-03-25 02:09:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7f72aa01-544b-5e62-84ba-3fde29dedead with identifier: 6994203auction110929
2026-03-25 02:09:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7f72aa01-544b-5e62-84ba-3fde29dedead with identifier: 6994203auction110929
2026-03-25 02:09:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7f72aa01-544b-5e62-84ba-3fde29dedead with identifier: 6994203auction110929 to the API
2026-03-25 02:09:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994203>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7f72aa01-544b-5e62-84ba-3fde29dedead',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994203',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 131355,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 78 kWh P8 AWD Recharge R-Design',
'transmission': 'automatic',
'trim': 'VOLVO 78 kWh P8 AWD Recharge R-Design',
'vin': None,
'year': 2021}
2026-03-25 02:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994203auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:01 [ecarstrade.be] INFO: Saving data for 6994203auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303703.753347, 'last_price_update_time': 1774404541.463863}
2026-03-25 02:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994203auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994205> (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-25 02:09:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994137> (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-25 02:09:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:02 [ecarstrade.be] INFO: Extracting details for car 6994205auction110929
2026-03-25 02:09:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 057b07ed-c0e5-58e0-bcce-0f3b21149cfa with identifier: 6994205auction110929
2026-03-25 02:09:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 057b07ed-c0e5-58e0-bcce-0f3b21149cfa with scrape type 2
2026-03-25 02:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 057b07ed-c0e5-58e0-bcce-0f3b21149cfa with scrape type 2
2026-03-25 02:09:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 057b07ed-c0e5-58e0-bcce-0f3b21149cfa, identifier: 6994205auction110929
2026-03-25 02:09:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 057b07ed-c0e5-58e0-bcce-0f3b21149cfa with identifier: 6994205auction110929
2026-03-25 02:09:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 02:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 02:09:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 057b07ed-c0e5-58e0-bcce-0f3b21149cfa with identifier: 6994205auction110929
2026-03-25 02:09:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 057b07ed-c0e5-58e0-bcce-0f3b21149cfa with identifier: 6994205auction110929 to the API
2026-03-25 02:09:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994205>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '057b07ed-c0e5-58e0-bcce-0f3b21149cfa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994205',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 153014,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-18',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 DIESEL 2.0 D3 Momentum Pro Geartronic',
'transmission': 'automatic',
'trim': 'VOLVO DIESEL 2.0 D3 Momentum Pro Geartronic',
'vin': None,
'year': 2020}
2026-03-25 02:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994205auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:02 [ecarstrade.be] INFO: Saving data for 6994205auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303817.031655, 'last_price_update_time': 1774404542.954085}
2026-03-25 02:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994205auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:02 [ecarstrade.be] INFO: Extracting details for car 6994137auction110929
2026-03-25 02:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993941> (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-25 02:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993964> (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-25 02:09:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17447032-bc10-5c67-9821-3b92d649b7d0 with identifier: 6994137auction110929
2026-03-25 02:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17447032-bc10-5c67-9821-3b92d649b7d0 with scrape type 2
2026-03-25 02:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17447032-bc10-5c67-9821-3b92d649b7d0 with scrape type 2
2026-03-25 02:09:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17447032-bc10-5c67-9821-3b92d649b7d0, identifier: 6994137auction110929
2026-03-25 02:09:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17447032-bc10-5c67-9821-3b92d649b7d0 with identifier: 6994137auction110929
2026-03-25 02:09:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17447032-bc10-5c67-9821-3b92d649b7d0 with identifier: 6994137auction110929
2026-03-25 02:09:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17447032-bc10-5c67-9821-3b92d649b7d0 with identifier: 6994137auction110929 to the API
2026-03-25 02:09:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994137>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '17447032-bc10-5c67-9821-3b92d649b7d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994137',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 116226,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.5 TSI MHEV 110KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': 'SKODA OCTAVIA COMBI 1.5 TSI MHEV 110KW DSG7 CLEVER+',
'vin': None,
'year': 2022}
2026-03-25 02:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994137auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:03 [ecarstrade.be] INFO: Saving data for 6994137auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303784.163879, 'last_price_update_time': 1774404543.358325}
2026-03-25 02:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994137auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:03 [ecarstrade.be] INFO: Extracting details for car 6993941auction110929
2026-03-25 02:09:03 [ecarstrade.be] INFO: Extracting details for car 6993964auction110929
2026-03-25 02:09:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 961bf53b-6787-544d-b74d-389b15c1efbe with identifier: 6993941auction110929
2026-03-25 02:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 961bf53b-6787-544d-b74d-389b15c1efbe with scrape type 2
2026-03-25 02:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 961bf53b-6787-544d-b74d-389b15c1efbe with scrape type 2
2026-03-25 02:09:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 961bf53b-6787-544d-b74d-389b15c1efbe, identifier: 6993941auction110929
2026-03-25 02:09:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bb06966-20d3-58ad-b859-e9149f1ba8e9 with identifier: 6993964auction110929
2026-03-25 02:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bb06966-20d3-58ad-b859-e9149f1ba8e9 with scrape type 2
2026-03-25 02:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bb06966-20d3-58ad-b859-e9149f1ba8e9 with scrape type 2
2026-03-25 02:09:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3bb06966-20d3-58ad-b859-e9149f1ba8e9, identifier: 6993964auction110929
2026-03-25 02:09:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 961bf53b-6787-544d-b74d-389b15c1efbe with identifier: 6993941auction110929
2026-03-25 02:09:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 961bf53b-6787-544d-b74d-389b15c1efbe with identifier: 6993941auction110929
2026-03-25 02:09:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 961bf53b-6787-544d-b74d-389b15c1efbe with identifier: 6993941auction110929 to the API
2026-03-25 02:09:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993941>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '961bf53b-6787-544d-b74d-389b15c1efbe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993941',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '316',
'odometer': 63063,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-26',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3-serie 2.0 316DA (90KW) BERLINE',
'transmission': 'automatic',
'trim': '3-serie 2.0 DA (90KW) BERLINE',
'vin': None,
'year': 2022}
2026-03-25 02:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993941auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:03 [ecarstrade.be] INFO: Saving data for 6993941auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303751.168993, 'last_price_update_time': 1774404543.860059}
2026-03-25 02:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993941auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3bb06966-20d3-58ad-b859-e9149f1ba8e9 with identifier: 6993964auction110929
2026-03-25 02:09:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3bb06966-20d3-58ad-b859-e9149f1ba8e9 with identifier: 6993964auction110929
2026-03-25 02:09:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3bb06966-20d3-58ad-b859-e9149f1ba8e9 with identifier: 6993964auction110929 to the API
2026-03-25 02:09:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993964>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3bb06966-20d3-58ad-b859-e9149f1ba8e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993964',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X3',
'odometer': 159350,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-25',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 2.0 XDRIVE30E (120KW) AUTO',
'transmission': 'automatic',
'trim': '2.0 XDRIVE30E (120KW) AUTO',
'vin': None,
'year': 2021}
2026-03-25 02:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993964auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:04 [ecarstrade.be] INFO: Saving data for 6993964auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303754.080612, 'last_price_update_time': 1774404544.150857}
2026-03-25 02:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993964auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994139> (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-25 02:09:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:04 [ecarstrade.be] INFO: Extracting details for car 6994139auction110929
2026-03-25 02:09:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27070893-c4f5-5eb9-b89e-dcbb52e26ab9 with identifier: 6994139auction110929
2026-03-25 02:09:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27070893-c4f5-5eb9-b89e-dcbb52e26ab9 with scrape type 2
2026-03-25 02:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27070893-c4f5-5eb9-b89e-dcbb52e26ab9 with scrape type 2
2026-03-25 02:09:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27070893-c4f5-5eb9-b89e-dcbb52e26ab9, identifier: 6994139auction110929
2026-03-25 02:09:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27070893-c4f5-5eb9-b89e-dcbb52e26ab9 with identifier: 6994139auction110929
2026-03-25 02:09:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27070893-c4f5-5eb9-b89e-dcbb52e26ab9 with identifier: 6994139auction110929
2026-03-25 02:09:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27070893-c4f5-5eb9-b89e-dcbb52e26ab9 with identifier: 6994139auction110929 to the API
2026-03-25 02:09:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994139>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '27070893-c4f5-5eb9-b89e-dcbb52e26ab9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994139',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 111867,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Superb 2.0 CRTDI 110KW DSG7 CLEVER',
'transmission': 'automatic',
'trim': 'SKODA 2.0 CRTDI 110KW DSG7 CLEVER',
'vin': None,
'year': 2022}
2026-03-25 02:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994139auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:04 [ecarstrade.be] INFO: Saving data for 6994139auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303783.519433, 'last_price_update_time': 1774404544.6507}
2026-03-25 02:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994139auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:06 [scrapy.extensions.logstats] INFO: Crawled 342 pages (at 34 pages/min), scraped 130 items (at 31 items/min)
2026-03-25 02:09:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 02:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994127> (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-25 02:09:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:07 [ecarstrade.be] INFO: Extracting details for car 6994127auction110929
2026-03-25 02:09:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0aa8a2bf-a860-5c83-90be-b14c1fe17c9e with identifier: 6994127auction110929
2026-03-25 02:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0aa8a2bf-a860-5c83-90be-b14c1fe17c9e with scrape type 2
2026-03-25 02:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0aa8a2bf-a860-5c83-90be-b14c1fe17c9e with scrape type 2
2026-03-25 02:09:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0aa8a2bf-a860-5c83-90be-b14c1fe17c9e, identifier: 6994127auction110929
2026-03-25 02:09:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0aa8a2bf-a860-5c83-90be-b14c1fe17c9e with identifier: 6994127auction110929
2026-03-25 02:09:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0aa8a2bf-a860-5c83-90be-b14c1fe17c9e with identifier: 6994127auction110929
2026-03-25 02:09:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0aa8a2bf-a860-5c83-90be-b14c1fe17c9e with identifier: 6994127auction110929 to the API
2026-03-25 02:09:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994127>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '0aa8a2bf-a860-5c83-90be-b14c1fe17c9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994127',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 59595,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA KAROQ 1.5 TSI 110KW CLEVER+',
'transmission': 'manual',
'trim': 'SKODA KAROQ 1.5 TSI 110KW CLEVER+',
'vin': None,
'year': 2022}
2026-03-25 02:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994127auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:07 [ecarstrade.be] INFO: Saving data for 6994127auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303804.65186, 'last_price_update_time': 1774404547.950856}
2026-03-25 02:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994127auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993962> (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-25 02:09:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:10 [ecarstrade.be] INFO: Extracting details for car 6993962auction110929
2026-03-25 02:09:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a80fd4ca-448a-57ab-b7f4-ea30e031b4af with identifier: 6993962auction110929
2026-03-25 02:09:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a80fd4ca-448a-57ab-b7f4-ea30e031b4af with scrape type 2
2026-03-25 02:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a80fd4ca-448a-57ab-b7f4-ea30e031b4af with scrape type 2
2026-03-25 02:09:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a80fd4ca-448a-57ab-b7f4-ea30e031b4af, identifier: 6993962auction110929
2026-03-25 02:09:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a80fd4ca-448a-57ab-b7f4-ea30e031b4af with identifier: 6993962auction110929
2026-03-25 02:09:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a80fd4ca-448a-57ab-b7f4-ea30e031b4af with identifier: 6993962auction110929
2026-03-25 02:09:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a80fd4ca-448a-57ab-b7f4-ea30e031b4af with identifier: 6993962auction110929 to the API
2026-03-25 02:09:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993962>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'a80fd4ca-448a-57ab-b7f4-ea30e031b4af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993962',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 138907,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 2.0iA sDrive20 OPF',
'transmission': 'automatic',
'trim': '2.0iA sDrive20 OPF',
'vin': None,
'year': 2020}
2026-03-25 02:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993962auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:10 [ecarstrade.be] INFO: Saving data for 6993962auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303813.385442, 'last_price_update_time': 1774404550.947569}
2026-03-25 02:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993962auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994131> (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-25 02:09:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:11 [ecarstrade.be] INFO: Extracting details for car 6994131auction110929
2026-03-25 02:09:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23dc63b7-47fb-5a40-af42-e223de4fe073 with identifier: 6994131auction110929
2026-03-25 02:09:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23dc63b7-47fb-5a40-af42-e223de4fe073 with scrape type 2
2026-03-25 02:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23dc63b7-47fb-5a40-af42-e223de4fe073 with scrape type 2
2026-03-25 02:09:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 23dc63b7-47fb-5a40-af42-e223de4fe073, identifier: 6994131auction110929
2026-03-25 02:09:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 23dc63b7-47fb-5a40-af42-e223de4fe073 with identifier: 6994131auction110929
2026-03-25 02:09:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 23dc63b7-47fb-5a40-af42-e223de4fe073 with identifier: 6994131auction110929
2026-03-25 02:09:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 23dc63b7-47fb-5a40-af42-e223de4fe073 with identifier: 6994131auction110929 to the API
2026-03-25 02:09:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994131>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '23dc63b7-47fb-5a40-af42-e223de4fe073',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994131',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 93274,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia 1.5 TSI MHEV 110KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': 'SKODA 1.5 TSI MHEV 110KW DSG7 CLEVER+',
'vin': None,
'year': 2022}
2026-03-25 02:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994131auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:11 [ecarstrade.be] INFO: Saving data for 6994131auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303758.724246, 'last_price_update_time': 1774404551.534922}
2026-03-25 02:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994131auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994029> (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-25 02:09:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:11 [ecarstrade.be] INFO: Extracting details for car 6994029auction110929
2026-03-25 02:09:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbf3cfaf-2ae7-519d-ac88-11e5bc5c64f3 with identifier: 6994029auction110929
2026-03-25 02:09:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbf3cfaf-2ae7-519d-ac88-11e5bc5c64f3 with scrape type 2
2026-03-25 02:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbf3cfaf-2ae7-519d-ac88-11e5bc5c64f3 with scrape type 2
2026-03-25 02:09:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbf3cfaf-2ae7-519d-ac88-11e5bc5c64f3, identifier: 6994029auction110929
2026-03-25 02:09:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbf3cfaf-2ae7-519d-ac88-11e5bc5c64f3 with identifier: 6994029auction110929
2026-03-25 02:09:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbf3cfaf-2ae7-519d-ac88-11e5bc5c64f3 with identifier: 6994029auction110929
2026-03-25 02:09:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbf3cfaf-2ae7-519d-ac88-11e5bc5c64f3 with identifier: 6994029auction110929 to the API
2026-03-25 02:09:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994029>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'fbf3cfaf-2ae7-519d-ac88-11e5bc5c64f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994029',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'B 180',
'odometer': 102353,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-CLASS 1.3 B 180 BUSINESS SOLUTION',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ B-CLASS 1.3 BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-25 02:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994029auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:12 [ecarstrade.be] INFO: Saving data for 6994029auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303760.206754, 'last_price_update_time': 1774404552.052844}
2026-03-25 02:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994029auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993958> (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-25 02:09:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:13 [ecarstrade.be] INFO: Extracting details for car 6993958auction110929
2026-03-25 02:09:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81321aea-d47a-535c-b2f8-5e0661f62d6e with identifier: 6993958auction110929
2026-03-25 02:09:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81321aea-d47a-535c-b2f8-5e0661f62d6e with scrape type 2
2026-03-25 02:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81321aea-d47a-535c-b2f8-5e0661f62d6e with scrape type 2
2026-03-25 02:09:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81321aea-d47a-535c-b2f8-5e0661f62d6e, identifier: 6993958auction110929
2026-03-25 02:09:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81321aea-d47a-535c-b2f8-5e0661f62d6e with identifier: 6993958auction110929
2026-03-25 02:09:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81321aea-d47a-535c-b2f8-5e0661f62d6e with identifier: 6993958auction110929
2026-03-25 02:09:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81321aea-d47a-535c-b2f8-5e0661f62d6e with identifier: 6993958auction110929 to the API
2026-03-25 02:09:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993958>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '81321aea-d47a-535c-b2f8-5e0661f62d6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993958',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 110571,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E (162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E (162KW)',
'vin': None,
'year': 2021}
2026-03-25 02:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993958auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:13 [ecarstrade.be] INFO: Saving data for 6993958auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303753.672102, 'last_price_update_time': 1774404553.626004}
2026-03-25 02:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993958auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993986> (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-25 02:09:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:14 [ecarstrade.be] INFO: Extracting details for car 6993986auction110929
2026-03-25 02:09:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63ccadfe-097e-50ab-9192-1cac6002ae02 with identifier: 6993986auction110929
2026-03-25 02:09:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63ccadfe-097e-50ab-9192-1cac6002ae02 with scrape type 2
2026-03-25 02:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63ccadfe-097e-50ab-9192-1cac6002ae02 with scrape type 2
2026-03-25 02:09:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63ccadfe-097e-50ab-9192-1cac6002ae02, identifier: 6993986auction110929
2026-03-25 02:09:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63ccadfe-097e-50ab-9192-1cac6002ae02 with identifier: 6993986auction110929
2026-03-25 02:09:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63ccadfe-097e-50ab-9192-1cac6002ae02 with identifier: 6993986auction110929
2026-03-25 02:09:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63ccadfe-097e-50ab-9192-1cac6002ae02 with identifier: 6993986auction110929 to the API
2026-03-25 02:09:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993986>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '63ccadfe-097e-50ab-9192-1cac6002ae02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993986',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'AC',
'model': 'Ford Mustang Mach-E',
'odometer': 151650,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-14',
'seats_number': 5,
'seller_name': None,
'title': 'FORD MUSTANG MACH-E BEV 99KWH 216KW EXTENDED RANGE RWD',
'transmission': 'automatic',
'trim': 'FORD MUSTANG MH-E BEV 99KWH 216KW EXTENDED RANGE RWD',
'vin': None,
'year': 2022}
2026-03-25 02:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993986auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:15 [ecarstrade.be] INFO: Saving data for 6993986auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303759.497305, 'last_price_update_time': 1774404555.255362}
2026-03-25 02:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993986auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993903> (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-25 02:09:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:15 [ecarstrade.be] INFO: Extracting details for car 6993903auction110929
2026-03-25 02:09:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 405b4abf-d134-5e19-906c-3c19f7935b86 with identifier: 6993903auction110929
2026-03-25 02:09:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 405b4abf-d134-5e19-906c-3c19f7935b86 with scrape type 2
2026-03-25 02:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 405b4abf-d134-5e19-906c-3c19f7935b86 with scrape type 2
2026-03-25 02:09:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 405b4abf-d134-5e19-906c-3c19f7935b86, identifier: 6993903auction110929
2026-03-25 02:09:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 405b4abf-d134-5e19-906c-3c19f7935b86 with identifier: 6993903auction110929
2026-03-25 02:09:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 405b4abf-d134-5e19-906c-3c19f7935b86 with identifier: 6993903auction110929
2026-03-25 02:09:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 405b4abf-d134-5e19-906c-3c19f7935b86 with identifier: 6993903auction110929 to the API
2026-03-25 02:09:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993903>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '405b4abf-d134-5e19-906c-3c19f7935b86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993903',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 89450,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S TRONIC SPORTB ATTRACTION',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 1.4 40 TFSI E S TRONIC SPORTB ATTRACTION',
'vin': None,
'year': 2023}
2026-03-25 02:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993903auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:15 [ecarstrade.be] INFO: Saving data for 6993903auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303745.580578, 'last_price_update_time': 1774404555.758275}
2026-03-25 02:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993903auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994128> (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-25 02:09:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:17 [ecarstrade.be] INFO: Extracting details for car 6994128auction110929
2026-03-25 02:09:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d3be11a-c14d-5050-ba69-53f6ce884350 with identifier: 6994128auction110929
2026-03-25 02:09:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d3be11a-c14d-5050-ba69-53f6ce884350 with scrape type 2
2026-03-25 02:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d3be11a-c14d-5050-ba69-53f6ce884350 with scrape type 2
2026-03-25 02:09:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5d3be11a-c14d-5050-ba69-53f6ce884350, identifier: 6994128auction110929
2026-03-25 02:09:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5d3be11a-c14d-5050-ba69-53f6ce884350 with identifier: 6994128auction110929
2026-03-25 02:09:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5d3be11a-c14d-5050-ba69-53f6ce884350 with identifier: 6994128auction110929
2026-03-25 02:09:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5d3be11a-c14d-5050-ba69-53f6ce884350 with identifier: 6994128auction110929 to the API
2026-03-25 02:09:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994128>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '5d3be11a-c14d-5050-ba69-53f6ce884350',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994128',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 168346,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-03',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA KODIAQ 2.0 CRTDI 110KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': 'SKODA KODIAQ 2.0 CRTDI 110KW DSG7 CLEVER+',
'vin': None,
'year': 2021}
2026-03-25 02:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994128auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:17 [ecarstrade.be] INFO: Saving data for 6994128auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303760.63409, 'last_price_update_time': 1774404557.812882}
2026-03-25 02:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994128auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994053> (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-25 02:09:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:18 [ecarstrade.be] INFO: Extracting details for car 6994053auction110929
2026-03-25 02:09:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e38ca557-c974-5033-bf96-0c65feb95009 with identifier: 6994053auction110929
2026-03-25 02:09:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e38ca557-c974-5033-bf96-0c65feb95009 with scrape type 2
2026-03-25 02:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e38ca557-c974-5033-bf96-0c65feb95009 with scrape type 2
2026-03-25 02:09:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e38ca557-c974-5033-bf96-0c65feb95009, identifier: 6994053auction110929
2026-03-25 02:09:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e38ca557-c974-5033-bf96-0c65feb95009 with identifier: 6994053auction110929
2026-03-25 02:09:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e38ca557-c974-5033-bf96-0c65feb95009 with identifier: 6994053auction110929
2026-03-25 02:09:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e38ca557-c974-5033-bf96-0c65feb95009 with identifier: 6994053auction110929 to the API
2026-03-25 02:09:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994053>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'e38ca557-c974-5033-bf96-0c65feb95009',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994053',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 157603,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-17',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 2.0 CLA 200 D BUSINESS SOLUTION '
'LIM DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA SHOOTING BRAKE 2.0 CLA 200 D BUSINESS SOLUTION LIM '
'DCT',
'vin': None,
'year': 2021}
2026-03-25 02:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994053auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:18 [ecarstrade.be] INFO: Saving data for 6994053auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303761.490097, 'last_price_update_time': 1774404558.719131}
2026-03-25 02:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994053auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994082> (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-25 02:09:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:18 [ecarstrade.be] INFO: Extracting details for car 6994082auction110929
2026-03-25 02:09:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85da08b5-858c-5b8d-b5ba-bcc5492ffaa1 with identifier: 6994082auction110929
2026-03-25 02:09:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85da08b5-858c-5b8d-b5ba-bcc5492ffaa1 with scrape type 2
2026-03-25 02:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85da08b5-858c-5b8d-b5ba-bcc5492ffaa1 with scrape type 2
2026-03-25 02:09:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85da08b5-858c-5b8d-b5ba-bcc5492ffaa1, identifier: 6994082auction110929
2026-03-25 02:09:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85da08b5-858c-5b8d-b5ba-bcc5492ffaa1 with identifier: 6994082auction110929
2026-03-25 02:09:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85da08b5-858c-5b8d-b5ba-bcc5492ffaa1 with identifier: 6994082auction110929
2026-03-25 02:09:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85da08b5-858c-5b8d-b5ba-bcc5492ffaa1 with identifier: 6994082auction110929 to the API
2026-03-25 02:09:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994082>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '85da08b5-858c-5b8d-b5ba-bcc5492ffaa1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994082',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'MAN',
'model': 'Mini Cooper SE Countryman',
'odometer': 64632,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'MINI COUNTRYMAN 1.5 COOPER S E 4WD AUTO',
'transmission': 'automatic',
'trim': 'MINI COUNTRY 1.5 COOPER S E 4WD AUTO',
'vin': None,
'year': 2021}
2026-03-25 02:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994082auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:19 [ecarstrade.be] INFO: Saving data for 6994082auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303814.2723, 'last_price_update_time': 1774404559.248816}
2026-03-25 02:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994082auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994051> (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-25 02:09:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:19 [ecarstrade.be] INFO: Extracting details for car 6994051auction110929
2026-03-25 02:09:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d74a64a0-79e1-50d5-ba08-295cf5afcf20 with identifier: 6994051auction110929
2026-03-25 02:09:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d74a64a0-79e1-50d5-ba08-295cf5afcf20 with scrape type 2
2026-03-25 02:09:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d74a64a0-79e1-50d5-ba08-295cf5afcf20 with scrape type 2
2026-03-25 02:09:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d74a64a0-79e1-50d5-ba08-295cf5afcf20, identifier: 6994051auction110929
2026-03-25 02:09:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d74a64a0-79e1-50d5-ba08-295cf5afcf20 with identifier: 6994051auction110929
2026-03-25 02:09:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d74a64a0-79e1-50d5-ba08-295cf5afcf20 with identifier: 6994051auction110929
2026-03-25 02:09:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d74a64a0-79e1-50d5-ba08-295cf5afcf20 with identifier: 6994051auction110929 to the API
2026-03-25 02:09:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994051>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'd74a64a0-79e1-50d5-ba08-295cf5afcf20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994051',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 134172,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-22',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 1.3 CLA 250 E DCT SHOOTING BRAKE',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA SHOOTING BRAKE 1.3 CLA 250 E DCT SHOOTING BRAKE',
'vin': None,
'year': 2021}
2026-03-25 02:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994051auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:20 [ecarstrade.be] INFO: Saving data for 6994051auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303757.322212, 'last_price_update_time': 1774404560.291229}
2026-03-25 02:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994051auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994038> (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-25 02:09:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:21 [ecarstrade.be] INFO: Extracting details for car 6994038auction110929
2026-03-25 02:09:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbe2517f-3915-5b35-a220-ae13496ddc0a with identifier: 6994038auction110929
2026-03-25 02:09:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbe2517f-3915-5b35-a220-ae13496ddc0a with scrape type 2
2026-03-25 02:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbe2517f-3915-5b35-a220-ae13496ddc0a with scrape type 2
2026-03-25 02:09:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dbe2517f-3915-5b35-a220-ae13496ddc0a, identifier: 6994038auction110929
2026-03-25 02:09:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dbe2517f-3915-5b35-a220-ae13496ddc0a with identifier: 6994038auction110929
2026-03-25 02:09:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dbe2517f-3915-5b35-a220-ae13496ddc0a with identifier: 6994038auction110929
2026-03-25 02:09:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dbe2517f-3915-5b35-a220-ae13496ddc0a with identifier: 6994038auction110929 to the API
2026-03-25 02:09:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994038>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'dbe2517f-3915-5b35-a220-ae13496ddc0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994038',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 189229,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ C-CLASS BERLINE 2.0 MHEV C 200 D AUTO BUSINESS LINE',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ C-CLASS BERLINE 2.0 MHEV D AUTO BUSINESS LINE',
'vin': None,
'year': 2022}
2026-03-25 02:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994038auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:21 [ecarstrade.be] INFO: Saving data for 6994038auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303762.432716, 'last_price_update_time': 1774404561.694894}
2026-03-25 02:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994038auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993920> (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-25 02:09:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:21 [ecarstrade.be] INFO: Extracting details for car 6993920auction110929
2026-03-25 02:09:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d844f119-e63a-53d0-8e7c-36b0fce9d92b with identifier: 6993920auction110929
2026-03-25 02:09:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d844f119-e63a-53d0-8e7c-36b0fce9d92b with scrape type 2
2026-03-25 02:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d844f119-e63a-53d0-8e7c-36b0fce9d92b with scrape type 2
2026-03-25 02:09:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d844f119-e63a-53d0-8e7c-36b0fce9d92b, identifier: 6993920auction110929
2026-03-25 02:09:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d844f119-e63a-53d0-8e7c-36b0fce9d92b with identifier: 6993920auction110929
2026-03-25 02:09:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d844f119-e63a-53d0-8e7c-36b0fce9d92b with identifier: 6993920auction110929
2026-03-25 02:09:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d844f119-e63a-53d0-8e7c-36b0fce9d92b with identifier: 6993920auction110929 to the API
2026-03-25 02:09:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993920>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd844f119-e63a-53d0-8e7c-36b0fce9d92b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993920',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A6',
'odometer': 191014,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A6 DIESEL - 2018 30 TDi Business Edition S tronic',
'transmission': 'automatic',
'trim': 'AUDI DIESEL - 2018 30 TDi Business Edition S tronic',
'vin': None,
'year': 2020}
2026-03-25 02:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993920auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:22 [ecarstrade.be] INFO: Saving data for 6993920auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303752.563128, 'last_price_update_time': 1774404562.185657}
2026-03-25 02:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993920auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994064> (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-25 02:09:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:22 [ecarstrade.be] INFO: Extracting details for car 6994064auction110929
2026-03-25 02:09:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d31c146-c2fa-5702-af5e-01fc8f8ce46c with identifier: 6994064auction110929
2026-03-25 02:09:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d31c146-c2fa-5702-af5e-01fc8f8ce46c with scrape type 2
2026-03-25 02:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d31c146-c2fa-5702-af5e-01fc8f8ce46c with scrape type 2
2026-03-25 02:09:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d31c146-c2fa-5702-af5e-01fc8f8ce46c, identifier: 6994064auction110929
2026-03-25 02:09:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d31c146-c2fa-5702-af5e-01fc8f8ce46c with identifier: 6994064auction110929
2026-03-25 02:09:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d31c146-c2fa-5702-af5e-01fc8f8ce46c with identifier: 6994064auction110929
2026-03-25 02:09:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d31c146-c2fa-5702-af5e-01fc8f8ce46c with identifier: 6994064auction110929 to the API
2026-03-25 02:09:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994064>
{'auction_title': '',
'c_o_2_emission_value': 213,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '6d31c146-c2fa-5702-af5e-01fc8f8ce46c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994064',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 57018,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-09',
'seats_number': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ Sprinter 314 2.1 BlueTEC A1 (EU6)',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ 314 2.1 BlueTEC A1 (EU6)',
'vin': None,
'year': 2018}
2026-03-25 02:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994064auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:22 [ecarstrade.be] INFO: Saving data for 6994064auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303748.282115, 'last_price_update_time': 1774404562.834573}
2026-03-25 02:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994064auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994135> (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-25 02:09:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:24 [ecarstrade.be] INFO: Extracting details for car 6994135auction110929
2026-03-25 02:09:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2869fa9-eb85-50cc-ab82-8c8ece00595a with identifier: 6994135auction110929
2026-03-25 02:09:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2869fa9-eb85-50cc-ab82-8c8ece00595a with scrape type 2
2026-03-25 02:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2869fa9-eb85-50cc-ab82-8c8ece00595a with scrape type 2
2026-03-25 02:09:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c2869fa9-eb85-50cc-ab82-8c8ece00595a, identifier: 6994135auction110929
2026-03-25 02:09:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c2869fa9-eb85-50cc-ab82-8c8ece00595a with identifier: 6994135auction110929
2026-03-25 02:09:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c2869fa9-eb85-50cc-ab82-8c8ece00595a with identifier: 6994135auction110929
2026-03-25 02:09:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c2869fa9-eb85-50cc-ab82-8c8ece00595a with identifier: 6994135auction110929 to the API
2026-03-25 02:09:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994135>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'c2869fa9-eb85-50cc-ab82-8c8ece00595a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994135',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 62021,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-23',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.0 TSI MHEV 81KW DSG CLEVER+',
'transmission': 'automatic',
'trim': 'SKODA OCTAVIA COMBI 1.0 TSI MHEV 81KW DSG CLEVER+',
'vin': None,
'year': 2023}
2026-03-25 02:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994135auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:24 [ecarstrade.be] INFO: Saving data for 6994135auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303746.896811, 'last_price_update_time': 1774404564.643845}
2026-03-25 02:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994135auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994163> (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-25 02:09:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:25 [ecarstrade.be] INFO: Extracting details for car 6994163auction110929
2026-03-25 02:09:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e259bbd6-94f6-5ca9-8878-c8322314d27f with identifier: 6994163auction110929
2026-03-25 02:09:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e259bbd6-94f6-5ca9-8878-c8322314d27f with scrape type 2
2026-03-25 02:09:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e259bbd6-94f6-5ca9-8878-c8322314d27f with scrape type 2
2026-03-25 02:09:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e259bbd6-94f6-5ca9-8878-c8322314d27f, identifier: 6994163auction110929
2026-03-25 02:09:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e259bbd6-94f6-5ca9-8878-c8322314d27f with identifier: 6994163auction110929
2026-03-25 02:09:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e259bbd6-94f6-5ca9-8878-c8322314d27f with identifier: 6994163auction110929
2026-03-25 02:09:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e259bbd6-94f6-5ca9-8878-c8322314d27f with identifier: 6994163auction110929 to the API
2026-03-25 02:09:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994163>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'e259bbd6-94f6-5ca9-8878-c8322314d27f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994163',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 93609,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT 1.4 TSI MSQ VARIANT GTE BUSINESS',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN PASSAT VARIANT 1.4 TSI MSQ VARIANT GTE BUSINESS',
'vin': None,
'year': 2022}
2026-03-25 02:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994163auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:25 [ecarstrade.be] INFO: Saving data for 6994163auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303779.66265, 'last_price_update_time': 1774404565.474209}
2026-03-25 02:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994163auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:25 [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-25 02:09:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:09:25 [ecarstrade.be] INFO: Found listing with ID: 6993953auction110929
2026-03-25 02:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993953auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:25 [ecarstrade.be] INFO: Scrape type for 6993953auction110929: 2
2026-03-25 02:09:25 [ecarstrade.be] INFO: Found listing with ID: 6994188auction110929
2026-03-25 02:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994188auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:25 [ecarstrade.be] INFO: Scrape type for 6994188auction110929: 2
2026-03-25 02:09:25 [ecarstrade.be] INFO: Found listing with ID: 6994067auction110929
2026-03-25 02:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994067auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6994067auction110929: 2
2026-03-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6994074auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994074auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6994074auction110929: 2
2026-03-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6993914auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993914auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6993914auction110929: 2
2026-03-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6994209auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994209auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6994209auction110929: 2
2026-03-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6994119auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994119auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6994119auction110929: 2
2026-03-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6993947auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993947auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6993947auction110929: 2
2026-03-25 02:09:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994185> (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-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6994048auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994048auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6994048auction110929: 2
2026-03-25 02:09:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6994159auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994159auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6994159auction110929: 2
2026-03-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6993909auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993909auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6993909auction110929: 2
2026-03-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6994079auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994079auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6994079auction110929: 2
2026-03-25 02:09:26 [ecarstrade.be] INFO: Extracting details for car 6994185auction110929
2026-03-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6994132auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994132auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6994132auction110929: 2
2026-03-25 02:09:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccdd75fd-dabb-5cf8-b941-f6579b5bcf64 with identifier: 6994185auction110929
2026-03-25 02:09:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccdd75fd-dabb-5cf8-b941-f6579b5bcf64 with scrape type 2
2026-03-25 02:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccdd75fd-dabb-5cf8-b941-f6579b5bcf64 with scrape type 2
2026-03-25 02:09:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ccdd75fd-dabb-5cf8-b941-f6579b5bcf64, identifier: 6994185auction110929
2026-03-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6994146auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994146auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6994146auction110929: 2
2026-03-25 02:09:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ccdd75fd-dabb-5cf8-b941-f6579b5bcf64 with identifier: 6994185auction110929
2026-03-25 02:09:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ccdd75fd-dabb-5cf8-b941-f6579b5bcf64 with identifier: 6994185auction110929
2026-03-25 02:09:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ccdd75fd-dabb-5cf8-b941-f6579b5bcf64 with identifier: 6994185auction110929 to the API
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994185>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO D',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ccdd75fd-dabb-5cf8-b941-f6579b5bcf64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994185',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 97378,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-14',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T2 INSCRIPTION AUTO',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T2 INSCRIPTION AUTO',
'vin': None,
'year': 2022}
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994185auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Saving data for 6994185auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303753.220755, 'last_price_update_time': 1774404566.725604}
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994185auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6993939auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993939auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6993939auction110929: 2
2026-03-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6994087auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994087auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6994087auction110929: 2
2026-03-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6993935auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993935auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6993935auction110929: 2
2026-03-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6994130auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994130auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6994130auction110929: 2
2026-03-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6993933auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993933auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6993933auction110929: 2
2026-03-25 02:09:26 [ecarstrade.be] INFO: Found listing with ID: 6994019auction110929
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994019auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:26 [ecarstrade.be] INFO: Scrape type for 6994019auction110929: 2
2026-03-25 02:09:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994136> (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-25 02:09:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:27 [ecarstrade.be] INFO: Extracting details for car 6994136auction110929
2026-03-25 02:09:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87c7460b-439b-5f27-be03-c1c61860fe6a with identifier: 6994136auction110929
2026-03-25 02:09:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87c7460b-439b-5f27-be03-c1c61860fe6a with scrape type 2
2026-03-25 02:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87c7460b-439b-5f27-be03-c1c61860fe6a with scrape type 2
2026-03-25 02:09:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 87c7460b-439b-5f27-be03-c1c61860fe6a, identifier: 6994136auction110929
2026-03-25 02:09:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 87c7460b-439b-5f27-be03-c1c61860fe6a with identifier: 6994136auction110929
2026-03-25 02:09:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 87c7460b-439b-5f27-be03-c1c61860fe6a with identifier: 6994136auction110929
2026-03-25 02:09:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 87c7460b-439b-5f27-be03-c1c61860fe6a with identifier: 6994136auction110929 to the API
2026-03-25 02:09:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994136>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '87c7460b-439b-5f27-be03-c1c61860fe6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994136',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 74135,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.5 TSI ACT 110KW DSG7 STYLE',
'transmission': 'automatic',
'trim': 'SKODA OCTAVIA COMBI 1.5 TSI ACT 110KW DSG7 STYLE',
'vin': None,
'year': 2021}
2026-03-25 02:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994136auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:28 [ecarstrade.be] INFO: Saving data for 6994136auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303746.336987, 'last_price_update_time': 1774404568.257565}
2026-03-25 02:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994136auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994200> (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-25 02:09:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:28 [ecarstrade.be] INFO: Extracting details for car 6994200auction110929
2026-03-25 02:09:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5adab7e5-8296-5dbd-beff-60ebe2edc5e9 with identifier: 6994200auction110929
2026-03-25 02:09:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5adab7e5-8296-5dbd-beff-60ebe2edc5e9 with scrape type 2
2026-03-25 02:09:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5adab7e5-8296-5dbd-beff-60ebe2edc5e9 with scrape type 2
2026-03-25 02:09:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5adab7e5-8296-5dbd-beff-60ebe2edc5e9, identifier: 6994200auction110929
2026-03-25 02:09:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5adab7e5-8296-5dbd-beff-60ebe2edc5e9 with identifier: 6994200auction110929
2026-03-25 02:09:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5adab7e5-8296-5dbd-beff-60ebe2edc5e9 with identifier: 6994200auction110929
2026-03-25 02:09:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5adab7e5-8296-5dbd-beff-60ebe2edc5e9 with identifier: 6994200auction110929 to the API
2026-03-25 02:09:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994200>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5adab7e5-8296-5dbd-beff-60ebe2edc5e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994200',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 132687,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 RECHARGE GEARTRONIC R-DESIGN',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T4 RECHARGE GEARTRONIC R-DESIGN',
'vin': None,
'year': 2021}
2026-03-25 02:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994200auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:28 [ecarstrade.be] INFO: Saving data for 6994200auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303719.998697, 'last_price_update_time': 1774404568.741835}
2026-03-25 02:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994200auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994060> (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-25 02:09:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994147> (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-25 02:09:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:28 [ecarstrade.be] INFO: Extracting details for car 6994060auction110929
2026-03-25 02:09:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 050f524e-c75d-58f6-bf42-5f7ffb8ff621 with identifier: 6994060auction110929
2026-03-25 02:09:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 050f524e-c75d-58f6-bf42-5f7ffb8ff621 with scrape type 2
2026-03-25 02:09:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 050f524e-c75d-58f6-bf42-5f7ffb8ff621 with scrape type 2
2026-03-25 02:09:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 050f524e-c75d-58f6-bf42-5f7ffb8ff621, identifier: 6994060auction110929
2026-03-25 02:09:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 050f524e-c75d-58f6-bf42-5f7ffb8ff621 with identifier: 6994060auction110929
2026-03-25 02:09:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 050f524e-c75d-58f6-bf42-5f7ffb8ff621 with identifier: 6994060auction110929
2026-03-25 02:09:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 050f524e-c75d-58f6-bf42-5f7ffb8ff621 with identifier: 6994060auction110929 to the API
2026-03-25 02:09:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994060>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '050f524e-c75d-58f6-bf42-5f7ffb8ff621',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994060',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 118853,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-03',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQA BEV 67KWH EQA 250 BUSINESS SOLUTION LUX',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ BEV 67KWH 250 BUSINESS SOLUTION LUX',
'vin': None,
'year': 2021}
2026-03-25 02:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994060auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:29 [ecarstrade.be] INFO: Saving data for 6994060auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303717.52517, 'last_price_update_time': 1774404569.240276}
2026-03-25 02:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994060auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:29 [ecarstrade.be] INFO: Extracting details for car 6994147auction110929
2026-03-25 02:09:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16e51ad5-e531-5e6a-a885-66bc4e205f7f with identifier: 6994147auction110929
2026-03-25 02:09:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16e51ad5-e531-5e6a-a885-66bc4e205f7f with scrape type 2
2026-03-25 02:09:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16e51ad5-e531-5e6a-a885-66bc4e205f7f with scrape type 2
2026-03-25 02:09:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16e51ad5-e531-5e6a-a885-66bc4e205f7f, identifier: 6994147auction110929
2026-03-25 02:09:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16e51ad5-e531-5e6a-a885-66bc4e205f7f with identifier: 6994147auction110929
2026-03-25 02:09:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16e51ad5-e531-5e6a-a885-66bc4e205f7f with identifier: 6994147auction110929
2026-03-25 02:09:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16e51ad5-e531-5e6a-a885-66bc4e205f7f with identifier: 6994147auction110929 to the API
2026-03-25 02:09:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994147>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '16e51ad5-e531-5e6a-a885-66bc4e205f7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994147',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 137528,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-24',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN CRAFTER 50A FOURGON LWB HR DSL 2.0 TDI',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN CRAFTER 50A FOURGON LWB HR DSL 2.0 TDI',
'vin': None,
'year': 2020}
2026-03-25 02:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994147auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:29 [ecarstrade.be] INFO: Saving data for 6994147auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303716.312627, 'last_price_update_time': 1774404569.61979}
2026-03-25 02:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994147auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993917> (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-25 02:09:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993940> (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-25 02:09:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:31 [ecarstrade.be] INFO: Extracting details for car 6993917auction110929
2026-03-25 02:09:31 [ecarstrade.be] INFO: Extracting details for car 6993940auction110929
2026-03-25 02:09:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed173c22-e184-5b1c-9973-d7a52b28b54d with identifier: 6993917auction110929
2026-03-25 02:09:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed173c22-e184-5b1c-9973-d7a52b28b54d with scrape type 2
2026-03-25 02:09:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed173c22-e184-5b1c-9973-d7a52b28b54d with scrape type 2
2026-03-25 02:09:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ed173c22-e184-5b1c-9973-d7a52b28b54d, identifier: 6993917auction110929
2026-03-25 02:09:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23d155c0-5eeb-5235-a34c-a5dbf533482d with identifier: 6993940auction110929
2026-03-25 02:09:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23d155c0-5eeb-5235-a34c-a5dbf533482d with scrape type 2
2026-03-25 02:09:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23d155c0-5eeb-5235-a34c-a5dbf533482d with scrape type 2
2026-03-25 02:09:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 23d155c0-5eeb-5235-a34c-a5dbf533482d, identifier: 6993940auction110929
2026-03-25 02:09:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ed173c22-e184-5b1c-9973-d7a52b28b54d with identifier: 6993917auction110929
2026-03-25 02:09:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ed173c22-e184-5b1c-9973-d7a52b28b54d with identifier: 6993917auction110929
2026-03-25 02:09:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ed173c22-e184-5b1c-9973-d7a52b28b54d with identifier: 6993917auction110929 to the API
2026-03-25 02:09:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993917>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ed173c22-e184-5b1c-9973-d7a52b28b54d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993917',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A5',
'odometer': 64402,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-10',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK 2.0 35 TFSI S TRONIC BUS. ED. ATTRACTION',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 2.0 35 TFSI S TRONIC BUS. ED. ATTRACTION',
'vin': None,
'year': 2022}
2026-03-25 02:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993917auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:31 [ecarstrade.be] INFO: Saving data for 6993917auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303719.657818, 'last_price_update_time': 1774404571.837206}
2026-03-25 02:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993917auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 23d155c0-5eeb-5235-a34c-a5dbf533482d with identifier: 6993940auction110929
2026-03-25 02:09:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 23d155c0-5eeb-5235-a34c-a5dbf533482d with identifier: 6993940auction110929
2026-03-25 02:09:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 23d155c0-5eeb-5235-a34c-a5dbf533482d with identifier: 6993940auction110929 to the API
2026-03-25 02:09:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993940>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '23d155c0-5eeb-5235-a34c-a5dbf533482d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993940',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 148286,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-26',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 320D (140KW) XDRIVE 4WD TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 D (140KW) XDRIVE 4WD TOURING',
'vin': None,
'year': 2022}
2026-03-25 02:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993940auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:32 [ecarstrade.be] INFO: Saving data for 6993940auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303717.106026, 'last_price_update_time': 1774404572.125084}
2026-03-25 02:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993940auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994161> (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-25 02:09:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:32 [ecarstrade.be] INFO: Extracting details for car 6994161auction110929
2026-03-25 02:09:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a546476-b32d-5034-ae18-29c0e54845ae with identifier: 6994161auction110929
2026-03-25 02:09:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a546476-b32d-5034-ae18-29c0e54845ae with scrape type 2
2026-03-25 02:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a546476-b32d-5034-ae18-29c0e54845ae with scrape type 2
2026-03-25 02:09:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2a546476-b32d-5034-ae18-29c0e54845ae, identifier: 6994161auction110929
2026-03-25 02:09:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2a546476-b32d-5034-ae18-29c0e54845ae with identifier: 6994161auction110929
2026-03-25 02:09:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2a546476-b32d-5034-ae18-29c0e54845ae with identifier: 6994161auction110929
2026-03-25 02:09:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2a546476-b32d-5034-ae18-29c0e54845ae with identifier: 6994161auction110929 to the API
2026-03-25 02:09:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994161>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '2a546476-b32d-5034-ae18-29c0e54845ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994161',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 44418,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT 1.5 TSI ELEGANCE BUSINESS',
'transmission': 'manual',
'trim': 'VOLKSWAGEN PASSAT 1.5 TSI ELEGANCE BUSINESS',
'vin': None,
'year': 2022}
2026-03-25 02:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994161auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:33 [ecarstrade.be] INFO: Saving data for 6994161auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303719.321349, 'last_price_update_time': 1774404573.291752}
2026-03-25 02:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994161auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994117> (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-25 02:09:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:34 [ecarstrade.be] INFO: Extracting details for car 6994117auction110929
2026-03-25 02:09:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dea5ff0-e9f8-5a93-be3c-990cf766bd1f with identifier: 6994117auction110929
2026-03-25 02:09:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dea5ff0-e9f8-5a93-be3c-990cf766bd1f with scrape type 2
2026-03-25 02:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dea5ff0-e9f8-5a93-be3c-990cf766bd1f with scrape type 2
2026-03-25 02:09:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4dea5ff0-e9f8-5a93-be3c-990cf766bd1f, identifier: 6994117auction110929
2026-03-25 02:09:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4dea5ff0-e9f8-5a93-be3c-990cf766bd1f with identifier: 6994117auction110929
2026-03-25 02:09:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4dea5ff0-e9f8-5a93-be3c-990cf766bd1f with identifier: 6994117auction110929
2026-03-25 02:09:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4dea5ff0-e9f8-5a93-be3c-990cf766bd1f with identifier: 6994117auction110929 to the API
2026-03-25 02:09:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994117>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '4dea5ff0-e9f8-5a93-be3c-990cf766bd1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994117',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Polestar',
'model': '2',
'odometer': 89361,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-20',
'seats_number': 5,
'seller_name': None,
'title': 'POLESTAR 2 78KWH AUTO 4WD PILOT PLUS',
'transmission': 'automatic',
'trim': 'POLESTAR 78KWH AUTO 4WD PILOT PLUS',
'vin': None,
'year': 2021}
2026-03-25 02:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994117auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:34 [ecarstrade.be] INFO: Saving data for 6994117auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303713.585554, 'last_price_update_time': 1774404574.845329}
2026-03-25 02:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994117auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:35 [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-25 02:09:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6994106auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994106auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6994106auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6993977auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993977auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6993977auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6994016auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994016auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6994016auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6994141auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994141auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6994141auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6993934auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993934auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6993934auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6994014auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994014auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6994014auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6994059auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994059auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6994059auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6993950auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993950auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6993950auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6994056auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994056auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6994056auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6994093auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994093auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6994093auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6994166auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994166auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6994166auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6994103auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994103auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6994103auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6994011auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994011auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6994011auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6993904auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993904auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6993904auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6994083auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994083auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6994083auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6994111auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994111auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6994111auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6994124auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994124auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:35 [ecarstrade.be] INFO: Scrape type for 6994124auction110929: 2
2026-03-25 02:09:35 [ecarstrade.be] INFO: Found listing with ID: 6994108auction110929
2026-03-25 02:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994108auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:36 [ecarstrade.be] INFO: Scrape type for 6994108auction110929: 2
2026-03-25 02:09:36 [ecarstrade.be] INFO: Found listing with ID: 6993994auction110929
2026-03-25 02:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993994auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:36 [ecarstrade.be] INFO: Scrape type for 6993994auction110929: 2
2026-03-25 02:09:36 [ecarstrade.be] INFO: Found listing with ID: 6993997auction110929
2026-03-25 02:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993997auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:36 [ecarstrade.be] INFO: Scrape type for 6993997auction110929: 2
2026-03-25 02:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994067> (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-25 02:09:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:39 [ecarstrade.be] INFO: Extracting details for car 6994067auction110929
2026-03-25 02:09:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a75040c4-580d-577d-8bf6-bab88d015e74 with identifier: 6994067auction110929
2026-03-25 02:09:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a75040c4-580d-577d-8bf6-bab88d015e74 with scrape type 2
2026-03-25 02:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a75040c4-580d-577d-8bf6-bab88d015e74 with scrape type 2
2026-03-25 02:09:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a75040c4-580d-577d-8bf6-bab88d015e74, identifier: 6994067auction110929
2026-03-25 02:09:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a75040c4-580d-577d-8bf6-bab88d015e74 with identifier: 6994067auction110929
2026-03-25 02:09:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a75040c4-580d-577d-8bf6-bab88d015e74 with identifier: 6994067auction110929
2026-03-25 02:09:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a75040c4-580d-577d-8bf6-bab88d015e74 with identifier: 6994067auction110929 to the API
2026-03-25 02:09:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994067>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.1L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'a75040c4-580d-577d-8bf6-bab88d015e74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994067',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 97532,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-27',
'seats_number': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 300 FOU LWB DSL - 201 314 2.1 CDI L3H2 RWD '
'Functional',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ SPRINTER 300 FOU LWB DSL - 201 314 2.1 CDI L3H2 RWD '
'Functional',
'vin': None,
'year': 2020}
2026-03-25 02:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994067auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:39 [ecarstrade.be] INFO: Saving data for 6994067auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303781.042683, 'last_price_update_time': 1774404579.536243}
2026-03-25 02:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994067auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994168> (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-25 02:09:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:39 [ecarstrade.be] INFO: Extracting details for car 6994168auction110929
2026-03-25 02:09:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 456ada21-26c0-55e6-8fea-d815d640d5f1 with identifier: 6994168auction110929
2026-03-25 02:09:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 456ada21-26c0-55e6-8fea-d815d640d5f1 with scrape type 2
2026-03-25 02:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 456ada21-26c0-55e6-8fea-d815d640d5f1 with scrape type 2
2026-03-25 02:09:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 456ada21-26c0-55e6-8fea-d815d640d5f1, identifier: 6994168auction110929
2026-03-25 02:09:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 456ada21-26c0-55e6-8fea-d815d640d5f1 with identifier: 6994168auction110929
2026-03-25 02:09:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 456ada21-26c0-55e6-8fea-d815d640d5f1 with identifier: 6994168auction110929
2026-03-25 02:09:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 456ada21-26c0-55e6-8fea-d815d640d5f1 with identifier: 6994168auction110929 to the API
2026-03-25 02:09:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994168>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '456ada21-26c0-55e6-8fea-d815d640d5f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994168',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 24936,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI LIFE BUSINESS DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN POLO 1.0 TSI LIFE BUSINESS DSG',
'vin': None,
'year': 2024}
2026-03-25 02:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994168auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:40 [ecarstrade.be] INFO: Saving data for 6994168auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303714.062399, 'last_price_update_time': 1774404580.124202}
2026-03-25 02:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994168auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994188> (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-25 02:09:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:40 [ecarstrade.be] INFO: Extracting details for car 6994188auction110929
2026-03-25 02:09:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ceb4c5d-f5c2-5a77-8ec9-6afe76425795 with identifier: 6994188auction110929
2026-03-25 02:09:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ceb4c5d-f5c2-5a77-8ec9-6afe76425795 with scrape type 2
2026-03-25 02:09:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ceb4c5d-f5c2-5a77-8ec9-6afe76425795 with scrape type 2
2026-03-25 02:09:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ceb4c5d-f5c2-5a77-8ec9-6afe76425795, identifier: 6994188auction110929
2026-03-25 02:09:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ceb4c5d-f5c2-5a77-8ec9-6afe76425795 with identifier: 6994188auction110929
2026-03-25 02:09:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ceb4c5d-f5c2-5a77-8ec9-6afe76425795 with identifier: 6994188auction110929
2026-03-25 02:09:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ceb4c5d-f5c2-5a77-8ec9-6afe76425795 with identifier: 6994188auction110929 to the API
2026-03-25 02:09:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994188>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '1ceb4c5d-f5c2-5a77-8ec9-6afe76425795',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994188',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 105463,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-28',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T2 MOMENTUM PRO',
'transmission': 'manual',
'trim': 'VOLVO 1.5 T2 MOMENTUM PRO',
'vin': None,
'year': 2022}
2026-03-25 02:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994188auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:40 [ecarstrade.be] INFO: Saving data for 6994188auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303782.290434, 'last_price_update_time': 1774404580.618578}
2026-03-25 02:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994188auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993947> (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-25 02:09:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:41 [ecarstrade.be] INFO: Extracting details for car 6993947auction110929
2026-03-25 02:09:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 447cb386-97e7-5c16-8931-66fc58c9ad2b with identifier: 6993947auction110929
2026-03-25 02:09:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 447cb386-97e7-5c16-8931-66fc58c9ad2b with scrape type 2
2026-03-25 02:09:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 447cb386-97e7-5c16-8931-66fc58c9ad2b with scrape type 2
2026-03-25 02:09:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 447cb386-97e7-5c16-8931-66fc58c9ad2b, identifier: 6993947auction110929
2026-03-25 02:09:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 447cb386-97e7-5c16-8931-66fc58c9ad2b with identifier: 6993947auction110929
2026-03-25 02:09:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 447cb386-97e7-5c16-8931-66fc58c9ad2b with identifier: 6993947auction110929
2026-03-25 02:09:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 447cb386-97e7-5c16-8931-66fc58c9ad2b with identifier: 6993947auction110929 to the API
2026-03-25 02:09:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993947>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '447cb386-97e7-5c16-8931-66fc58c9ad2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993947',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 79579,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-25 02:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993947auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:41 [ecarstrade.be] INFO: Saving data for 6993947auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303799.559059, 'last_price_update_time': 1774404581.989193}
2026-03-25 02:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993947auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994019> (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-25 02:09:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:42 [ecarstrade.be] INFO: Extracting details for car 6994019auction110929
2026-03-25 02:09:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 054af771-82c6-5881-aeb9-0b1bb4161086 with identifier: 6994019auction110929
2026-03-25 02:09:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 054af771-82c6-5881-aeb9-0b1bb4161086 with scrape type 2
2026-03-25 02:09:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 054af771-82c6-5881-aeb9-0b1bb4161086 with scrape type 2
2026-03-25 02:09:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 054af771-82c6-5881-aeb9-0b1bb4161086, identifier: 6994019auction110929
2026-03-25 02:09:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 054af771-82c6-5881-aeb9-0b1bb4161086 with identifier: 6994019auction110929
2026-03-25 02:09:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 054af771-82c6-5881-aeb9-0b1bb4161086 with identifier: 6994019auction110929
2026-03-25 02:09:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 054af771-82c6-5881-aeb9-0b1bb4161086 with identifier: 6994019auction110929 to the API
2026-03-25 02:09:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994019>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '054af771-82c6-5881-aeb9-0b1bb4161086',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994019',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A 250',
'odometer': 166750,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-Klasse 1.3 A 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-Klasse 1.3 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2021}
2026-03-25 02:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994019auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:42 [ecarstrade.be] INFO: Saving data for 6994019auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303815.565115, 'last_price_update_time': 1774404582.519089}
2026-03-25 02:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994019auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993933> (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-25 02:09:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:46 [ecarstrade.be] INFO: Extracting details for car 6993933auction110929
2026-03-25 02:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9e4578b-e424-5ee0-8299-a4172b19d3a4 with identifier: 6993933auction110929
2026-03-25 02:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9e4578b-e424-5ee0-8299-a4172b19d3a4 with scrape type 2
2026-03-25 02:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9e4578b-e424-5ee0-8299-a4172b19d3a4 with scrape type 2
2026-03-25 02:09:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f9e4578b-e424-5ee0-8299-a4172b19d3a4, identifier: 6993933auction110929
2026-03-25 02:09:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f9e4578b-e424-5ee0-8299-a4172b19d3a4 with identifier: 6993933auction110929
2026-03-25 02:09:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f9e4578b-e424-5ee0-8299-a4172b19d3a4 with identifier: 6993933auction110929
2026-03-25 02:09:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f9e4578b-e424-5ee0-8299-a4172b19d3a4 with identifier: 6993933auction110929 to the API
2026-03-25 02:09:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993933>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'f9e4578b-e424-5ee0-8299-a4172b19d3a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993933',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 60762,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-18',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116D (85KW)',
'transmission': 'manual',
'trim': '1 SERIES HATCH 1.5 D (85KW)',
'vin': None,
'year': 2022}
2026-03-25 02:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993933auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:46 [ecarstrade.be] INFO: Saving data for 6993933auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303816.095922, 'last_price_update_time': 1774404586.574581}
2026-03-25 02:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993933auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994130> (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-25 02:09:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:46 [ecarstrade.be] INFO: Extracting details for car 6994130auction110929
2026-03-25 02:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57eba4af-b0a7-5d0c-bcc8-47dee8f5a46a with identifier: 6994130auction110929
2026-03-25 02:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57eba4af-b0a7-5d0c-bcc8-47dee8f5a46a with scrape type 2
2026-03-25 02:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57eba4af-b0a7-5d0c-bcc8-47dee8f5a46a with scrape type 2
2026-03-25 02:09:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 57eba4af-b0a7-5d0c-bcc8-47dee8f5a46a, identifier: 6994130auction110929
2026-03-25 02:09:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 57eba4af-b0a7-5d0c-bcc8-47dee8f5a46a with identifier: 6994130auction110929
2026-03-25 02:09:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 57eba4af-b0a7-5d0c-bcc8-47dee8f5a46a with identifier: 6994130auction110929
2026-03-25 02:09:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 57eba4af-b0a7-5d0c-bcc8-47dee8f5a46a with identifier: 6994130auction110929 to the API
2026-03-25 02:09:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994130>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '57eba4af-b0a7-5d0c-bcc8-47dee8f5a46a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994130',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 135515,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-18',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia 1.5 TSI ACT 110KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': 'SKODA 1.5 TSI ACT 110KW DSG7 CLEVER+',
'vin': None,
'year': 2021}
2026-03-25 02:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994130auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:47 [ecarstrade.be] INFO: Saving data for 6994130auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303816.450015, 'last_price_update_time': 1774404587.260169}
2026-03-25 02:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994130auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993935> (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-25 02:09:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:47 [ecarstrade.be] INFO: Extracting details for car 6993935auction110929
2026-03-25 02:09:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89ef1ef2-5048-56d7-ad7f-b48797586207 with identifier: 6993935auction110929
2026-03-25 02:09:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89ef1ef2-5048-56d7-ad7f-b48797586207 with scrape type 2
2026-03-25 02:09:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89ef1ef2-5048-56d7-ad7f-b48797586207 with scrape type 2
2026-03-25 02:09:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 89ef1ef2-5048-56d7-ad7f-b48797586207, identifier: 6993935auction110929
2026-03-25 02:09:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 89ef1ef2-5048-56d7-ad7f-b48797586207 with identifier: 6993935auction110929
2026-03-25 02:09:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 89ef1ef2-5048-56d7-ad7f-b48797586207 with identifier: 6993935auction110929
2026-03-25 02:09:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 89ef1ef2-5048-56d7-ad7f-b48797586207 with identifier: 6993935auction110929 to the API
2026-03-25 02:09:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993935>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '89ef1ef2-5048-56d7-ad7f-b48797586207',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993935',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 161246,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 DIESEL - 2019 320 d AdBlue',
'transmission': 'manual',
'trim': '3 DIESEL - 2019 d AdBlue',
'vin': None,
'year': 2019}
2026-03-25 02:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993935auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:47 [ecarstrade.be] INFO: Saving data for 6993935auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303817.510224, 'last_price_update_time': 1774404587.770399}
2026-03-25 02:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993935auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993939> (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-25 02:09:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:49 [ecarstrade.be] INFO: Extracting details for car 6993939auction110929
2026-03-25 02:09:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0911c9b2-f96c-51bd-aec1-f0c80e244ce8 with identifier: 6993939auction110929
2026-03-25 02:09:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0911c9b2-f96c-51bd-aec1-f0c80e244ce8 with scrape type 2
2026-03-25 02:09:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0911c9b2-f96c-51bd-aec1-f0c80e244ce8 with scrape type 2
2026-03-25 02:09:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0911c9b2-f96c-51bd-aec1-f0c80e244ce8, identifier: 6993939auction110929
2026-03-25 02:09:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0911c9b2-f96c-51bd-aec1-f0c80e244ce8 with identifier: 6993939auction110929
2026-03-25 02:09:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0911c9b2-f96c-51bd-aec1-f0c80e244ce8 with identifier: 6993939auction110929
2026-03-25 02:09:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0911c9b2-f96c-51bd-aec1-f0c80e244ce8 with identifier: 6993939auction110929 to the API
2026-03-25 02:09:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993939>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '0911c9b2-f96c-51bd-aec1-f0c80e244ce8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993939',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '318',
'odometer': 97558,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-27',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 318I (115KW) TOURING',
'transmission': 'manual',
'trim': '3 SERIES TOURING 2.0 I (115KW) TOURING',
'vin': None,
'year': 2022}
2026-03-25 02:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993939auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:49 [ecarstrade.be] INFO: Saving data for 6993939auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303801.357414, 'last_price_update_time': 1774404589.70748}
2026-03-25 02:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993939auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993953> (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-25 02:09:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:50 [ecarstrade.be] INFO: Extracting details for car 6993953auction110929
2026-03-25 02:09:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa73d63a-8e86-5802-ad4b-0a9bb062e746 with identifier: 6993953auction110929
2026-03-25 02:09:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa73d63a-8e86-5802-ad4b-0a9bb062e746 with scrape type 2
2026-03-25 02:09:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa73d63a-8e86-5802-ad4b-0a9bb062e746 with scrape type 2
2026-03-25 02:09:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa73d63a-8e86-5802-ad4b-0a9bb062e746, identifier: 6993953auction110929
2026-03-25 02:09:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa73d63a-8e86-5802-ad4b-0a9bb062e746 with identifier: 6993953auction110929
2026-03-25 02:09:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa73d63a-8e86-5802-ad4b-0a9bb062e746 with identifier: 6993953auction110929
2026-03-25 02:09:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa73d63a-8e86-5802-ad4b-0a9bb062e746 with identifier: 6993953auction110929 to the API
2026-03-25 02:09:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993953>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'fa73d63a-8e86-5802-ad4b-0a9bb062e746',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993953',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 104044,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE18IA (100KW)',
'transmission': 'automatic',
'trim': '1.5 SDRIVE18IA (100KW)',
'vin': None,
'year': 2022}
2026-03-25 02:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993953auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:50 [ecarstrade.be] INFO: Saving data for 6993953auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303812.799926, 'last_price_update_time': 1774404590.568493}
2026-03-25 02:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993953auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994132> (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-25 02:09:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994146> (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-25 02:09:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:53 [ecarstrade.be] INFO: Extracting details for car 6994132auction110929
2026-03-25 02:09:53 [ecarstrade.be] INFO: Extracting details for car 6994146auction110929
2026-03-25 02:09:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22fe88d5-7760-54bb-ad24-456c9100d405 with identifier: 6994132auction110929
2026-03-25 02:09:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22fe88d5-7760-54bb-ad24-456c9100d405 with scrape type 2
2026-03-25 02:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22fe88d5-7760-54bb-ad24-456c9100d405 with scrape type 2
2026-03-25 02:09:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 22fe88d5-7760-54bb-ad24-456c9100d405, identifier: 6994132auction110929
2026-03-25 02:09:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8156e508-9861-55e0-a40c-be85708f8609 with identifier: 6994146auction110929
2026-03-25 02:09:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8156e508-9861-55e0-a40c-be85708f8609 with scrape type 2
2026-03-25 02:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8156e508-9861-55e0-a40c-be85708f8609 with scrape type 2
2026-03-25 02:09:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8156e508-9861-55e0-a40c-be85708f8609, identifier: 6994146auction110929
2026-03-25 02:09:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 22fe88d5-7760-54bb-ad24-456c9100d405 with identifier: 6994132auction110929
2026-03-25 02:09:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 22fe88d5-7760-54bb-ad24-456c9100d405 with identifier: 6994132auction110929
2026-03-25 02:09:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 22fe88d5-7760-54bb-ad24-456c9100d405 with identifier: 6994132auction110929 to the API
2026-03-25 02:09:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994132>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '22fe88d5-7760-54bb-ad24-456c9100d405',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994132',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 90384,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-19',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.0 TSI 81KW CLEVER',
'transmission': 'manual',
'trim': 'SKODA OCTAVIA COMBI 1.0 TSI 81KW CLEVER',
'vin': None,
'year': 2022}
2026-03-25 02:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994132auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:53 [ecarstrade.be] INFO: Saving data for 6994132auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303801.852768, 'last_price_update_time': 1774404593.857107}
2026-03-25 02:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994132auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8156e508-9861-55e0-a40c-be85708f8609 with identifier: 6994146auction110929
2026-03-25 02:09:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8156e508-9861-55e0-a40c-be85708f8609 with identifier: 6994146auction110929
2026-03-25 02:09:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8156e508-9861-55e0-a40c-be85708f8609 with identifier: 6994146auction110929 to the API
2026-03-25 02:09:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994146>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '8156e508-9861-55e0-a40c-be85708f8609',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994146',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 238611,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-14',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN CRAFTER 35 FOURGON MWB HR DSL 2.0 CR TDi L3H3 4Motion '
'Automatic-8',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN CRAFTER 35 FOURGON MWB HR DSL 2.0 CR TDi L3H3 4Motion '
'Automatic-8',
'vin': None,
'year': 2020}
2026-03-25 02:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994146auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:54 [ecarstrade.be] INFO: Saving data for 6994146auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303818.343507, 'last_price_update_time': 1774404594.135872}
2026-03-25 02:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994146auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994087> (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-25 02:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994079> (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-25 02:09:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:54 [ecarstrade.be] INFO: Extracting details for car 6994087auction110929
2026-03-25 02:09:54 [ecarstrade.be] INFO: Extracting details for car 6994079auction110929
2026-03-25 02:09:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5e7e53f-d0b1-5667-ad1e-b108fe22a3c5 with identifier: 6994087auction110929
2026-03-25 02:09:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5e7e53f-d0b1-5667-ad1e-b108fe22a3c5 with scrape type 2
2026-03-25 02:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5e7e53f-d0b1-5667-ad1e-b108fe22a3c5 with scrape type 2
2026-03-25 02:09:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f5e7e53f-d0b1-5667-ad1e-b108fe22a3c5, identifier: 6994087auction110929
2026-03-25 02:09:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97cb0db2-2c7c-50ee-ad41-3fbbb99db747 with identifier: 6994079auction110929
2026-03-25 02:09:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97cb0db2-2c7c-50ee-ad41-3fbbb99db747 with scrape type 2
2026-03-25 02:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97cb0db2-2c7c-50ee-ad41-3fbbb99db747 with scrape type 2
2026-03-25 02:09:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97cb0db2-2c7c-50ee-ad41-3fbbb99db747, identifier: 6994079auction110929
2026-03-25 02:09:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f5e7e53f-d0b1-5667-ad1e-b108fe22a3c5 with identifier: 6994087auction110929
2026-03-25 02:09:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f5e7e53f-d0b1-5667-ad1e-b108fe22a3c5 with identifier: 6994087auction110929
2026-03-25 02:09:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f5e7e53f-d0b1-5667-ad1e-b108fe22a3c5 with identifier: 6994087auction110929 to the API
2026-03-25 02:09:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994087>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': 'f5e7e53f-d0b1-5667-ad1e-b108fe22a3c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994087',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mini',
'model': 'Cooper SE',
'odometer': 87535,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-28',
'seats_number': 4,
'seller_name': None,
'title': 'MINI MINI 32.6 KWH COOPER SE',
'transmission': 'automatic',
'trim': 'MINI MINI 32.6 KWH COOPER SE',
'vin': None,
'year': 2023}
2026-03-25 02:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994087auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:54 [ecarstrade.be] INFO: Saving data for 6994087auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303866.164734, 'last_price_update_time': 1774404594.777173}
2026-03-25 02:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994087auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97cb0db2-2c7c-50ee-ad41-3fbbb99db747 with identifier: 6994079auction110929
2026-03-25 02:09:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97cb0db2-2c7c-50ee-ad41-3fbbb99db747 with identifier: 6994079auction110929
2026-03-25 02:09:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97cb0db2-2c7c-50ee-ad41-3fbbb99db747 with identifier: 6994079auction110929 to the API
2026-03-25 02:09:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994079>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '97cb0db2-2c7c-50ee-ad41-3fbbb99db747',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994079',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 146529,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 300/35 FOU MWB DSL - 316 2.1 BlueTEC A2H1 '
'(EU6) STOCK',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ SPRINTER 300/35 FOU MWB DSL - 316 2.1 BlueTEC A2H1 '
'(EU6) STOCK',
'vin': None,
'year': 2018}
2026-03-25 02:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994079auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:55 [ecarstrade.be] INFO: Saving data for 6994079auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303868.191074, 'last_price_update_time': 1774404595.082424}
2026-03-25 02:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994079auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993997> (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-25 02:09:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:55 [ecarstrade.be] INFO: Extracting details for car 6993997auction110929
2026-03-25 02:09:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15573ef7-680c-5bca-936c-ba12e64a770d with identifier: 6993997auction110929
2026-03-25 02:09:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15573ef7-680c-5bca-936c-ba12e64a770d with scrape type 2
2026-03-25 02:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15573ef7-680c-5bca-936c-ba12e64a770d with scrape type 2
2026-03-25 02:09:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 15573ef7-680c-5bca-936c-ba12e64a770d, identifier: 6993997auction110929
2026-03-25 02:09:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 15573ef7-680c-5bca-936c-ba12e64a770d with identifier: 6993997auction110929
2026-03-25 02:09:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 15573ef7-680c-5bca-936c-ba12e64a770d with identifier: 6993997auction110929
2026-03-25 02:09:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 15573ef7-680c-5bca-936c-ba12e64a770d with identifier: 6993997auction110929 to the API
2026-03-25 02:09:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993997>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '15573ef7-680c-5bca-936c-ba12e64a770d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993997',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit',
'odometer': 58869,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-13',
'seats_number': 2,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'transmission': 'manual',
'trim': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'vin': None,
'year': 2019}
2026-03-25 02:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993997auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:56 [ecarstrade.be] INFO: Saving data for 6993997auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303864.507871, 'last_price_update_time': 1774404596.106206}
2026-03-25 02:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993997auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993994> (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-25 02:09:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:57 [ecarstrade.be] INFO: Extracting details for car 6993994auction110929
2026-03-25 02:09:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba8d26a8-20f6-5238-8bb4-c6814ca6c967 with identifier: 6993994auction110929
2026-03-25 02:09:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba8d26a8-20f6-5238-8bb4-c6814ca6c967 with scrape type 2
2026-03-25 02:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba8d26a8-20f6-5238-8bb4-c6814ca6c967 with scrape type 2
2026-03-25 02:09:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba8d26a8-20f6-5238-8bb4-c6814ca6c967, identifier: 6993994auction110929
2026-03-25 02:09:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba8d26a8-20f6-5238-8bb4-c6814ca6c967 with identifier: 6993994auction110929
2026-03-25 02:09:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba8d26a8-20f6-5238-8bb4-c6814ca6c967 with identifier: 6993994auction110929
2026-03-25 02:09:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba8d26a8-20f6-5238-8bb4-c6814ca6c967 with identifier: 6993994auction110929 to the API
2026-03-25 02:09:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993994>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'ba8d26a8-20f6-5238-8bb4-c6814ca6c967',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993994',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit',
'odometer': 49405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-17',
'seats_number': 2,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'transmission': 'manual',
'trim': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'vin': None,
'year': 2018}
2026-03-25 02:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993994auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:58 [ecarstrade.be] INFO: Saving data for 6993994auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303842.431865, 'last_price_update_time': 1774404598.214483}
2026-03-25 02:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993994auction110929') HTTP/1.1" 204 0
2026-03-25 02:09:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994074> (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-25 02:09:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:09:59 [ecarstrade.be] INFO: Extracting details for car 6994074auction110929
2026-03-25 02:09:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b948ae13-4338-5083-9d1b-fb3508e7cf1e with identifier: 6994074auction110929
2026-03-25 02:09:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b948ae13-4338-5083-9d1b-fb3508e7cf1e with scrape type 2
2026-03-25 02:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b948ae13-4338-5083-9d1b-fb3508e7cf1e with scrape type 2
2026-03-25 02:09:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b948ae13-4338-5083-9d1b-fb3508e7cf1e, identifier: 6994074auction110929
2026-03-25 02:09:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b948ae13-4338-5083-9d1b-fb3508e7cf1e with identifier: 6994074auction110929
2026-03-25 02:09:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b948ae13-4338-5083-9d1b-fb3508e7cf1e with identifier: 6994074auction110929
2026-03-25 02:09:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b948ae13-4338-5083-9d1b-fb3508e7cf1e with identifier: 6994074auction110929 to the API
2026-03-25 02:09:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:09:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:09:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994074>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.1L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b948ae13-4338-5083-9d1b-fb3508e7cf1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994074',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 100599,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-20',
'seats_number': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 300 FOU LWB DSL - 201 314 2.1 CDI L3H2 RWD '
'Functional',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ SPRINTER 300 FOU LWB DSL - 201 314 2.1 CDI L3H2 RWD '
'Functional',
'vin': None,
'year': 2020}
2026-03-25 02:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994074auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:09:59 [ecarstrade.be] INFO: Saving data for 6994074auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303781.724222, 'last_price_update_time': 1774404599.978554}
2026-03-25 02:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994074auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994108> (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-25 02:10:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:00 [ecarstrade.be] INFO: Extracting details for car 6994108auction110929
2026-03-25 02:10:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b372f0b8-109f-5649-a7ec-85a46f325524 with identifier: 6994108auction110929
2026-03-25 02:10:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b372f0b8-109f-5649-a7ec-85a46f325524 with scrape type 2
2026-03-25 02:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b372f0b8-109f-5649-a7ec-85a46f325524 with scrape type 2
2026-03-25 02:10:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b372f0b8-109f-5649-a7ec-85a46f325524, identifier: 6994108auction110929
2026-03-25 02:10:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b372f0b8-109f-5649-a7ec-85a46f325524 with identifier: 6994108auction110929
2026-03-25 02:10:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b372f0b8-109f-5649-a7ec-85a46f325524 with identifier: 6994108auction110929
2026-03-25 02:10:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b372f0b8-109f-5649-a7ec-85a46f325524 with identifier: 6994108auction110929 to the API
2026-03-25 02:10:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994108>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b372f0b8-109f-5649-a7ec-85a46f325524',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994108',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '308',
'odometer': 92220,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.5 BLUEHDI 96KW S-S AUTO ACTIVE PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT SW 1.5 BLUEHDI 96KW S-S AUTO ACTIVE PACK',
'vin': None,
'year': 2023}
2026-03-25 02:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994108auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:01 [ecarstrade.be] INFO: Saving data for 6994108auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303844.319999, 'last_price_update_time': 1774404601.189044}
2026-03-25 02:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994108auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994111> (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-25 02:10:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994083> (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-25 02:10:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:01 [ecarstrade.be] INFO: Extracting details for car 6994111auction110929
2026-03-25 02:10:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbfcde0e-bde2-5874-a661-fb844d5bbcf3 with identifier: 6994111auction110929
2026-03-25 02:10:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbfcde0e-bde2-5874-a661-fb844d5bbcf3 with scrape type 2
2026-03-25 02:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbfcde0e-bde2-5874-a661-fb844d5bbcf3 with scrape type 2
2026-03-25 02:10:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbfcde0e-bde2-5874-a661-fb844d5bbcf3, identifier: 6994111auction110929
2026-03-25 02:10:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbfcde0e-bde2-5874-a661-fb844d5bbcf3 with identifier: 6994111auction110929
2026-03-25 02:10:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbfcde0e-bde2-5874-a661-fb844d5bbcf3 with identifier: 6994111auction110929
2026-03-25 02:10:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbfcde0e-bde2-5874-a661-fb844d5bbcf3 with identifier: 6994111auction110929 to the API
2026-03-25 02:10:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994111>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'fbfcde0e-bde2-5874-a661-fb844d5bbcf3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994111',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '508',
'odometer': 174382,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 1.5 BLUEHDI 130 S&S AUTO GT PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.5 BLUEHDI 130 S&S AUTO GT PACK',
'vin': None,
'year': 2021}
2026-03-25 02:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994111auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:01 [ecarstrade.be] INFO: Saving data for 6994111auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303843.590998, 'last_price_update_time': 1774404601.858798}
2026-03-25 02:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994111auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:01 [ecarstrade.be] INFO: Extracting details for car 6994083auction110929
2026-03-25 02:10:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4a2552b-ed7f-578d-be1f-a1ce1bd72b7e with identifier: 6994083auction110929
2026-03-25 02:10:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4a2552b-ed7f-578d-be1f-a1ce1bd72b7e with scrape type 2
2026-03-25 02:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4a2552b-ed7f-578d-be1f-a1ce1bd72b7e with scrape type 2
2026-03-25 02:10:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4a2552b-ed7f-578d-be1f-a1ce1bd72b7e, identifier: 6994083auction110929
2026-03-25 02:10:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4a2552b-ed7f-578d-be1f-a1ce1bd72b7e with identifier: 6994083auction110929
2026-03-25 02:10:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4a2552b-ed7f-578d-be1f-a1ce1bd72b7e with identifier: 6994083auction110929
2026-03-25 02:10:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4a2552b-ed7f-578d-be1f-a1ce1bd72b7e with identifier: 6994083auction110929 to the API
2026-03-25 02:10:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994083>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'd4a2552b-ed7f-578d-be1f-a1ce1bd72b7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994083',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mini',
'model': 'ONE',
'odometer': 135726,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-28',
'seats_number': 4,
'seller_name': None,
'title': 'MINI MINI 1.5 ONE',
'transmission': 'manual',
'trim': 'MINI MINI 1.5',
'vin': None,
'year': 2022}
2026-03-25 02:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994083auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:02 [ecarstrade.be] INFO: Saving data for 6994083auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303867.171911, 'last_price_update_time': 1774404602.233038}
2026-03-25 02:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994083auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994035> (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-25 02:10:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:03 [ecarstrade.be] INFO: Extracting details for car 6994035auction110929
2026-03-25 02:10:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0383cdfd-40d7-5244-b5c5-2e62b1553994 with identifier: 6994035auction110929
2026-03-25 02:10:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0383cdfd-40d7-5244-b5c5-2e62b1553994 with scrape type 2
2026-03-25 02:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0383cdfd-40d7-5244-b5c5-2e62b1553994 with scrape type 2
2026-03-25 02:10:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0383cdfd-40d7-5244-b5c5-2e62b1553994, identifier: 6994035auction110929
2026-03-25 02:10:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0383cdfd-40d7-5244-b5c5-2e62b1553994 with identifier: 6994035auction110929
2026-03-25 02:10:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0383cdfd-40d7-5244-b5c5-2e62b1553994 with identifier: 6994035auction110929
2026-03-25 02:10:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0383cdfd-40d7-5244-b5c5-2e62b1553994 with identifier: 6994035auction110929 to the API
2026-03-25 02:10:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994035>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '0383cdfd-40d7-5244-b5c5-2e62b1553994',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994035',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'B 250',
'odometer': 69451,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-CLASS 1.3 B 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ B-CLASS 1.3 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-25 02:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994035auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:03 [ecarstrade.be] INFO: Saving data for 6994035auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303718.167267, 'last_price_update_time': 1774404603.418352}
2026-03-25 02:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994035auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993904> (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-25 02:10:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:03 [ecarstrade.be] INFO: Extracting details for car 6993904auction110929
2026-03-25 02:10:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3a6611a-8592-5eb1-b698-542031fbeb25 with identifier: 6993904auction110929
2026-03-25 02:10:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3a6611a-8592-5eb1-b698-542031fbeb25 with scrape type 2
2026-03-25 02:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3a6611a-8592-5eb1-b698-542031fbeb25 with scrape type 2
2026-03-25 02:10:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d3a6611a-8592-5eb1-b698-542031fbeb25, identifier: 6993904auction110929
2026-03-25 02:10:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d3a6611a-8592-5eb1-b698-542031fbeb25 with identifier: 6993904auction110929
2026-03-25 02:10:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d3a6611a-8592-5eb1-b698-542031fbeb25 with identifier: 6993904auction110929
2026-03-25 02:10:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d3a6611a-8592-5eb1-b698-542031fbeb25 with identifier: 6993904auction110929 to the API
2026-03-25 02:10:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993904>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd3a6611a-8592-5eb1-b698-542031fbeb25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993904',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 128224,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-18',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 2.0 30 TDI 85KW',
'transmission': 'manual',
'trim': 'AUDI SPORTBACK 2.0 30 TDI 85KW',
'vin': None,
'year': 2020}
2026-03-25 02:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993904auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:03 [ecarstrade.be] INFO: Saving data for 6993904auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303863.227248, 'last_price_update_time': 1774404603.936908}
2026-03-25 02:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993904auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994103> (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-25 02:10:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:06 [ecarstrade.be] INFO: Extracting details for car 6994103auction110929
2026-03-25 02:10:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36a5a71a-0a83-5f28-bfc4-592e7828930f with identifier: 6994103auction110929
2026-03-25 02:10:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36a5a71a-0a83-5f28-bfc4-592e7828930f with scrape type 2
2026-03-25 02:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36a5a71a-0a83-5f28-bfc4-592e7828930f with scrape type 2
2026-03-25 02:10:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 36a5a71a-0a83-5f28-bfc4-592e7828930f, identifier: 6994103auction110929
2026-03-25 02:10:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 36a5a71a-0a83-5f28-bfc4-592e7828930f with identifier: 6994103auction110929
2026-03-25 02:10:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 36a5a71a-0a83-5f28-bfc4-592e7828930f with identifier: 6994103auction110929
2026-03-25 02:10:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 36a5a71a-0a83-5f28-bfc4-592e7828930f with identifier: 6994103auction110929 to the API
2026-03-25 02:10:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994103>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '36a5a71a-0a83-5f28-bfc4-592e7828930f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994103',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '3008',
'odometer': 75629,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-18',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 PURETECH 96KW S&S AUTO ACTIVE PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PURETECH 96KW S&S AUTO ACTIVE PACK',
'vin': None,
'year': 2022}
2026-03-25 02:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994103auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:06 [ecarstrade.be] INFO: Saving data for 6994103auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303813.705484, 'last_price_update_time': 1774404606.945974}
2026-03-25 02:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994103auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:06 [scrapy.extensions.logstats] INFO: Crawled 392 pages (at 50 pages/min), scraped 178 items (at 48 items/min)
2026-03-25 02:10:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 02:10:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994166> (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-25 02:10:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:07 [ecarstrade.be] INFO: Extracting details for car 6994166auction110929
2026-03-25 02:10:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83e1e690-3402-5ad5-a140-4abdd3a42ccd with identifier: 6994166auction110929
2026-03-25 02:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83e1e690-3402-5ad5-a140-4abdd3a42ccd with scrape type 2
2026-03-25 02:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83e1e690-3402-5ad5-a140-4abdd3a42ccd with scrape type 2
2026-03-25 02:10:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 83e1e690-3402-5ad5-a140-4abdd3a42ccd, identifier: 6994166auction110929
2026-03-25 02:10:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 83e1e690-3402-5ad5-a140-4abdd3a42ccd with identifier: 6994166auction110929
2026-03-25 02:10:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 83e1e690-3402-5ad5-a140-4abdd3a42ccd with identifier: 6994166auction110929
2026-03-25 02:10:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 83e1e690-3402-5ad5-a140-4abdd3a42ccd with identifier: 6994166auction110929 to the API
2026-03-25 02:10:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994166>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '83e1e690-3402-5ad5-a140-4abdd3a42ccd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994166',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 161486,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT 2.0 TDI SCR VARIANT ELEGANCE BUSINESS',
'transmission': 'manual',
'trim': 'VOLKSWAGEN PASSAT VARIANT 2.0 TDI SCR VARIANT ELEGANCE BUSINESS',
'vin': None,
'year': 2022}
2026-03-25 02:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994166auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:07 [ecarstrade.be] INFO: Saving data for 6994166auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303796.2481, 'last_price_update_time': 1774404607.986792}
2026-03-25 02:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994166auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994093> (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-25 02:10:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:08 [ecarstrade.be] INFO: Extracting details for car 6994093auction110929
2026-03-25 02:10:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24bf172e-746a-53a4-962c-d4a3c32dde8e with identifier: 6994093auction110929
2026-03-25 02:10:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24bf172e-746a-53a4-962c-d4a3c32dde8e with scrape type 2
2026-03-25 02:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24bf172e-746a-53a4-962c-d4a3c32dde8e with scrape type 2
2026-03-25 02:10:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 24bf172e-746a-53a4-962c-d4a3c32dde8e, identifier: 6994093auction110929
2026-03-25 02:10:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 24bf172e-746a-53a4-962c-d4a3c32dde8e with identifier: 6994093auction110929
2026-03-25 02:10:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 24bf172e-746a-53a4-962c-d4a3c32dde8e with identifier: 6994093auction110929
2026-03-25 02:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 24bf172e-746a-53a4-962c-d4a3c32dde8e with identifier: 6994093auction110929 to the API
2026-03-25 02:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994093>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '24bf172e-746a-53a4-962c-d4a3c32dde8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994093',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '2008',
'odometer': 53762,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PURETECH 96KW S-S AUTO GT PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PURETECH 96KW S-S AUTO GT PACK',
'vin': None,
'year': 2021}
2026-03-25 02:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994093auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:08 [ecarstrade.be] INFO: Saving data for 6994093auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303799.109295, 'last_price_update_time': 1774404608.554832}
2026-03-25 02:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994093auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994056> (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-25 02:10:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:08 [ecarstrade.be] INFO: Extracting details for car 6994056auction110929
2026-03-25 02:10:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41009c9a-e19a-5dec-a859-f64803ee36ae with identifier: 6994056auction110929
2026-03-25 02:10:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41009c9a-e19a-5dec-a859-f64803ee36ae with scrape type 2
2026-03-25 02:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41009c9a-e19a-5dec-a859-f64803ee36ae with scrape type 2
2026-03-25 02:10:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 41009c9a-e19a-5dec-a859-f64803ee36ae, identifier: 6994056auction110929
2026-03-25 02:10:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 41009c9a-e19a-5dec-a859-f64803ee36ae with identifier: 6994056auction110929
2026-03-25 02:10:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 41009c9a-e19a-5dec-a859-f64803ee36ae with identifier: 6994056auction110929
2026-03-25 02:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 41009c9a-e19a-5dec-a859-f64803ee36ae with identifier: 6994056auction110929 to the API
2026-03-25 02:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994056>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '41009c9a-e19a-5dec-a859-f64803ee36ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994056',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'A 160',
'odometer': 53660,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-04',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS A (W177) A 160 Business Solution',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CLASS A (W177) Business Solution',
'vin': None,
'year': 2021}
2026-03-25 02:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994056auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:09 [ecarstrade.be] INFO: Saving data for 6994056auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303800.141208, 'last_price_update_time': 1774404609.110682}
2026-03-25 02:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994056auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994059> (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-25 02:10:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:10 [ecarstrade.be] INFO: Extracting details for car 6994059auction110929
2026-03-25 02:10:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6237ded0-08c2-579e-93d8-0ed99698d002 with identifier: 6994059auction110929
2026-03-25 02:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6237ded0-08c2-579e-93d8-0ed99698d002 with scrape type 2
2026-03-25 02:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6237ded0-08c2-579e-93d8-0ed99698d002 with scrape type 2
2026-03-25 02:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6237ded0-08c2-579e-93d8-0ed99698d002, identifier: 6994059auction110929
2026-03-25 02:10:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6237ded0-08c2-579e-93d8-0ed99698d002 with identifier: 6994059auction110929
2026-03-25 02:10:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6237ded0-08c2-579e-93d8-0ed99698d002 with identifier: 6994059auction110929
2026-03-25 02:10:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6237ded0-08c2-579e-93d8-0ed99698d002 with identifier: 6994059auction110929 to the API
2026-03-25 02:10:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994059>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '6237ded0-08c2-579e-93d8-0ed99698d002',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994059',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 145148,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASSE A DIESEL (W177) A 180 d Business Solution',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLASSE A DIESEL (W177) d Business Solution',
'vin': None,
'year': 2020}
2026-03-25 02:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994059auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:10 [ecarstrade.be] INFO: Saving data for 6994059auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303802.625671, 'last_price_update_time': 1774404610.981104}
2026-03-25 02:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994059auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993934> (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-25 02:10:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:14 [ecarstrade.be] INFO: Extracting details for car 6993934auction110929
2026-03-25 02:10:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4df43930-2ad1-5eb1-81b7-22cd2e8113ec with identifier: 6993934auction110929
2026-03-25 02:10:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4df43930-2ad1-5eb1-81b7-22cd2e8113ec with scrape type 2
2026-03-25 02:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4df43930-2ad1-5eb1-81b7-22cd2e8113ec with scrape type 2
2026-03-25 02:10:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4df43930-2ad1-5eb1-81b7-22cd2e8113ec, identifier: 6993934auction110929
2026-03-25 02:10:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4df43930-2ad1-5eb1-81b7-22cd2e8113ec with identifier: 6993934auction110929
2026-03-25 02:10:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4df43930-2ad1-5eb1-81b7-22cd2e8113ec with identifier: 6993934auction110929
2026-03-25 02:10:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4df43930-2ad1-5eb1-81b7-22cd2e8113ec with identifier: 6993934auction110929 to the API
2026-03-25 02:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993934>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '4df43930-2ad1-5eb1-81b7-22cd2e8113ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993934',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 77439,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-18',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116D (85KW)',
'transmission': 'manual',
'trim': '1 SERIES HATCH 1.5 D (85KW)',
'vin': None,
'year': 2022}
2026-03-25 02:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993934auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:15 [ecarstrade.be] INFO: Saving data for 6993934auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303803.144099, 'last_price_update_time': 1774404615.259352}
2026-03-25 02:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993934auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994141> (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-25 02:10:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994016> (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-25 02:10:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:15 [ecarstrade.be] INFO: Extracting details for car 6994141auction110929
2026-03-25 02:10:15 [ecarstrade.be] INFO: Extracting details for car 6994016auction110929
2026-03-25 02:10:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a7c4c97-89cb-5d98-a6f7-296c7dec5b69 with identifier: 6994141auction110929
2026-03-25 02:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a7c4c97-89cb-5d98-a6f7-296c7dec5b69 with scrape type 2
2026-03-25 02:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a7c4c97-89cb-5d98-a6f7-296c7dec5b69 with scrape type 2
2026-03-25 02:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a7c4c97-89cb-5d98-a6f7-296c7dec5b69, identifier: 6994141auction110929
2026-03-25 02:10:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02bb0ffc-4d98-5d7c-a8d7-c1fc232a641b with identifier: 6994016auction110929
2026-03-25 02:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02bb0ffc-4d98-5d7c-a8d7-c1fc232a641b with scrape type 2
2026-03-25 02:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02bb0ffc-4d98-5d7c-a8d7-c1fc232a641b with scrape type 2
2026-03-25 02:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 02bb0ffc-4d98-5d7c-a8d7-c1fc232a641b, identifier: 6994016auction110929
2026-03-25 02:10:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a7c4c97-89cb-5d98-a6f7-296c7dec5b69 with identifier: 6994141auction110929
2026-03-25 02:10:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a7c4c97-89cb-5d98-a6f7-296c7dec5b69 with identifier: 6994141auction110929
2026-03-25 02:10:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a7c4c97-89cb-5d98-a6f7-296c7dec5b69 with identifier: 6994141auction110929 to the API
2026-03-25 02:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994141>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4a7c4c97-89cb-5d98-a6f7-296c7dec5b69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994141',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 163212,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-06',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 1.4 TSI PHEV 160KW DSG6 CLEVER+',
'transmission': 'automatic',
'trim': 'SKODA SUPERB COMBI 1.4 TSI PHEV 160KW DSG6 CLEVER+',
'vin': None,
'year': 2021}
2026-03-25 02:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994141auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:15 [ecarstrade.be] INFO: Saving data for 6994141auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303812.045076, 'last_price_update_time': 1774404615.878821}
2026-03-25 02:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994141auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 02bb0ffc-4d98-5d7c-a8d7-c1fc232a641b with identifier: 6994016auction110929
2026-03-25 02:10:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 02bb0ffc-4d98-5d7c-a8d7-c1fc232a641b with identifier: 6994016auction110929
2026-03-25 02:10:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 02bb0ffc-4d98-5d7c-a8d7-c1fc232a641b with identifier: 6994016auction110929 to the API
2026-03-25 02:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994016>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '02bb0ffc-4d98-5d7c-a8d7-c1fc232a641b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994016',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 83843,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-10',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.5 A 180 D BUSINESS SOLUTION ESSENTIAL',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ A-CLASS 1.5 D BUSINESS SOLUTION ESSENTIAL',
'vin': None,
'year': 2021}
2026-03-25 02:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994016auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:16 [ecarstrade.be] INFO: Saving data for 6994016auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303811.338479, 'last_price_update_time': 1774404616.150151}
2026-03-25 02:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994016auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994014> (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-25 02:10:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:17 [ecarstrade.be] INFO: Extracting details for car 6994014auction110929
2026-03-25 02:10:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b83bfd0f-dd1e-5b16-a3eb-fb72a6306efb with identifier: 6994014auction110929
2026-03-25 02:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b83bfd0f-dd1e-5b16-a3eb-fb72a6306efb with scrape type 2
2026-03-25 02:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b83bfd0f-dd1e-5b16-a3eb-fb72a6306efb with scrape type 2
2026-03-25 02:10:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b83bfd0f-dd1e-5b16-a3eb-fb72a6306efb, identifier: 6994014auction110929
2026-03-25 02:10:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b83bfd0f-dd1e-5b16-a3eb-fb72a6306efb with identifier: 6994014auction110929
2026-03-25 02:10:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b83bfd0f-dd1e-5b16-a3eb-fb72a6306efb with identifier: 6994014auction110929
2026-03-25 02:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b83bfd0f-dd1e-5b16-a3eb-fb72a6306efb with identifier: 6994014auction110929 to the API
2026-03-25 02:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994014>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': 'b83bfd0f-dd1e-5b16-a3eb-fb72a6306efb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994014',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Kia',
'model': 'Niro',
'odometer': 55590,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-18',
'seats_number': 5,
'seller_name': None,
'title': 'KIA E-NIRO 64 kWh More',
'transmission': 'automatic',
'trim': 'KIA E-NIRO 64 kWh More',
'vin': None,
'year': 2020}
2026-03-25 02:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994014auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:17 [ecarstrade.be] INFO: Saving data for 6994014auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303804.274245, 'last_price_update_time': 1774404617.685639}
2026-03-25 02:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994014auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994011> (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-25 02:10:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993977> (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-25 02:10:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:17 [ecarstrade.be] INFO: Extracting details for car 6994011auction110929
2026-03-25 02:10:17 [ecarstrade.be] INFO: Extracting details for car 6993977auction110929
2026-03-25 02:10:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a94e7860-f918-5765-883a-25c0efbb10fa with identifier: 6994011auction110929
2026-03-25 02:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a94e7860-f918-5765-883a-25c0efbb10fa with scrape type 2
2026-03-25 02:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a94e7860-f918-5765-883a-25c0efbb10fa with scrape type 2
2026-03-25 02:10:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a94e7860-f918-5765-883a-25c0efbb10fa, identifier: 6994011auction110929
2026-03-25 02:10:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c9d6def-be6d-5349-a96e-4db1c079011e with identifier: 6993977auction110929
2026-03-25 02:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c9d6def-be6d-5349-a96e-4db1c079011e with scrape type 2
2026-03-25 02:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c9d6def-be6d-5349-a96e-4db1c079011e with scrape type 2
2026-03-25 02:10:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c9d6def-be6d-5349-a96e-4db1c079011e, identifier: 6993977auction110929
2026-03-25 02:10:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a94e7860-f918-5765-883a-25c0efbb10fa with identifier: 6994011auction110929
2026-03-25 02:10:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a94e7860-f918-5765-883a-25c0efbb10fa with identifier: 6994011auction110929
2026-03-25 02:10:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a94e7860-f918-5765-883a-25c0efbb10fa with identifier: 6994011auction110929 to the API
2026-03-25 02:10:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994011>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'a94e7860-f918-5765-883a-25c0efbb10fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994011',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Kia',
'model': "cee'd",
'odometer': 52057,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-25',
'seats_number': 5,
'seller_name': None,
'title': "KIA CEE'D 1.0 T-GDI PULSE",
'transmission': 'manual',
'trim': "KIA CEE'D 1.0 T-GDI PULSE",
'vin': None,
'year': 2022}
2026-03-25 02:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994011auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:18 [ecarstrade.be] INFO: Saving data for 6994011auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303800.832615, 'last_price_update_time': 1774404618.266256}
2026-03-25 02:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994011auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c9d6def-be6d-5349-a96e-4db1c079011e with identifier: 6993977auction110929
2026-03-25 02:10:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c9d6def-be6d-5349-a96e-4db1c079011e with identifier: 6993977auction110929
2026-03-25 02:10:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c9d6def-be6d-5349-a96e-4db1c079011e with identifier: 6993977auction110929 to the API
2026-03-25 02:10:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993977>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '9c9d6def-be6d-5349-a96e-4db1c079011e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993977',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Galaxy',
'odometer': 197428,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-08',
'seats_number': 7,
'seller_name': None,
'title': 'FORD GALAXY DIESEL - 2015 2.0 TDCi Titanium AdBlue (EU6.2)',
'transmission': 'manual',
'trim': 'FORD GALAXY DIESEL - 2015 2.0 TDCi Titanium AdBlue (EU6.2)',
'vin': None,
'year': 2021}
2026-03-25 02:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993977auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:18 [ecarstrade.be] INFO: Saving data for 6993977auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303810.735295, 'last_price_update_time': 1774404618.609145}
2026-03-25 02:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993977auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994106> (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-25 02:10:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:21 [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-25 02:10:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:22 [ecarstrade.be] INFO: Extracting details for car 6994106auction110929
2026-03-25 02:10:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8245d865-a752-5272-a69b-1f90b4008863 with identifier: 6994106auction110929
2026-03-25 02:10:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8245d865-a752-5272-a69b-1f90b4008863 with scrape type 2
2026-03-25 02:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8245d865-a752-5272-a69b-1f90b4008863 with scrape type 2
2026-03-25 02:10:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8245d865-a752-5272-a69b-1f90b4008863, identifier: 6994106auction110929
2026-03-25 02:10:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8245d865-a752-5272-a69b-1f90b4008863 with identifier: 6994106auction110929
2026-03-25 02:10:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8245d865-a752-5272-a69b-1f90b4008863 with identifier: 6994106auction110929
2026-03-25 02:10:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8245d865-a752-5272-a69b-1f90b4008863 with identifier: 6994106auction110929 to the API
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994106>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '8245d865-a752-5272-a69b-1f90b4008863',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994106',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '308',
'odometer': 50989,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.2 PURETECH 96KW S-S AUTO GT PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT SW 1.2 PURETECH 96KW S-S AUTO GT PACK',
'vin': None,
'year': 2023}
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994106auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:22 [ecarstrade.be] INFO: Saving data for 6994106auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303815.09916, 'last_price_update_time': 1774404622.366663}
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994106auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993909> (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-25 02:10:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:10:22 [ecarstrade.be] INFO: Found listing with ID: 6993999auction110929
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993999auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:22 [ecarstrade.be] INFO: Scrape type for 6993999auction110929: 2
2026-03-25 02:10:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:22 [ecarstrade.be] INFO: Found listing with ID: 6994115auction110929
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994115auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:22 [ecarstrade.be] INFO: Scrape type for 6994115auction110929: 2
2026-03-25 02:10:22 [ecarstrade.be] INFO: Found listing with ID: 6994110auction110929
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994110auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:22 [ecarstrade.be] INFO: Scrape type for 6994110auction110929: 2
2026-03-25 02:10:22 [ecarstrade.be] INFO: Found listing with ID: 6994176auction110929
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994176auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:22 [ecarstrade.be] INFO: Scrape type for 6994176auction110929: 2
2026-03-25 02:10:22 [ecarstrade.be] INFO: Extracting details for car 6993909auction110929
2026-03-25 02:10:22 [ecarstrade.be] INFO: Found listing with ID: 6993990auction110929
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993990auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:22 [ecarstrade.be] INFO: Scrape type for 6993990auction110929: 2
2026-03-25 02:10:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 821f11dc-c8b5-5b7e-a759-6902e8711662 with identifier: 6993909auction110929
2026-03-25 02:10:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 821f11dc-c8b5-5b7e-a759-6902e8711662 with scrape type 2
2026-03-25 02:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 821f11dc-c8b5-5b7e-a759-6902e8711662 with scrape type 2
2026-03-25 02:10:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 821f11dc-c8b5-5b7e-a759-6902e8711662, identifier: 6993909auction110929
2026-03-25 02:10:22 [ecarstrade.be] INFO: Found listing with ID: 6994157auction110929
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994157auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:22 [ecarstrade.be] INFO: Scrape type for 6994157auction110929: 2
2026-03-25 02:10:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 821f11dc-c8b5-5b7e-a759-6902e8711662 with identifier: 6993909auction110929
2026-03-25 02:10:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 821f11dc-c8b5-5b7e-a759-6902e8711662 with identifier: 6993909auction110929
2026-03-25 02:10:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 821f11dc-c8b5-5b7e-a759-6902e8711662 with identifier: 6993909auction110929 to the API
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993909>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '821f11dc-c8b5-5b7e-a759-6902e8711662',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993909',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 99196,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK DIESEL - 2017 35 TDi Business Ed. Sport S '
'tr.(EU6d-T.) STOCK',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK DIESEL - 2017 35 TDi Business Ed. Sport S '
'tr.(EU6d-T.) STOCK',
'vin': None,
'year': 2020}
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993909auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:22 [ecarstrade.be] INFO: Saving data for 6993909auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303869.065902, 'last_price_update_time': 1774404622.917749}
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993909auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:22 [ecarstrade.be] INFO: Found listing with ID: 6994149auction110929
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994149auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:22 [ecarstrade.be] INFO: Scrape type for 6994149auction110929: 2
2026-03-25 02:10:22 [ecarstrade.be] INFO: Found listing with ID: 6994113auction110929
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994113auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:22 [ecarstrade.be] INFO: Scrape type for 6994113auction110929: 2
2026-03-25 02:10:22 [ecarstrade.be] INFO: Found listing with ID: 6994100auction110929
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994100auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:22 [ecarstrade.be] INFO: Scrape type for 6994100auction110929: 2
2026-03-25 02:10:22 [ecarstrade.be] INFO: Found listing with ID: 6994091auction110929
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994091auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:23 [ecarstrade.be] INFO: Scrape type for 6994091auction110929: 2
2026-03-25 02:10:23 [ecarstrade.be] INFO: Found listing with ID: 6994153auction110929
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994153auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:23 [ecarstrade.be] INFO: Scrape type for 6994153auction110929: 2
2026-03-25 02:10:23 [ecarstrade.be] INFO: Found listing with ID: 6994142auction110929
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994142auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:23 [ecarstrade.be] INFO: Scrape type for 6994142auction110929: 2
2026-03-25 02:10:23 [ecarstrade.be] INFO: Found listing with ID: 6993974auction110929
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993974auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:23 [ecarstrade.be] INFO: Scrape type for 6993974auction110929: 2
2026-03-25 02:10:23 [ecarstrade.be] INFO: Found listing with ID: 6994001auction110929
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994001auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:23 [ecarstrade.be] INFO: Scrape type for 6994001auction110929: 2
2026-03-25 02:10:23 [ecarstrade.be] INFO: Found listing with ID: 6994088auction110929
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994088auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:23 [ecarstrade.be] INFO: Scrape type for 6994088auction110929: 2
2026-03-25 02:10:23 [ecarstrade.be] INFO: Found listing with ID: 6994105auction110929
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994105auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:23 [ecarstrade.be] INFO: Scrape type for 6994105auction110929: 2
2026-03-25 02:10:23 [ecarstrade.be] INFO: Found listing with ID: 6994095auction110929
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994095auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:23 [ecarstrade.be] INFO: Scrape type for 6994095auction110929: 2
2026-03-25 02:10:23 [ecarstrade.be] INFO: Found listing with ID: 6994151auction110929
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994151auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:23 [ecarstrade.be] INFO: Scrape type for 6994151auction110929: 2
2026-03-25 02:10:23 [ecarstrade.be] INFO: Found listing with ID: 6994171auction110929
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994171auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:23 [ecarstrade.be] INFO: Scrape type for 6994171auction110929: 2
2026-03-25 02:10:23 [ecarstrade.be] INFO: Found listing with ID: 6994120auction110929
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994120auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:23 [ecarstrade.be] INFO: Scrape type for 6994120auction110929: 2
2026-03-25 02:10:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994119> (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-25 02:10:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:24 [ecarstrade.be] INFO: Extracting details for car 6994119auction110929
2026-03-25 02:10:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2860efc-8241-5e8a-a2dc-39a04d9fdc13 with identifier: 6994119auction110929
2026-03-25 02:10:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2860efc-8241-5e8a-a2dc-39a04d9fdc13 with scrape type 2
2026-03-25 02:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2860efc-8241-5e8a-a2dc-39a04d9fdc13 with scrape type 2
2026-03-25 02:10:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2860efc-8241-5e8a-a2dc-39a04d9fdc13, identifier: 6994119auction110929
2026-03-25 02:10:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2860efc-8241-5e8a-a2dc-39a04d9fdc13 with identifier: 6994119auction110929
2026-03-25 02:10:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2860efc-8241-5e8a-a2dc-39a04d9fdc13 with identifier: 6994119auction110929
2026-03-25 02:10:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2860efc-8241-5e8a-a2dc-39a04d9fdc13 with identifier: 6994119auction110929 to the API
2026-03-25 02:10:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994119>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'f2860efc-8241-5e8a-a2dc-39a04d9fdc13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994119',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 51223,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT KANGOO 1.3 TCE 130 TECHNO',
'transmission': 'manual',
'trim': 'RENAULT KANGOO 1.3 TCE 130 TECHNO',
'vin': None,
'year': 2023}
2026-03-25 02:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994119auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:25 [ecarstrade.be] INFO: Saving data for 6994119auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303780.459821, 'last_price_update_time': 1774404625.307837}
2026-03-25 02:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994119auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994048> (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-25 02:10:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:25 [ecarstrade.be] INFO: Extracting details for car 6994048auction110929
2026-03-25 02:10:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1368c99-dcf5-5155-afce-bc82d346ceea with identifier: 6994048auction110929
2026-03-25 02:10:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1368c99-dcf5-5155-afce-bc82d346ceea with scrape type 2
2026-03-25 02:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1368c99-dcf5-5155-afce-bc82d346ceea with scrape type 2
2026-03-25 02:10:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e1368c99-dcf5-5155-afce-bc82d346ceea, identifier: 6994048auction110929
2026-03-25 02:10:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e1368c99-dcf5-5155-afce-bc82d346ceea with identifier: 6994048auction110929
2026-03-25 02:10:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e1368c99-dcf5-5155-afce-bc82d346ceea with identifier: 6994048auction110929
2026-03-25 02:10:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e1368c99-dcf5-5155-afce-bc82d346ceea with identifier: 6994048auction110929 to the API
2026-03-25 02:10:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994048>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'e1368c99-dcf5-5155-afce-bc82d346ceea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994048',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA 200',
'odometer': 170952,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-24',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 2.0 CLA 200 D BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA - Klasse 2.0 D BUSINESS SOLUTION DCT',
'vin': None,
'year': 2021}
2026-03-25 02:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994048auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:25 [ecarstrade.be] INFO: Saving data for 6994048auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303864.978997, 'last_price_update_time': 1774404625.862287}
2026-03-25 02:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994048auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994124> (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-25 02:10:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:25 [ecarstrade.be] INFO: Extracting details for car 6994124auction110929
2026-03-25 02:10:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8b8928f-4026-583f-8541-3c900cc8adbe with identifier: 6994124auction110929
2026-03-25 02:10:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8b8928f-4026-583f-8541-3c900cc8adbe with scrape type 2
2026-03-25 02:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8b8928f-4026-583f-8541-3c900cc8adbe with scrape type 2
2026-03-25 02:10:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8b8928f-4026-583f-8541-3c900cc8adbe, identifier: 6994124auction110929
2026-03-25 02:10:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8b8928f-4026-583f-8541-3c900cc8adbe with identifier: 6994124auction110929
2026-03-25 02:10:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8b8928f-4026-583f-8541-3c900cc8adbe with identifier: 6994124auction110929
2026-03-25 02:10:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8b8928f-4026-583f-8541-3c900cc8adbe with identifier: 6994124auction110929 to the API
2026-03-25 02:10:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994124>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'b8b8928f-4026-583f-8541-3c900cc8adbe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994124',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Seat',
'model': 'Leon',
'odometer': 64414,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-23',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT LEON ST 1.5 TSI 130 MOVE!',
'transmission': 'manual',
'trim': 'SEAT LEON ST 1.5 TSI 130 MOVE!',
'vin': None,
'year': 2021}
2026-03-25 02:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994124auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:26 [ecarstrade.be] INFO: Saving data for 6994124auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303844.753227, 'last_price_update_time': 1774404626.339519}
2026-03-25 02:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994124auction110929') HTTP/1.1" 204 0
2026-03-25 02:10: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-25 02:10:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:10:28 [ecarstrade.be] INFO: Found listing with ID: 6994125auction110929
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994125auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:28 [ecarstrade.be] INFO: Scrape type for 6994125auction110929: 2
2026-03-25 02:10:28 [ecarstrade.be] INFO: Found listing with ID: 6994099auction110929
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994099auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:28 [ecarstrade.be] INFO: Scrape type for 6994099auction110929: 2
2026-03-25 02:10:28 [ecarstrade.be] INFO: Found listing with ID: 6994098auction110929
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994098auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:28 [ecarstrade.be] INFO: Scrape type for 6994098auction110929: 2
2026-03-25 02:10:28 [ecarstrade.be] INFO: Found listing with ID: 6993971auction110929
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993971auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:28 [ecarstrade.be] INFO: Scrape type for 6993971auction110929: 2
2026-03-25 02:10:28 [ecarstrade.be] INFO: Found listing with ID: 6994123auction110929
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994123auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:28 [ecarstrade.be] INFO: Scrape type for 6994123auction110929: 2
2026-03-25 02:10:28 [ecarstrade.be] INFO: Found listing with ID: 6993993auction110929
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993993auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:28 [ecarstrade.be] INFO: Scrape type for 6993993auction110929: 2
2026-03-25 02:10:28 [ecarstrade.be] INFO: Found listing with ID: 6993969auction110929
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993969auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:28 [ecarstrade.be] INFO: Scrape type for 6993969auction110929: 2
2026-03-25 02:10:28 [ecarstrade.be] INFO: Found listing with ID: 6994899auction110949
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994899auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:28 [ecarstrade.be] INFO: Scrape type for 6994899auction110949: 0
2026-03-25 02:10:28 [ecarstrade.be] INFO: Found listing with ID: 6994897auction110949
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994897auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:28 [ecarstrade.be] INFO: Scrape type for 6994897auction110949: 0
2026-03-25 02:10:28 [ecarstrade.be] INFO: Found listing with ID: 6994892auction110949
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994892auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:28 [ecarstrade.be] INFO: Scrape type for 6994892auction110949: 0
2026-03-25 02:10:28 [ecarstrade.be] INFO: Found listing with ID: 6994898auction110949
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994898auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:29 [ecarstrade.be] INFO: Scrape type for 6994898auction110949: 0
2026-03-25 02:10:29 [ecarstrade.be] INFO: Found listing with ID: 6994900auction110949
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994900auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:29 [ecarstrade.be] INFO: Scrape type for 6994900auction110949: 0
2026-03-25 02:10:29 [ecarstrade.be] INFO: Found listing with ID: 6994903auction110949
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994903auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:29 [ecarstrade.be] INFO: Scrape type for 6994903auction110949: 0
2026-03-25 02:10:29 [ecarstrade.be] INFO: Found listing with ID: 6994902auction110949
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994902auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:29 [ecarstrade.be] INFO: Scrape type for 6994902auction110949: 0
2026-03-25 02:10:29 [ecarstrade.be] INFO: Found listing with ID: 6994945auction110949
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994945auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:29 [ecarstrade.be] INFO: Scrape type for 6994945auction110949: 0
2026-03-25 02:10:29 [ecarstrade.be] INFO: Found listing with ID: 6994901auction110949
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994901auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:29 [ecarstrade.be] INFO: Scrape type for 6994901auction110949: 0
2026-03-25 02:10:29 [ecarstrade.be] INFO: Found listing with ID: 6994958auction110949
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994958auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:29 [ecarstrade.be] INFO: Scrape type for 6994958auction110949: 0
2026-03-25 02:10:29 [ecarstrade.be] INFO: Found listing with ID: 6994920auction110949
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994920auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:29 [ecarstrade.be] INFO: Scrape type for 6994920auction110949: 0
2026-03-25 02:10:29 [ecarstrade.be] INFO: Found listing with ID: 6994891auction110949
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994891auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:29 [ecarstrade.be] INFO: Scrape type for 6994891auction110949: 0
2026-03-25 02:10:29 [ecarstrade.be] INFO: Found listing with ID: 6994896auction110949
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994896auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:29 [ecarstrade.be] INFO: Scrape type for 6994896auction110949: 0
2026-03-25 02:10:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994209> (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-25 02:10:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:29 [ecarstrade.be] INFO: Extracting details for car 6994209auction110929
2026-03-25 02:10:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8182bbf1-0ea2-5a3d-9f1a-a395b3fd7a74 with identifier: 6994209auction110929
2026-03-25 02:10:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8182bbf1-0ea2-5a3d-9f1a-a395b3fd7a74 with scrape type 2
2026-03-25 02:10:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8182bbf1-0ea2-5a3d-9f1a-a395b3fd7a74 with scrape type 2
2026-03-25 02:10:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8182bbf1-0ea2-5a3d-9f1a-a395b3fd7a74, identifier: 6994209auction110929
2026-03-25 02:10:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8182bbf1-0ea2-5a3d-9f1a-a395b3fd7a74 with identifier: 6994209auction110929
2026-03-25 02:10:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8182bbf1-0ea2-5a3d-9f1a-a395b3fd7a74 with identifier: 6994209auction110929
2026-03-25 02:10:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8182bbf1-0ea2-5a3d-9f1a-a395b3fd7a74 with identifier: 6994209auction110929 to the API
2026-03-25 02:10:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994209>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '8182bbf1-0ea2-5a3d-9f1a-a395b3fd7a74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994209',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 205744,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 DIESEL - 2017 2.0 D4 Momentum Pro Geartronic AdBlue',
'transmission': 'automatic',
'trim': 'VOLVO DIESEL - 2017 2.0 D4 Momentum Pro Geartronic AdBlue',
'vin': None,
'year': 2019}
2026-03-25 02:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994209auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:30 [ecarstrade.be] INFO: Saving data for 6994209auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303803.888291, 'last_price_update_time': 1774404630.60893}
2026-03-25 02:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994209auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993999> (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-25 02:10:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:31 [ecarstrade.be] INFO: Extracting details for car 6993999auction110929
2026-03-25 02:10:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38d23dcb-cd89-5146-9ec7-09a8c0ca5e5d with identifier: 6993999auction110929
2026-03-25 02:10:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38d23dcb-cd89-5146-9ec7-09a8c0ca5e5d with scrape type 2
2026-03-25 02:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38d23dcb-cd89-5146-9ec7-09a8c0ca5e5d with scrape type 2
2026-03-25 02:10:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38d23dcb-cd89-5146-9ec7-09a8c0ca5e5d, identifier: 6993999auction110929
2026-03-25 02:10:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38d23dcb-cd89-5146-9ec7-09a8c0ca5e5d with identifier: 6993999auction110929
2026-03-25 02:10:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38d23dcb-cd89-5146-9ec7-09a8c0ca5e5d with identifier: 6993999auction110929
2026-03-25 02:10:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38d23dcb-cd89-5146-9ec7-09a8c0ca5e5d with identifier: 6993999auction110929 to the API
2026-03-25 02:10:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993999>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '38d23dcb-cd89-5146-9ec7-09a8c0ca5e5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993999',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit',
'odometer': 89692,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-13',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'transmission': 'manual',
'trim': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'vin': None,
'year': 2019}
2026-03-25 02:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993999auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:32 [ecarstrade.be] INFO: Saving data for 6993999auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303841.996204, 'last_price_update_time': 1774404632.304957}
2026-03-25 02:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993999auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994115> (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-25 02:10:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994110> (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-25 02:10:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:32 [ecarstrade.be] INFO: Extracting details for car 6994115auction110929
2026-03-25 02:10:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f80a468-9a59-5307-84d4-eca84f355992 with identifier: 6994115auction110929
2026-03-25 02:10:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f80a468-9a59-5307-84d4-eca84f355992 with scrape type 2
2026-03-25 02:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f80a468-9a59-5307-84d4-eca84f355992 with scrape type 2
2026-03-25 02:10:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4f80a468-9a59-5307-84d4-eca84f355992, identifier: 6994115auction110929
2026-03-25 02:10:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4f80a468-9a59-5307-84d4-eca84f355992 with identifier: 6994115auction110929
2026-03-25 02:10:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4f80a468-9a59-5307-84d4-eca84f355992 with identifier: 6994115auction110929
2026-03-25 02:10:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4f80a468-9a59-5307-84d4-eca84f355992 with identifier: 6994115auction110929 to the API
2026-03-25 02:10:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994115>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '4f80a468-9a59-5307-84d4-eca84f355992',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994115',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 63060,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-25',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER 335 FOURGON MWB HR DSL - 2.2 BlueHDi L2H2 Premium S&S',
'transmission': 'manual',
'trim': 'PEUGEOT BOXER 335 FOURGON MWB HR DSL - 2.2 BlueHDi L2H2 Premium S&S',
'vin': None,
'year': 2021}
2026-03-25 02:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994115auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:32 [ecarstrade.be] INFO: Saving data for 6994115auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303840.758417, 'last_price_update_time': 1774404632.78435}
2026-03-25 02:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994115auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:32 [ecarstrade.be] INFO: Extracting details for car 6994110auction110929
2026-03-25 02:10:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c8b1830-3e9f-5505-a9cd-b20707fa4e13 with identifier: 6994110auction110929
2026-03-25 02:10:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c8b1830-3e9f-5505-a9cd-b20707fa4e13 with scrape type 2
2026-03-25 02:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c8b1830-3e9f-5505-a9cd-b20707fa4e13 with scrape type 2
2026-03-25 02:10:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0c8b1830-3e9f-5505-a9cd-b20707fa4e13, identifier: 6994110auction110929
2026-03-25 02:10:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0c8b1830-3e9f-5505-a9cd-b20707fa4e13 with identifier: 6994110auction110929
2026-03-25 02:10:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0c8b1830-3e9f-5505-a9cd-b20707fa4e13 with identifier: 6994110auction110929
2026-03-25 02:10:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0c8b1830-3e9f-5505-a9cd-b20707fa4e13 with identifier: 6994110auction110929 to the API
2026-03-25 02:10:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994110>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '0c8b1830-3e9f-5505-a9cd-b20707fa4e13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994110',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '508',
'odometer': 113575,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 1.5 BLUEHDI 130 S&S AUTO ALLURE',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.5 BLUEHDI 130 S&S AUTO ALLURE',
'vin': None,
'year': 2021}
2026-03-25 02:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994110auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:33 [ecarstrade.be] INFO: Saving data for 6994110auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303841.39789, 'last_price_update_time': 1774404633.191438}
2026-03-25 02:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994110auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994176> (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-25 02:10:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:35 [ecarstrade.be] INFO: Extracting details for car 6994176auction110929
2026-03-25 02:10:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ce2891c-e0cc-52bd-9a25-67d84a98849e with identifier: 6994176auction110929
2026-03-25 02:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ce2891c-e0cc-52bd-9a25-67d84a98849e with scrape type 2
2026-03-25 02:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ce2891c-e0cc-52bd-9a25-67d84a98849e with scrape type 2
2026-03-25 02:10:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ce2891c-e0cc-52bd-9a25-67d84a98849e, identifier: 6994176auction110929
2026-03-25 02:10:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ce2891c-e0cc-52bd-9a25-67d84a98849e with identifier: 6994176auction110929
2026-03-25 02:10:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ce2891c-e0cc-52bd-9a25-67d84a98849e with identifier: 6994176auction110929
2026-03-25 02:10:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ce2891c-e0cc-52bd-9a25-67d84a98849e with identifier: 6994176auction110929 to the API
2026-03-25 02:10:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994176>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '9ce2891c-e0cc-52bd-9a25-67d84a98849e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994176',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 62743,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-CROSS 1.0 TSI Life OPF',
'transmission': 'manual',
'trim': 'VOLKSWAGEN T-CROSS 1.0 TSI Life OPF',
'vin': None,
'year': 2021}
2026-03-25 02:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994176auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:36 [ecarstrade.be] INFO: Saving data for 6994176auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303885.855885, 'last_price_update_time': 1774404636.301046}
2026-03-25 02:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994176auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993990> (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-25 02:10:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:37 [ecarstrade.be] INFO: Extracting details for car 6993990auction110929
2026-03-25 02:10:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9293860a-fa2a-5f76-8aee-e7d5f960ff09 with identifier: 6993990auction110929
2026-03-25 02:10:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9293860a-fa2a-5f76-8aee-e7d5f960ff09 with scrape type 2
2026-03-25 02:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9293860a-fa2a-5f76-8aee-e7d5f960ff09 with scrape type 2
2026-03-25 02:10:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9293860a-fa2a-5f76-8aee-e7d5f960ff09, identifier: 6993990auction110929
2026-03-25 02:10:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9293860a-fa2a-5f76-8aee-e7d5f960ff09 with identifier: 6993990auction110929
2026-03-25 02:10:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9293860a-fa2a-5f76-8aee-e7d5f960ff09 with identifier: 6993990auction110929
2026-03-25 02:10:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9293860a-fa2a-5f76-8aee-e7d5f960ff09 with identifier: 6993990auction110929 to the API
2026-03-25 02:10:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993990>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '9293860a-fa2a-5f76-8aee-e7d5f960ff09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993990',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Puma',
'odometer': 78533,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'FORD PUMA 1.0 ECOBOOST MHEV 92KW TITANIUM',
'transmission': 'manual',
'trim': 'FORD PUMA 1.0 ECOBOOST MHEV 92KW TITANIUM',
'vin': None,
'year': 2021}
2026-03-25 02:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993990auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:37 [ecarstrade.be] INFO: Saving data for 6993990auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303884.84859, 'last_price_update_time': 1774404637.933917}
2026-03-25 02:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993990auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994157> (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-25 02:10:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:38 [ecarstrade.be] INFO: Extracting details for car 6994157auction110929
2026-03-25 02:10:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c6134b0-289e-55b6-bc21-cb5e22368496 with identifier: 6994157auction110929
2026-03-25 02:10:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c6134b0-289e-55b6-bc21-cb5e22368496 with scrape type 2
2026-03-25 02:10:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c6134b0-289e-55b6-bc21-cb5e22368496 with scrape type 2
2026-03-25 02:10:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0c6134b0-289e-55b6-bc21-cb5e22368496, identifier: 6994157auction110929
2026-03-25 02:10:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0c6134b0-289e-55b6-bc21-cb5e22368496 with identifier: 6994157auction110929
2026-03-25 02:10:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0c6134b0-289e-55b6-bc21-cb5e22368496 with identifier: 6994157auction110929
2026-03-25 02:10:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0c6134b0-289e-55b6-bc21-cb5e22368496 with identifier: 6994157auction110929 to the API
2026-03-25 02:10:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994157>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '0c6134b0-289e-55b6-bc21-cb5e22368496',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994157',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 77662,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VII - 2017 1.0 TSI IQ.Drive OPF (EU6.2) STOCK',
'transmission': 'manual',
'trim': 'VOLKSWAGEN GOLF VII - 2017 1.0 TSI IQ.Drive OPF (EU6.2) STOCK',
'vin': None,
'year': 2020}
2026-03-25 02:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994157auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:39 [ecarstrade.be] INFO: Saving data for 6994157auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303883.546544, 'last_price_update_time': 1774404639.203743}
2026-03-25 02:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994157auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994149> (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-25 02:10:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:39 [ecarstrade.be] INFO: Extracting details for car 6994149auction110929
2026-03-25 02:10:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59c3d568-0dc6-5f00-9f6d-8592d545b581 with identifier: 6994149auction110929
2026-03-25 02:10:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59c3d568-0dc6-5f00-9f6d-8592d545b581 with scrape type 2
2026-03-25 02:10:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59c3d568-0dc6-5f00-9f6d-8592d545b581 with scrape type 2
2026-03-25 02:10:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 59c3d568-0dc6-5f00-9f6d-8592d545b581, identifier: 6994149auction110929
2026-03-25 02:10:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 59c3d568-0dc6-5f00-9f6d-8592d545b581 with identifier: 6994149auction110929
2026-03-25 02:10:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 59c3d568-0dc6-5f00-9f6d-8592d545b581 with identifier: 6994149auction110929
2026-03-25 02:10:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 59c3d568-0dc6-5f00-9f6d-8592d545b581 with identifier: 6994149auction110929 to the API
2026-03-25 02:10:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994149>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '59c3d568-0dc6-5f00-9f6d-8592d545b581',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994149',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 64565,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-08',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN E-GOLF - 2017 35.8kWh E-Golf',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN E-GOLF - 2017 35.8kWh E-',
'vin': None,
'year': 2019}
2026-03-25 02:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994149auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:39 [ecarstrade.be] INFO: Saving data for 6994149auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303882.609339, 'last_price_update_time': 1774404639.677072}
2026-03-25 02:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994149auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994113> (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-25 02:10:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:39 [ecarstrade.be] INFO: Extracting details for car 6994113auction110929
2026-03-25 02:10:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 167c3a22-da15-5076-876c-41c000042493 with identifier: 6994113auction110929
2026-03-25 02:10:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 167c3a22-da15-5076-876c-41c000042493 with scrape type 2
2026-03-25 02:10:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 167c3a22-da15-5076-876c-41c000042493 with scrape type 2
2026-03-25 02:10:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 167c3a22-da15-5076-876c-41c000042493, identifier: 6994113auction110929
2026-03-25 02:10:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 167c3a22-da15-5076-876c-41c000042493 with identifier: 6994113auction110929
2026-03-25 02:10:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 167c3a22-da15-5076-876c-41c000042493 with identifier: 6994113auction110929
2026-03-25 02:10:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 167c3a22-da15-5076-876c-41c000042493 with identifier: 6994113auction110929 to the API
2026-03-25 02:10:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994113>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '167c3a22-da15-5076-876c-41c000042493',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994113',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '508',
'odometer': 171581,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-24',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 DIESEL - 2018 1.5 BlueHDi Allure S&S',
'transmission': 'automatic',
'trim': 'PEUGEOT DIESEL - 2018 1.5 BlueHDi Allure S&S',
'vin': None,
'year': 2019}
2026-03-25 02:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994113auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:40 [ecarstrade.be] INFO: Saving data for 6994113auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303881.959925, 'last_price_update_time': 1774404640.184011}
2026-03-25 02:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994113auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993914> (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-25 02:10:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:40 [ecarstrade.be] INFO: Extracting details for car 6993914auction110929
2026-03-25 02:10:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4bbd43d-7cdf-5456-b763-3e358a4ec4f5 with identifier: 6993914auction110929
2026-03-25 02:10:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4bbd43d-7cdf-5456-b763-3e358a4ec4f5 with scrape type 2
2026-03-25 02:10:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4bbd43d-7cdf-5456-b763-3e358a4ec4f5 with scrape type 2
2026-03-25 02:10:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f4bbd43d-7cdf-5456-b763-3e358a4ec4f5, identifier: 6993914auction110929
2026-03-25 02:10:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f4bbd43d-7cdf-5456-b763-3e358a4ec4f5 with identifier: 6993914auction110929
2026-03-25 02:10:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f4bbd43d-7cdf-5456-b763-3e358a4ec4f5 with identifier: 6993914auction110929
2026-03-25 02:10:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f4bbd43d-7cdf-5456-b763-3e358a4ec4f5 with identifier: 6993914auction110929 to the API
2026-03-25 02:10:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993914>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'f4bbd43d-7cdf-5456-b763-3e358a4ec4f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993914',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'A4',
'odometer': 119189,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-10',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT 2.0 30 TDI 100KW S TR BUSINESS ED',
'transmission': 'automatic',
'trim': 'AUDI AVANT 2.0 30 TDI 100KW S TR BUSINESS ED',
'vin': None,
'year': 2021}
2026-03-25 02:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993914auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:41 [ecarstrade.be] INFO: Saving data for 6993914auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303782.989957, 'last_price_update_time': 1774404641.101528}
2026-03-25 02:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993914auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993950> (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-25 02:10:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:42 [ecarstrade.be] INFO: Extracting details for car 6993950auction110929
2026-03-25 02:10:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec92edc2-4ef5-576d-93de-e3a2f1c20131 with identifier: 6993950auction110929
2026-03-25 02:10:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec92edc2-4ef5-576d-93de-e3a2f1c20131 with scrape type 2
2026-03-25 02:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec92edc2-4ef5-576d-93de-e3a2f1c20131 with scrape type 2
2026-03-25 02:10:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec92edc2-4ef5-576d-93de-e3a2f1c20131, identifier: 6993950auction110929
2026-03-25 02:10:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec92edc2-4ef5-576d-93de-e3a2f1c20131 with identifier: 6993950auction110929
2026-03-25 02:10:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec92edc2-4ef5-576d-93de-e3a2f1c20131 with identifier: 6993950auction110929
2026-03-25 02:10:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec92edc2-4ef5-576d-93de-e3a2f1c20131 with identifier: 6993950auction110929 to the API
2026-03-25 02:10:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993950>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'ec92edc2-4ef5-576d-93de-e3a2f1c20131',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993950',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 133229,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2021}
2026-03-25 02:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993950auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:43 [ecarstrade.be] INFO: Saving data for 6993950auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303796.689158, 'last_price_update_time': 1774404643.023629}
2026-03-25 02:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993950auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994120> (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-25 02:10:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:44 [ecarstrade.be] INFO: Extracting details for car 6994120auction110929
2026-03-25 02:10:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4faaaea-b36a-508b-91c3-6c118429dde1 with identifier: 6994120auction110929
2026-03-25 02:10:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4faaaea-b36a-508b-91c3-6c118429dde1 with scrape type 2
2026-03-25 02:10:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4faaaea-b36a-508b-91c3-6c118429dde1 with scrape type 2
2026-03-25 02:10:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a4faaaea-b36a-508b-91c3-6c118429dde1, identifier: 6994120auction110929
2026-03-25 02:10:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a4faaaea-b36a-508b-91c3-6c118429dde1 with identifier: 6994120auction110929
2026-03-25 02:10:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a4faaaea-b36a-508b-91c3-6c118429dde1 with identifier: 6994120auction110929
2026-03-25 02:10:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a4faaaea-b36a-508b-91c3-6c118429dde1 with identifier: 6994120auction110929 to the API
2026-03-25 02:10:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994120>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'a4faaaea-b36a-508b-91c3-6c118429dde1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994120',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 43010,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-10',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 80 GRAND CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 80 GRAND CONFORT',
'vin': None,
'year': 2020}
2026-03-25 02:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994120auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:44 [ecarstrade.be] INFO: Saving data for 6994120auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303858.97309, 'last_price_update_time': 1774404644.723278}
2026-03-25 02:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994120auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994151> (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-25 02:10:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:45 [ecarstrade.be] INFO: Extracting details for car 6994151auction110929
2026-03-25 02:10:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 007c39ca-c906-59ec-bd8e-46bd485c8a39 with identifier: 6994151auction110929
2026-03-25 02:10:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 007c39ca-c906-59ec-bd8e-46bd485c8a39 with scrape type 2
2026-03-25 02:10:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 007c39ca-c906-59ec-bd8e-46bd485c8a39 with scrape type 2
2026-03-25 02:10:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 007c39ca-c906-59ec-bd8e-46bd485c8a39, identifier: 6994151auction110929
2026-03-25 02:10:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 007c39ca-c906-59ec-bd8e-46bd485c8a39 with identifier: 6994151auction110929
2026-03-25 02:10:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 007c39ca-c906-59ec-bd8e-46bd485c8a39 with identifier: 6994151auction110929
2026-03-25 02:10:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 007c39ca-c906-59ec-bd8e-46bd485c8a39 with identifier: 6994151auction110929 to the API
2026-03-25 02:10:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994151>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Natural Gas',
'id': '007c39ca-c906-59ec-bd8e-46bd485c8a39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994151',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 164501,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf 1.5 TGI TRENDLINE DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 1.5 TGI TRENDLINE DSG',
'vin': None,
'year': 2019}
2026-03-25 02:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994151auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:46 [ecarstrade.be] INFO: Saving data for 6994151auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303861.991027, 'last_price_update_time': 1774404646.087172}
2026-03-25 02:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994151auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993993> (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-25 02:10:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:47 [ecarstrade.be] INFO: Extracting details for car 6993993auction110929
2026-03-25 02:10:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37bd8b1b-e431-5421-8e24-8dd3133c4102 with identifier: 6993993auction110929
2026-03-25 02:10:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37bd8b1b-e431-5421-8e24-8dd3133c4102 with scrape type 2
2026-03-25 02:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37bd8b1b-e431-5421-8e24-8dd3133c4102 with scrape type 2
2026-03-25 02:10:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37bd8b1b-e431-5421-8e24-8dd3133c4102, identifier: 6993993auction110929
2026-03-25 02:10:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37bd8b1b-e431-5421-8e24-8dd3133c4102 with identifier: 6993993auction110929
2026-03-25 02:10:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37bd8b1b-e431-5421-8e24-8dd3133c4102 with identifier: 6993993auction110929
2026-03-25 02:10:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37bd8b1b-e431-5421-8e24-8dd3133c4102 with identifier: 6993993auction110929 to the API
2026-03-25 02:10:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993993>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO No Link (0033)',
'engine': '2.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '37bd8b1b-e431-5421-8e24-8dd3133c4102',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993993',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Transit',
'odometer': 141372,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-08-11',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit 2.2 TDCi L1H1 Ambiente STOCK',
'transmission': 'manual',
'trim': 'FORD 2.2 TDCi L1H1 Ambiente STOCK',
'vin': None,
'year': 2015}
2026-03-25 02:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993993auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:48 [ecarstrade.be] INFO: Saving data for 6993993auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303878.572328, 'last_price_update_time': 1774404648.11882}
2026-03-25 02:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993993auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994123> (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-25 02:10:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:49 [ecarstrade.be] INFO: Extracting details for car 6994123auction110929
2026-03-25 02:10:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50ff532b-37ba-563b-8c6a-426292f5e291 with identifier: 6994123auction110929
2026-03-25 02:10:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50ff532b-37ba-563b-8c6a-426292f5e291 with scrape type 2
2026-03-25 02:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50ff532b-37ba-563b-8c6a-426292f5e291 with scrape type 2
2026-03-25 02:10:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50ff532b-37ba-563b-8c6a-426292f5e291, identifier: 6994123auction110929
2026-03-25 02:10:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50ff532b-37ba-563b-8c6a-426292f5e291 with identifier: 6994123auction110929
2026-03-25 02:10:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50ff532b-37ba-563b-8c6a-426292f5e291 with identifier: 6994123auction110929
2026-03-25 02:10:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50ff532b-37ba-563b-8c6a-426292f5e291 with identifier: 6994123auction110929 to the API
2026-03-25 02:10:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994123>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '50ff532b-37ba-563b-8c6a-426292f5e291',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994123',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 162819,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-12',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 80 GRAND CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 80 GRAND CONFORT',
'vin': None,
'year': 2021}
2026-03-25 02:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994123auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:50 [ecarstrade.be] INFO: Saving data for 6994123auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303860.28557, 'last_price_update_time': 1774404650.015981}
2026-03-25 02:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994123auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994159> (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-25 02:10:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:51 [ecarstrade.be] INFO: Extracting details for car 6994159auction110929
2026-03-25 02:10:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcf69c77-12f7-53df-ad56-863a6e26f4e8 with identifier: 6994159auction110929
2026-03-25 02:10:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcf69c77-12f7-53df-ad56-863a6e26f4e8 with scrape type 2
2026-03-25 02:10:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcf69c77-12f7-53df-ad56-863a6e26f4e8 with scrape type 2
2026-03-25 02:10:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fcf69c77-12f7-53df-ad56-863a6e26f4e8, identifier: 6994159auction110929
2026-03-25 02:10:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fcf69c77-12f7-53df-ad56-863a6e26f4e8 with identifier: 6994159auction110929
2026-03-25 02:10:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fcf69c77-12f7-53df-ad56-863a6e26f4e8 with identifier: 6994159auction110929
2026-03-25 02:10:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fcf69c77-12f7-53df-ad56-863a6e26f4e8 with identifier: 6994159auction110929 to the API
2026-03-25 02:10:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994159>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'fcf69c77-12f7-53df-ad56-863a6e26f4e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994159',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 48824,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.0 TSI 81KW ACTIVE',
'transmission': 'manual',
'trim': 'VOLKSWAGEN GOLF VIII 1.0 TSI 81KW ACTIVE',
'vin': None,
'year': 2021}
2026-03-25 02:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994159auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:52 [ecarstrade.be] INFO: Saving data for 6994159auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303868.724649, 'last_price_update_time': 1774404652.256036}
2026-03-25 02:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994159auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994099> (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-25 02:10:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:55 [ecarstrade.be] INFO: Extracting details for car 6994099auction110929
2026-03-25 02:10:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05fefd15-3d9c-50d5-a42d-4fea38c7bff8 with identifier: 6994099auction110929
2026-03-25 02:10:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05fefd15-3d9c-50d5-a42d-4fea38c7bff8 with scrape type 2
2026-03-25 02:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05fefd15-3d9c-50d5-a42d-4fea38c7bff8 with scrape type 2
2026-03-25 02:10:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05fefd15-3d9c-50d5-a42d-4fea38c7bff8, identifier: 6994099auction110929
2026-03-25 02:10:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05fefd15-3d9c-50d5-a42d-4fea38c7bff8 with identifier: 6994099auction110929
2026-03-25 02:10:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05fefd15-3d9c-50d5-a42d-4fea38c7bff8 with identifier: 6994099auction110929
2026-03-25 02:10:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05fefd15-3d9c-50d5-a42d-4fea38c7bff8 with identifier: 6994099auction110929 to the API
2026-03-25 02:10:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994099>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '05fefd15-3d9c-50d5-a42d-4fea38c7bff8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994099',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '208',
'odometer': 53621,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PURETECH E6.3 55KW S-S ACTIVE',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PURETECH E6.3 55KW S-S ACTIVE',
'vin': None,
'year': 2021}
2026-03-25 02:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994099auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:55 [ecarstrade.be] INFO: Saving data for 6994099auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303863.564764, 'last_price_update_time': 1774404655.615769}
2026-03-25 02:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994099auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994125> (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-25 02:10:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:56 [ecarstrade.be] INFO: Extracting details for car 6994125auction110929
2026-03-25 02:10:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf2537bd-30e3-59e1-aa7e-6f834335141d with identifier: 6994125auction110929
2026-03-25 02:10:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf2537bd-30e3-59e1-aa7e-6f834335141d with scrape type 2
2026-03-25 02:10:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf2537bd-30e3-59e1-aa7e-6f834335141d with scrape type 2
2026-03-25 02:10:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bf2537bd-30e3-59e1-aa7e-6f834335141d, identifier: 6994125auction110929
2026-03-25 02:10:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bf2537bd-30e3-59e1-aa7e-6f834335141d with identifier: 6994125auction110929
2026-03-25 02:10:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bf2537bd-30e3-59e1-aa7e-6f834335141d with identifier: 6994125auction110929
2026-03-25 02:10:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bf2537bd-30e3-59e1-aa7e-6f834335141d with identifier: 6994125auction110929 to the API
2026-03-25 02:10:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994125>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'bf2537bd-30e3-59e1-aa7e-6f834335141d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994125',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 69457,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-14',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA FABIA COMBI - 2018 1.0 TSI Ambition',
'transmission': 'manual',
'trim': 'SKODA FABIA COMBI - 2018 1.0 TSI Ambition',
'vin': None,
'year': 2019}
2026-03-25 02:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994125auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:58 [ecarstrade.be] INFO: Saving data for 6994125auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303860.720104, 'last_price_update_time': 1774404658.629247}
2026-03-25 02:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994125auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994171> (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-25 02:10:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:58 [ecarstrade.be] INFO: Extracting details for car 6994171auction110929
2026-03-25 02:10:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8495c6c-ac2d-53ce-aeb7-ede1e298016b with identifier: 6994171auction110929
2026-03-25 02:10:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8495c6c-ac2d-53ce-aeb7-ede1e298016b with scrape type 2
2026-03-25 02:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8495c6c-ac2d-53ce-aeb7-ede1e298016b with scrape type 2
2026-03-25 02:10:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8495c6c-ac2d-53ce-aeb7-ede1e298016b, identifier: 6994171auction110929
2026-03-25 02:10:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8495c6c-ac2d-53ce-aeb7-ede1e298016b with identifier: 6994171auction110929
2026-03-25 02:10:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8495c6c-ac2d-53ce-aeb7-ede1e298016b with identifier: 6994171auction110929
2026-03-25 02:10:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8495c6c-ac2d-53ce-aeb7-ede1e298016b with identifier: 6994171auction110929 to the API
2026-03-25 02:10:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:10:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994171>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd8495c6c-ac2d-53ce-aeb7-ede1e298016b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994171',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 101835,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO DIESEL - 2018 1.6 TDi SCR Comfortline (EU6.2) STOCK',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO DIESEL - 2018 1.6 TDi SCR Comfortline (EU6.2) STOCK',
'vin': None,
'year': 2019}
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994171auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Saving data for 6994171auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303859.54621, 'last_price_update_time': 1774404659.139423}
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994171auction110929') HTTP/1.1" 204 0
2026-03-25 02:10:59 [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-25 02:10:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993969> (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-25 02:10:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:10:59 [ecarstrade.be] INFO: Extracting details for car 6993969auction110929
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994923auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994923auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994923auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994937auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994937auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994937auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994968auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994968auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994968auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994982auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994982auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994982auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994988auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994988auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994988auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994909auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994909auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994909auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994980auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994980auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994980auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994990auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994990auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994990auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994895auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994895auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994895auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994985auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994985auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994985auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994894auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994894auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994894auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994986auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994986auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994986auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994989auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994989auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994989auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994955auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994955auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994955auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994987auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994987auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994987auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994984auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994984auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994984auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994983auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994983auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994983auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6994991auction110949
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994991auction110949%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6994991auction110949: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6493461auction87925
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276493461auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6493461auction87925: 0
2026-03-25 02:10:59 [ecarstrade.be] INFO: Found listing with ID: 6532089auction87925
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276532089auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:10:59 [ecarstrade.be] INFO: Scrape type for 6532089auction87925: 0
2026-03-25 02:10:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ec1abef-a159-5e43-9005-4b64031ae06a with identifier: 6993969auction110929
2026-03-25 02:10:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ec1abef-a159-5e43-9005-4b64031ae06a with scrape type 2
2026-03-25 02:10:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ec1abef-a159-5e43-9005-4b64031ae06a with scrape type 2
2026-03-25 02:10:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8ec1abef-a159-5e43-9005-4b64031ae06a, identifier: 6993969auction110929
2026-03-25 02:10:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8ec1abef-a159-5e43-9005-4b64031ae06a with identifier: 6993969auction110929
2026-03-25 02:10:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8ec1abef-a159-5e43-9005-4b64031ae06a with identifier: 6993969auction110929
2026-03-25 02:10:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8ec1abef-a159-5e43-9005-4b64031ae06a with identifier: 6993969auction110929 to the API
2026-03-25 02:10:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:11:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:11:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993969>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO No Link (0033)',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '8ec1abef-a159-5e43-9005-4b64031ae06a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993969',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 113241,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-04',
'seats_number': 3,
'seller_name': None,
'title': 'CITROAu2039N JUMPY FOURGON MWB DIESEL - 201 2.0 HDi L2H1 Fresh '
'1200kg',
'transmission': 'manual',
'trim': 'CITROAu2039N JUMPY FOURGON MWB DIESEL - 201 2.0 HDi L2H1 Fresh '
'1200kg',
'vin': None,
'year': 2016}
2026-03-25 02:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993969auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:11:00 [ecarstrade.be] INFO: Saving data for 6993969auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303866.609248, 'last_price_update_time': 1774404660.146349}
2026-03-25 02:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993969auction110929') HTTP/1.1" 204 0
2026-03-25 02:11:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994095> (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-25 02:11:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:11:00 [ecarstrade.be] INFO: Extracting details for car 6994095auction110929
2026-03-25 02:11:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4478225e-c5dd-59b3-8b93-dbab1b68a43d with identifier: 6994095auction110929
2026-03-25 02:11:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4478225e-c5dd-59b3-8b93-dbab1b68a43d with scrape type 2
2026-03-25 02:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4478225e-c5dd-59b3-8b93-dbab1b68a43d with scrape type 2
2026-03-25 02:11:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4478225e-c5dd-59b3-8b93-dbab1b68a43d, identifier: 6994095auction110929
2026-03-25 02:11:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4478225e-c5dd-59b3-8b93-dbab1b68a43d with identifier: 6994095auction110929
2026-03-25 02:11:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4478225e-c5dd-59b3-8b93-dbab1b68a43d with identifier: 6994095auction110929
2026-03-25 02:11:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4478225e-c5dd-59b3-8b93-dbab1b68a43d with identifier: 6994095auction110929 to the API
2026-03-25 02:11:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:11:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:11:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994095>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '4478225e-c5dd-59b3-8b93-dbab1b68a43d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994095',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '2008',
'odometer': 135672,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-12',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.5 BLUEHDI 81KW S-S ACTIVE',
'transmission': 'manual',
'trim': 'PEUGEOT 1.5 BLUEHDI 81KW S-S ACTIVE',
'vin': None,
'year': 2021}
2026-03-25 02:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994095auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:11:01 [ecarstrade.be] INFO: Saving data for 6994095auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303862.871524, 'last_price_update_time': 1774404661.694761}
2026-03-25 02:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994095auction110929') HTTP/1.1" 204 0
2026-03-25 02:11:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994105> (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-25 02:11:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:11:02 [ecarstrade.be] INFO: Extracting details for car 6994105auction110929
2026-03-25 02:11:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 794c01f1-668a-5fa5-ba7f-898dfb4cc066 with identifier: 6994105auction110929
2026-03-25 02:11:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 794c01f1-668a-5fa5-ba7f-898dfb4cc066 with scrape type 2
2026-03-25 02:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 794c01f1-668a-5fa5-ba7f-898dfb4cc066 with scrape type 2
2026-03-25 02:11:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 794c01f1-668a-5fa5-ba7f-898dfb4cc066, identifier: 6994105auction110929
2026-03-25 02:11:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 794c01f1-668a-5fa5-ba7f-898dfb4cc066 with identifier: 6994105auction110929
2026-03-25 02:11:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 794c01f1-668a-5fa5-ba7f-898dfb4cc066 with identifier: 6994105auction110929
2026-03-25 02:11:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 794c01f1-668a-5fa5-ba7f-898dfb4cc066 with identifier: 6994105auction110929 to the API
2026-03-25 02:11:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:11:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:11:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994105>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '794c01f1-668a-5fa5-ba7f-898dfb4cc066',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994105',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '308',
'odometer': 50647,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-14',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 1.2 PURETECH 96KW S-S ALLURE PACK',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PURETECH 96KW S-S ALLURE PACK',
'vin': None,
'year': 2020}
2026-03-25 02:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994105auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:11:02 [ecarstrade.be] INFO: Saving data for 6994105auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303865.757113, 'last_price_update_time': 1774404662.39285}
2026-03-25 02:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994105auction110929') HTTP/1.1" 204 0
2026-03-25 02:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994088> (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-25 02:11:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:11:05 [ecarstrade.be] INFO: Extracting details for car 6994088auction110929
2026-03-25 02:11:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78e46770-fb03-5782-a9a5-1d30d285787e with identifier: 6994088auction110929
2026-03-25 02:11:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78e46770-fb03-5782-a9a5-1d30d285787e with scrape type 2
2026-03-25 02:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78e46770-fb03-5782-a9a5-1d30d285787e with scrape type 2
2026-03-25 02:11:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 78e46770-fb03-5782-a9a5-1d30d285787e, identifier: 6994088auction110929
2026-03-25 02:11:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 78e46770-fb03-5782-a9a5-1d30d285787e with identifier: 6994088auction110929
2026-03-25 02:11:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 78e46770-fb03-5782-a9a5-1d30d285787e with identifier: 6994088auction110929
2026-03-25 02:11:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 78e46770-fb03-5782-a9a5-1d30d285787e with identifier: 6994088auction110929 to the API
2026-03-25 02:11:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:11:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:11:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994088>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '78e46770-fb03-5782-a9a5-1d30d285787e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994088',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Nissan',
'model': 'Micra',
'odometer': 35503,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN MICRA 1.0 IG-T ACENTA',
'transmission': 'manual',
'trim': 'NISSAN MICRA 1.0 IG-T ACENTA',
'vin': None,
'year': 2022}
2026-03-25 02:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994088auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:11:06 [ecarstrade.be] INFO: Saving data for 6994088auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303880.277249, 'last_price_update_time': 1774404666.169765}
2026-03-25 02:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994088auction110929') HTTP/1.1" 204 0
2026-03-25 02:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994142> (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-25 02:11:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:11:06 [ecarstrade.be] INFO: Extracting details for car 6994142auction110929
2026-03-25 02:11:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a9b6a28-ed97-5d78-a9e7-1a8047756973 with identifier: 6994142auction110929
2026-03-25 02:11:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a9b6a28-ed97-5d78-a9e7-1a8047756973 with scrape type 2
2026-03-25 02:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a9b6a28-ed97-5d78-a9e7-1a8047756973 with scrape type 2
2026-03-25 02:11:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a9b6a28-ed97-5d78-a9e7-1a8047756973, identifier: 6994142auction110929
2026-03-25 02:11:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a9b6a28-ed97-5d78-a9e7-1a8047756973 with identifier: 6994142auction110929
2026-03-25 02:11:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a9b6a28-ed97-5d78-a9e7-1a8047756973 with identifier: 6994142auction110929
2026-03-25 02:11:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a9b6a28-ed97-5d78-a9e7-1a8047756973 with identifier: 6994142auction110929 to the API
2026-03-25 02:11:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:11:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:11:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994142>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '8a9b6a28-ed97-5d78-a9e7-1a8047756973',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994142',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 216130,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 1.5 TSI ACT 110KW DSG7 CLEVER',
'transmission': 'automatic',
'trim': 'SKODA SUPERB COMBI 1.5 TSI ACT 110KW DSG7 CLEVER',
'vin': None,
'year': 2022}
2026-03-25 02:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994142auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:11:06 [ecarstrade.be] INFO: Saving data for 6994142auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303879.578128, 'last_price_update_time': 1774404666.794996}
2026-03-25 02:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994142auction110929') HTTP/1.1" 204 0
2026-03-25 02:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993974> (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-25 02:11:06 [ecarstrade.be] INFO: Extracting details for car 6993974auction110929
2026-03-25 02:11:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fd95fa3-7f5f-5c71-9283-49b6a3a56645 with identifier: 6993974auction110929
2026-03-25 02:11:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fd95fa3-7f5f-5c71-9283-49b6a3a56645 with scrape type 2
2026-03-25 02:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fd95fa3-7f5f-5c71-9283-49b6a3a56645 with scrape type 2
2026-03-25 02:11:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5fd95fa3-7f5f-5c71-9283-49b6a3a56645, identifier: 6993974auction110929
2026-03-25 02:11:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5fd95fa3-7f5f-5c71-9283-49b6a3a56645 with identifier: 6993974auction110929
2026-03-25 02:11:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5fd95fa3-7f5f-5c71-9283-49b6a3a56645 with identifier: 6993974auction110929
2026-03-25 02:11:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5fd95fa3-7f5f-5c71-9283-49b6a3a56645 with identifier: 6993974auction110929 to the API
2026-03-25 02:11:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:11:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:11:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993974>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '5fd95fa3-7f5f-5c71-9283-49b6a3a56645',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993974',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Focus',
'odometer': 53204,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-16',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus 1.0I ECOBOOST 74KW CONNECTED',
'transmission': 'manual',
'trim': 'FORD 1.0I ECOBOOST 74KW CONNECTED',
'vin': None,
'year': 2021}
2026-03-25 02:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993974auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:11:07 [ecarstrade.be] INFO: Saving data for 6993974auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303843.052356, 'last_price_update_time': 1774404667.284392}
2026-03-25 02:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993974auction110929') HTTP/1.1" 204 0
2026-03-25 02:11:07 [scrapy.extensions.logstats] INFO: Crawled 435 pages (at 43 pages/min), scraped 218 items (at 40 items/min)
2026-03-25 02:11:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-25 02:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994091> (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-25 02:11:08 [ecarstrade.be] INFO: Extracting details for car 6994091auction110929
2026-03-25 02:11:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfec3dfc-11ce-5376-a277-261caefc6b0c with identifier: 6994091auction110929
2026-03-25 02:11:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfec3dfc-11ce-5376-a277-261caefc6b0c with scrape type 2
2026-03-25 02:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfec3dfc-11ce-5376-a277-261caefc6b0c with scrape type 2
2026-03-25 02:11:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cfec3dfc-11ce-5376-a277-261caefc6b0c, identifier: 6994091auction110929
2026-03-25 02:11:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cfec3dfc-11ce-5376-a277-261caefc6b0c with identifier: 6994091auction110929
2026-03-25 02:11:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cfec3dfc-11ce-5376-a277-261caefc6b0c with identifier: 6994091auction110929
2026-03-25 02:11:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cfec3dfc-11ce-5376-a277-261caefc6b0c with identifier: 6994091auction110929 to the API
2026-03-25 02:11:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:11:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:11:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994091>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'cfec3dfc-11ce-5376-a277-261caefc6b0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994091',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '2008',
'odometer': 110119,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-05',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PURETECH 96KW S-S AUTO GT',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PURETECH 96KW S-S AUTO GT',
'vin': None,
'year': 2021}
2026-03-25 02:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994091auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:11:09 [ecarstrade.be] INFO: Saving data for 6994091auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303881.342511, 'last_price_update_time': 1774404669.206549}
2026-03-25 02:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994091auction110929') HTTP/1.1" 204 0
2026-03-25 02:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994153> (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-25 02:11:10 [ecarstrade.be] INFO: Extracting details for car 6994153auction110929
2026-03-25 02:11:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69513d26-7b9f-5d0c-a3a7-a7fa3b0e41f4 with identifier: 6994153auction110929
2026-03-25 02:11:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69513d26-7b9f-5d0c-a3a7-a7fa3b0e41f4 with scrape type 2
2026-03-25 02:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69513d26-7b9f-5d0c-a3a7-a7fa3b0e41f4 with scrape type 2
2026-03-25 02:11:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 69513d26-7b9f-5d0c-a3a7-a7fa3b0e41f4, identifier: 6994153auction110929
2026-03-25 02:11:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 69513d26-7b9f-5d0c-a3a7-a7fa3b0e41f4 with identifier: 6994153auction110929
2026-03-25 02:11:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 69513d26-7b9f-5d0c-a3a7-a7fa3b0e41f4 with identifier: 6994153auction110929
2026-03-25 02:11:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 69513d26-7b9f-5d0c-a3a7-a7fa3b0e41f4 with identifier: 6994153auction110929 to the API
2026-03-25 02:11:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:11:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:11:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994153>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '69513d26-7b9f-5d0c-a3a7-a7fa3b0e41f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994153',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 154961,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VARIANT VIII 1.0 E-TSI LIFE DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN GOLF VARIANT VIII 1.0 E-TSI LIFE DSG',
'vin': None,
'year': 2021}
2026-03-25 02:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994153auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:11:10 [ecarstrade.be] INFO: Saving data for 6994153auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303880.745256, 'last_price_update_time': 1774404670.375452}
2026-03-25 02:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994153auction110929') HTTP/1.1" 204 0
2026-03-25 02:11:12 [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-25 02:11:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6581203auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276581203auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6581203auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6609305auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276609305auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6609305auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6660338auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276660338auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6660338auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6756803auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276756803auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6756803auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6778495auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778495auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6778495auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6778496auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778496auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6778496auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6778526auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778526auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6778526auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6784204auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784204auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6784204auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6784210auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784210auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6784210auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6810528auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276810528auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6810528auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6810530auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276810530auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6810530auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6844413auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844413auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6844413auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6844418auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844418auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6844418auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6861888auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861888auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6861888auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6861910auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861910auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6861910auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6861911auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861911auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6861911auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6861939auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861939auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6861939auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6875741auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875741auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6875741auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6875747auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875747auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6875747auction87925: 0
2026-03-25 02:11:12 [ecarstrade.be] INFO: Found listing with ID: 6875748auction87925
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875748auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:12 [ecarstrade.be] INFO: Scrape type for 6875748auction87925: 0
2026-03-25 02:11:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:11:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994098> (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-25 02:11:13 [ecarstrade.be] INFO: Extracting details for car 6994098auction110929
2026-03-25 02:11:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48bf24e8-c79e-5eec-ae5b-5a9b45e4390a with identifier: 6994098auction110929
2026-03-25 02:11:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48bf24e8-c79e-5eec-ae5b-5a9b45e4390a with scrape type 2
2026-03-25 02:11:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48bf24e8-c79e-5eec-ae5b-5a9b45e4390a with scrape type 2
2026-03-25 02:11:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 48bf24e8-c79e-5eec-ae5b-5a9b45e4390a, identifier: 6994098auction110929
2026-03-25 02:11:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 48bf24e8-c79e-5eec-ae5b-5a9b45e4390a with identifier: 6994098auction110929
2026-03-25 02:11:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 48bf24e8-c79e-5eec-ae5b-5a9b45e4390a with identifier: 6994098auction110929
2026-03-25 02:11:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 48bf24e8-c79e-5eec-ae5b-5a9b45e4390a with identifier: 6994098auction110929 to the API
2026-03-25 02:11:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:11:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:11:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994098>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '48bf24e8-c79e-5eec-ae5b-5a9b45e4390a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994098',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '208',
'odometer': 95496,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PURETECH 55KW S-S ACTIVE',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PURETECH 55KW S-S ACTIVE',
'vin': None,
'year': 2022}
2026-03-25 02:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994098auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:11:14 [ecarstrade.be] INFO: Saving data for 6994098auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303861.435257, 'last_price_update_time': 1774404674.112891}
2026-03-25 02:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994098auction110929') HTTP/1.1" 204 0
2026-03-25 02:11:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994001> (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-25 02:11:14 [ecarstrade.be] INFO: Extracting details for car 6994001auction110929
2026-03-25 02:11:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 116a3037-5a3d-5a5f-b191-7f75835ff850 with identifier: 6994001auction110929
2026-03-25 02:11:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 116a3037-5a3d-5a5f-b191-7f75835ff850 with scrape type 2
2026-03-25 02:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 116a3037-5a3d-5a5f-b191-7f75835ff850 with scrape type 2
2026-03-25 02:11:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 116a3037-5a3d-5a5f-b191-7f75835ff850, identifier: 6994001auction110929
2026-03-25 02:11:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 116a3037-5a3d-5a5f-b191-7f75835ff850 with identifier: 6994001auction110929
2026-03-25 02:11:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 116a3037-5a3d-5a5f-b191-7f75835ff850 with identifier: 6994001auction110929
2026-03-25 02:11:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 116a3037-5a3d-5a5f-b191-7f75835ff850 with identifier: 6994001auction110929 to the API
2026-03-25 02:11:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:11:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:11:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994001>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '116a3037-5a3d-5a5f-b191-7f75835ff850',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994001',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit',
'odometer': 138981,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-10',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'transmission': 'manual',
'trim': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'vin': None,
'year': 2018}
2026-03-25 02:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994001auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:11:14 [ecarstrade.be] INFO: Saving data for 6994001auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303867.638194, 'last_price_update_time': 1774404674.687436}
2026-03-25 02:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994001auction110929') HTTP/1.1" 204 0
2026-03-25 02:11:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994100> (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-25 02:11:16 [ecarstrade.be] INFO: Extracting details for car 6994100auction110929
2026-03-25 02:11:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31b2871e-31ae-5104-906b-4a6701e9f9f5 with identifier: 6994100auction110929
2026-03-25 02:11:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31b2871e-31ae-5104-906b-4a6701e9f9f5 with scrape type 2
2026-03-25 02:11:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31b2871e-31ae-5104-906b-4a6701e9f9f5 with scrape type 2
2026-03-25 02:11:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31b2871e-31ae-5104-906b-4a6701e9f9f5, identifier: 6994100auction110929
2026-03-25 02:11:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31b2871e-31ae-5104-906b-4a6701e9f9f5 with identifier: 6994100auction110929
2026-03-25 02:11:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31b2871e-31ae-5104-906b-4a6701e9f9f5 with identifier: 6994100auction110929
2026-03-25 02:11:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31b2871e-31ae-5104-906b-4a6701e9f9f5 with identifier: 6994100auction110929 to the API
2026-03-25 02:11:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:11:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:11:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994100>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '31b2871e-31ae-5104-906b-4a6701e9f9f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994100',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '3008',
'odometer': 102183,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 PURETECH 96KW S&S ACTIVE PACK',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PURETECH 96KW S&S ACTIVE PACK',
'vin': None,
'year': 2021}
2026-03-25 02:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994100auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:11:16 [ecarstrade.be] INFO: Saving data for 6994100auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303904.082758, 'last_price_update_time': 1774404676.921621}
2026-03-25 02:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994100auction110929') HTTP/1.1" 204 0
2026-03-25 02:11:19 [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-25 02:11:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:11:19 [ecarstrade.be] INFO: Found listing with ID: 6898132auction87925
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898132auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:19 [ecarstrade.be] INFO: Scrape type for 6898132auction87925: 0
2026-03-25 02:11:19 [ecarstrade.be] INFO: Found listing with ID: 6898138auction87925
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898138auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:19 [ecarstrade.be] INFO: Scrape type for 6898138auction87925: 0
2026-03-25 02:11:19 [ecarstrade.be] INFO: Found listing with ID: 6898139auction87925
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898139auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:19 [ecarstrade.be] INFO: Scrape type for 6898139auction87925: 0
2026-03-25 02:11:19 [ecarstrade.be] INFO: Found listing with ID: 6949434auction87925
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949434auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:19 [ecarstrade.be] INFO: Scrape type for 6949434auction87925: 0
2026-03-25 02:11:19 [ecarstrade.be] INFO: Found listing with ID: 6949437auction87925
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949437auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:19 [ecarstrade.be] INFO: Scrape type for 6949437auction87925: 0
2026-03-25 02:11:19 [ecarstrade.be] INFO: Found listing with ID: 6949440auction87925
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949440auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:19 [ecarstrade.be] INFO: Scrape type for 6949440auction87925: 0
2026-03-25 02:11:19 [ecarstrade.be] INFO: Found listing with ID: 6949443auction87925
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949443auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:19 [ecarstrade.be] INFO: Scrape type for 6949443auction87925: 0
2026-03-25 02:11:19 [ecarstrade.be] INFO: Found listing with ID: 6949444auction87925
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949444auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:19 [ecarstrade.be] INFO: Scrape type for 6949444auction87925: 0
2026-03-25 02:11:19 [ecarstrade.be] INFO: Found listing with ID: 6949457auction87925
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949457auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:19 [ecarstrade.be] INFO: Scrape type for 6949457auction87925: 0
2026-03-25 02:11:19 [ecarstrade.be] INFO: Found listing with ID: 6949461auction87925
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949461auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:19 [ecarstrade.be] INFO: Scrape type for 6949461auction87925: 0
2026-03-25 02:11:19 [ecarstrade.be] INFO: Found listing with ID: 6949469auction87925
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949469auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:19 [ecarstrade.be] INFO: Scrape type for 6949469auction87925: 0
2026-03-25 02:11:19 [ecarstrade.be] INFO: Found listing with ID: 6949470auction87925
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949470auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:19 [ecarstrade.be] INFO: Scrape type for 6949470auction87925: 0
2026-03-25 02:11:19 [ecarstrade.be] INFO: Found listing with ID: 6949471auction87925
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949471auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:19 [ecarstrade.be] INFO: Scrape type for 6949471auction87925: 0
2026-03-25 02:11:19 [ecarstrade.be] INFO: Found listing with ID: 6949491auction87925
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949491auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:19 [ecarstrade.be] INFO: Scrape type for 6949491auction87925: 0
2026-03-25 02:11:19 [ecarstrade.be] INFO: Found listing with ID: 6949516auction87925
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949516auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:19 [ecarstrade.be] INFO: Scrape type for 6949516auction87925: 0
2026-03-25 02:11:19 [ecarstrade.be] INFO: Found listing with ID: 6949528auction87925
2026-03-25 02:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:20 [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-25 02:11:20 [ecarstrade.be] INFO: Scrape type for 6949528auction87925: 0
2026-03-25 02:11:20 [ecarstrade.be] INFO: Found listing with ID: 6949553auction87925
2026-03-25 02:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949553auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:20 [ecarstrade.be] INFO: Scrape type for 6949553auction87925: 0
2026-03-25 02:11:20 [ecarstrade.be] INFO: Found listing with ID: 6949574auction87925
2026-03-25 02:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949574auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:20 [ecarstrade.be] INFO: Scrape type for 6949574auction87925: 0
2026-03-25 02:11:20 [ecarstrade.be] INFO: Found listing with ID: 6949576auction87925
2026-03-25 02:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:20 [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-25 02:11:20 [ecarstrade.be] INFO: Scrape type for 6949576auction87925: 0
2026-03-25 02:11:20 [ecarstrade.be] INFO: Found listing with ID: 6959581auction87925
2026-03-25 02:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:20 [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-25 02:11:20 [ecarstrade.be] INFO: Scrape type for 6959581auction87925: 0
2026-03-25 02:11:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993971> (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-25 02:11:23 [ecarstrade.be] INFO: Extracting details for car 6993971auction110929
2026-03-25 02:11:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10a1fe32-8a70-5669-908f-d4a5cba84ddb with identifier: 6993971auction110929
2026-03-25 02:11:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10a1fe32-8a70-5669-908f-d4a5cba84ddb with scrape type 2
2026-03-25 02:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10a1fe32-8a70-5669-908f-d4a5cba84ddb with scrape type 2
2026-03-25 02:11:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 10a1fe32-8a70-5669-908f-d4a5cba84ddb, identifier: 6993971auction110929
2026-03-25 02:11:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 10a1fe32-8a70-5669-908f-d4a5cba84ddb with identifier: 6993971auction110929
2026-03-25 02:11:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 10a1fe32-8a70-5669-908f-d4a5cba84ddb with identifier: 6993971auction110929
2026-03-25 02:11:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 10a1fe32-8a70-5669-908f-d4a5cba84ddb with identifier: 6993971auction110929 to the API
2026-03-25 02:11:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 02:11:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 02:11:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993971>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '10a1fe32-8a70-5669-908f-d4a5cba84ddb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993971',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 99558,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Fiesta 1.0I ECOBOOST 74KW CONNECTED',
'transmission': 'manual',
'trim': 'FORD 1.0I ECOBOOST 74KW CONNECTED',
'vin': None,
'year': 2022}
2026-03-25 02:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993971auction110929%27 HTTP/1.1" 200 None
2026-03-25 02:11:23 [ecarstrade.be] INFO: Saving data for 6993971auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303864.050102, 'last_price_update_time': 1774404683.992383}
2026-03-25 02:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993971auction110929') HTTP/1.1" 204 0
2026-03-25 02:11:38 [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-25 02:11:39 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6959582auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959582auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6959582auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6959594auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959594auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6959594auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6959604auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959604auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6959604auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6959609auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959609auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6959609auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6959625auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959625auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6959625auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6959627auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959627auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6959627auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6959631auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959631auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6959631auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6959632auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959632auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6959632auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6959636auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959636auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6959636auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6959649auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959649auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6959649auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6959655auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959655auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6959655auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6959658auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959658auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6959658auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6963412auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963412auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6963412auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6963414auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963414auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6963414auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6968496auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968496auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6968496auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6968497auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968497auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6968497auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6968499auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968499auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6968499auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6968502auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968502auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6968502auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6968504auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968504auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6968504auction87925: 0
2026-03-25 02:11:39 [ecarstrade.be] INFO: Found listing with ID: 6978828auction87925
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978828auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:39 [ecarstrade.be] INFO: Scrape type for 6978828auction87925: 0
2026-03-25 02:11:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:11:46 [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-25 02:11:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6983201auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983201auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6983201auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6983202auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983202auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6983202auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6983206auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983206auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6983206auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6983209auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983209auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6983209auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6983216auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983216auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6983216auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6983218auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983218auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6983218auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6983222auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983222auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6983222auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6983224auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983224auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6983224auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6983225auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983225auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6983225auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6983227auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983227auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6983227auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6983228auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983228auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6983228auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6985957auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985957auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6985957auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6985958auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985958auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6985958auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6992420auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992420auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6992420auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6995793auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995793auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6995793auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6995794auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995794auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6995794auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6995796auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995796auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6995796auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6995797auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995797auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6995797auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6995798auction87925
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995798auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:46 [ecarstrade.be] INFO: Scrape type for 6995798auction87925: 0
2026-03-25 02:11:46 [ecarstrade.be] INFO: Found listing with ID: 6995799auction87925
2026-03-25 02:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:47 [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-25 02:11:47 [ecarstrade.be] INFO: Scrape type for 6995799auction87925: 0
2026-03-25 02:11:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:11:53 [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-25 02:11:53 [ecarstrade.be] INFO: Found 12 car items
2026-03-25 02:11:53 [ecarstrade.be] INFO: Found listing with ID: 6995800auction87925
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995800auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:53 [ecarstrade.be] INFO: Scrape type for 6995800auction87925: 0
2026-03-25 02:11:53 [ecarstrade.be] INFO: Found listing with ID: 6995801auction87925
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995801auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:53 [ecarstrade.be] INFO: Scrape type for 6995801auction87925: 0
2026-03-25 02:11:53 [ecarstrade.be] INFO: Found listing with ID: 6995802auction87925
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995802auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:53 [ecarstrade.be] INFO: Scrape type for 6995802auction87925: 0
2026-03-25 02:11:53 [ecarstrade.be] INFO: Found listing with ID: 6995803auction87925
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995803auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:53 [ecarstrade.be] INFO: Scrape type for 6995803auction87925: 0
2026-03-25 02:11:53 [ecarstrade.be] INFO: Found listing with ID: 6995804auction87925
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995804auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:53 [ecarstrade.be] INFO: Scrape type for 6995804auction87925: 0
2026-03-25 02:11:53 [ecarstrade.be] INFO: Found listing with ID: 6995805auction87925
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995805auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:53 [ecarstrade.be] INFO: Scrape type for 6995805auction87925: 0
2026-03-25 02:11:53 [ecarstrade.be] INFO: Found listing with ID: 6995806auction87925
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995806auction87925%27 HTTP/1.1" 200 None
2026-03-25 02:11:53 [ecarstrade.be] INFO: Scrape type for 6995806auction87925: 0
2026-03-25 02:11:53 [ecarstrade.be] INFO: Found listing with ID: 6988429auction110870
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988429auction110870%27 HTTP/1.1" 200 None
2026-03-25 02:11:53 [ecarstrade.be] INFO: Scrape type for 6988429auction110870: 0
2026-03-25 02:11:53 [ecarstrade.be] INFO: Found listing with ID: 6988433auction110870
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988433auction110870%27 HTTP/1.1" 200 None
2026-03-25 02:11:53 [ecarstrade.be] INFO: Scrape type for 6988433auction110870: 0
2026-03-25 02:11:53 [ecarstrade.be] INFO: Found listing with ID: 6988437auction110870
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988437auction110870%27 HTTP/1.1" 200 None
2026-03-25 02:11:53 [ecarstrade.be] INFO: Scrape type for 6988437auction110870: 0
2026-03-25 02:11:53 [ecarstrade.be] INFO: Found listing with ID: 6988442auction110870
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988442auction110870%27 HTTP/1.1" 200 None
2026-03-25 02:11:53 [ecarstrade.be] INFO: Scrape type for 6988442auction110870: 0
2026-03-25 02:11:53 [ecarstrade.be] INFO: Found listing with ID: 6988444auction110870
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988444auction110870%27 HTTP/1.1" 200 None
2026-03-25 02:11:53 [ecarstrade.be] INFO: Scrape type for 6988444auction110870: 0
2026-03-25 02:11:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 02:12:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page220?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: 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) ['zyte-api']
2026-03-25 02:12:00 [ecarstrade.be] INFO: No car items found on page 220
2026-03-25 02:12:00 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-25 02:12:00 [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>: 52, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-25 02:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 02:12:01 [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%201773972720 HTTP/1.1" 200 None
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6673300auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6725125auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6732944auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6770527auction106404') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6781952auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6804091auction61871') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6818587auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6831294auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6855989auction106404') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6859466auction61871') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6860939auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6860952auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6860957auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6860958auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878967auction61871') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900127auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900174auction106404') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900451auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6902472auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6907013auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6907017auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6910344auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922670auction61871') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922687auction61871') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922756auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926450auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6929911auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6932747auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6934218auction106404') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935261auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6947850auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950401auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950402auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951868auction61871') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6957533auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958117auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959645auction87925') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961373auction101892') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961375auction101892') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961379auction101892') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961381auction101892') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961382auction101892') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961385auction101892') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961386auction101892') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961388auction101892') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961390auction101892') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6965268auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6965270auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6965274auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971075auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971124auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971132auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971138auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971142auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971154auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971161auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971170auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971173auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971174auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971175auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971236auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971237auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971238auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971241auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971242auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971245auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971315auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971383auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971568auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971569auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971593auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971595auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971599auction110661') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974828auction110676') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974829auction110676') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974830auction110676') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6975313auction110676') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6975314auction110676') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6975318auction110676') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6975437auction110676') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6975510auction110676') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6975511auction110676') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979193auction110761') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979280auction110761') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980206auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980207auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980402auction61871') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980462auction101892') HTTP/1.1" 204 0
2026-03-25 02:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981489auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982008auction106392') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982062auction61871') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982074auction61871') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982081auction61871') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983204auction87925') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983452auction110810') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983456auction110810') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983482auction110810') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983544auction110810') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983548auction110810') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983571auction110810') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983606auction110810') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983659auction110810') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983662auction110810') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983870auction110810') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983878auction110810') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983931auction110810') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983966auction110810') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983981auction110810') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983982auction110810') HTTP/1.1" 204 0
2026-03-25 02:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983995auction110810') HTTP/1.1" 204 0
2026-03-25 02:12:02 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (224 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.be/task_33_2026-03-25T01_30_00.jl
2026-03-25 02:12:02 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 1160245,
'downloader/request_count': 465,
'downloader/request_method_count/GET': 465,
'downloader/response_bytes': 268548255,
'downloader/response_count': 465,
'downloader/response_status_count/200': 465,
'elapsed_time_seconds': 2515.246853,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 25, 2, 12, 2, 237922, tzinfo=datetime.timezone.utc),
'item_scraped_count': 224,
'log_count/DEBUG': 11723,
'log_count/ERROR': 6,
'log_count/INFO': 11137,
'log_count/WARNING': 18,
'memusage/max': 367337472,
'memusage/startup': 149917696,
'photo_download_count': 18,
'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': 168,
'playwright/request_count/method/GET': 145,
'playwright/request_count/method/POST': 23,
'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': 18,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 79,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 43,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 12,
'playwright/response_count': 166,
'playwright/response_count/method/GET': 143,
'playwright/response_count/method/POST': 23,
'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': 79,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 42,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 12,
'request_depth_max': 220,
'response_received_count': 447,
'scheduler/dequeued': 465,
'scheduler/dequeued/memory': 465,
'scheduler/enqueued': 465,
'scheduler/enqueued/memory': 465,
'scrape_type/new': 3,
'scrape_type/price_update': 223,
'scrape_type/skipped': 4131,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 446,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 10.124558968089445,
'scrapy-zyte-api/mean_response_seconds': 10.366335356399206,
'scrapy-zyte-api/processed': 446,
'scrapy-zyte-api/request_args/browserHtml': 446,
'scrapy-zyte-api/request_args/experimental.requestCookies': 446,
'scrapy-zyte-api/request_args/experimental.responseCookies': 446,
'scrapy-zyte-api/request_args/requestHeaders': 446,
'scrapy-zyte-api/request_args/sessionContext': 446,
'scrapy-zyte-api/request_args/url': 446,
'scrapy-zyte-api/status_codes/200': 446,
'scrapy-zyte-api/success': 446,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 25, 1, 30, 6, 991069, tzinfo=datetime.timezone.utc)}
2026-03-25 02:12:02 [scrapy.core.engine] INFO: Spider closed (finished)